*** Netflow configuration *** ip flow-cache timeout active 5 ip flow-export source Loopback0 ip flow-export version 5 origin-as ip flow-aggregation cache as cache timeout active 5 export destination 10.0.0.129 9000 enabled *** Interface and BGP configuration *** *** (ip flow ingress configured on the proper interfaces) *** interface GigabitEthernet3/0/0 description Physical interface to Core1 Gi0/13 no ip address negotiation auto ! interface GigabitEthernet3/0/0.110 description Link to Core1 encapsulation dot1Q 110 ip address 10.0.0.1 255.255.255.252 ip ospf message-digest-key 1 md5 7 ***key*** ! interface GigabitEthernet3/0/0.911 description Link to AS65001 main encapsulation dot1Q 911 ip address 192.168.1.1 255.255.255.252 ip access-group ACL_AntiSpoof_IN in ip access-group ACL_AntiSpoof_OUT out ip flow ingress no cdp enable ! interface GigabitEthernet3/0/0.921 description Link to AS65002 encapsulation dot1Q 921 ip address 192.168.2.1 255.255.255.252 ip access-group ACL_AntiSpoof_IN in ip access-group ACL_AntiSpoof_OUT out ip flow ingress no cdp enable ! interface GigabitEthernet3/1/0 description Physical interface to Core2 Gi0/13 no ip address negotiation auto ! interface GigabitEthernet3/1/0.130 description Link to Core2 encapsulation dot1Q 130 ip address 10.0.0.5 255.255.255.252 ip ospf message-digest-key 1 md5 7 ***key*** ! interface GigabitEthernet3/1/0.912 description Link to AS65002 backup encapsulation dot1Q 912 ip address 192.168.1.5 255.255.255.252 ip access-group ACL_AntiSpoof_IN in ip access-group ACL_AntiSpoof_OUT out ip flow ingress no cdp enable router bgp 65100 no synchronization bgp log-neighbor-changes network 10.0.0.0 mask 255.255.224.0 route-map MY-10-0-0-IN neighbor 192.168.1.6 remote-as 65001 neighbor 192.168.1.6 description AS65001 backup neighbor 192.168.1.6 send-community neighbor 192.168.1.6 prefix-list rfc1918-dsua in neighbor 192.168.1.6 route-map AS65001-BACKUP-IN in neighbor 192.168.1.6 route-map AS65001-BACKUP-OUT out neighbor 192.168.1.6 password 7 ***key*** neighbor 192.168.1.2 remote-as 65001 neighbor 192.168.1.2 description AS65001 main neighbor 192.168.1.2 send-community neighbor 192.168.1.2 prefix-list rfc1918-dsua in neighbor 192.168.1.2 route-map AS65001-MAIN-IN in neighbor 192.168.1.2 route-map AS65001-MAIN-OUT out neighbor 192.168.1.2 password 7 ***key*** neighbor 192.168.2.2 remote-as 6730 neighbor 192.168.2.2 description AS65002 neighbor 192.168.2.2 send-community neighbor 192.168.2.2 prefix-list rfc1918-dsua in neighbor 192.168.2.2 route-map AS65002-MAIN-IN in neighbor 192.168.2.2 route-map AS65002-MAIN-OUT out neighbor 192.168.2.2 password 7 ***key*** no auto-summary