Table of Contents |
---|
Sample Configuration for Client Router Receiving A Feed
Panel |
---|
track 1 ip route 10.1.16.0 255.255.255.0 reachability Interface <LAN Interface> Ip address 10.152.x.0 255.255.255.0 standby 1 ip 10.152.x.x standby 1 priority 140 standby 1 preempt delay minimum 300 standby 1 authentication attnpmc standby 1 track 1 decrement 45 Interface < WAN Interface > Ip address 10.152.1.z 255.255.255.252 |
BGP Information for connection to CERT A Feed
Panel |
---|
router bgp 645xx no synchronization bgp dampening bgp log-neighbor-changes bgp scan-time 5 network 10.152.xxx.0 mask 255.255.255.0 timers bgp 1 3 neighbor 10.152.1.x remote-as 64512 neighbor 10.152.1.x advertisement-interval 1 neighbor 10.152.1.x route-map RoutesToCME out no auto-summary ! access-list 10 permit 10.152.xxx.0 0.0.0.255 route-map RoutesToCME permit 1 match ip address 10 set origin igp |
Multicast Configuration to receive Cert A Feed
Panel |
---|
ip multicast-routing ! ip pim spt-threshold infinity ! interface <LAN interface> ip pim sparse-mode ip pim neighbor-filter PIMFilter ! interface <WAN interface> ip pim sparse-mode ! ip pim rp-address 10.152.254.254 A_Feed ! ip access-list standard PIMFilter deny any ! ip access-list standard A_Feed permit 224.0.25.0 0.0.0.63 permit 233.72.75.128 0.0.0.63 permit 233.119.149.128 0.0.0.63 permit 233.119.160.128 0.0.0.63 deny any |
Sample Configuration for Client Router Receiving B Feed
Panel |
---|
Interface <LAN Interface> Ip address 10.152.x.0 255.255.255.0 standby 1 ip 10.152.x.x standby 1 preempt standby 1 authentication attnpmc Interface <WAN Interface> Ip address 10.152.2.z 255.255.255.252 |
BGP Information for Connection to CERT B Feed
Panel |
---|
router bgp 646xx no synchronization bgp dampening bgp log-neighbor-changes bgp scan-time 5 network 10.152.xxx.0 mask 255.255.255.0 timers bgp 1 3 neighbor 10.152.2.x remote-as 64612 neighbor 10.152.2.x advertisement-interval 1 neighbor 10.152.2.x route-map RoutesToCME out no auto-summary ! access-list 10 permit 10.152.xxx.0 0.0.0.255 route-map RoutesToCME permit 1 match ip address 10 set origin igp |
Multicast Configuration to receive Cert B Feed
Panel |
---|
ip multicast-routing ! ip pim spt-threshold infinity ! interface <LAN interface> ip pim sparse-mode ip pim neighbor-filter PIMFilter ! interface <WAN interface> ip pim sparse-mode ! ip pim rp-address 10.152.254.253 B_Feed ! ip access-list standard PIMFilter deny any !
ip access-list standard B_Feed permit 224.0.25.128 0.0.0.63 permit 233.72.75.192 0.0.0.63 permit 233.119.149.192 0.0.0.63 permit 233.119.160.192 0.0.0.63 deny any |
Sample Configuration for Client Router Receiving A and B Feed
Panel |
---|
Interface <LAN Interface> Ip address 10.152.x.0 255.255.255.0 Interface <WAN Interface> Ip address 10.152.3.z 255.255.255.252 |
BGP Information for Connection to CERT A and B Feed
Panel |
---|
router bgp 647xx no synchronization bgp dampening bgp log-neighbor-changes bgp scan-time 5 network 10.152.xxx.0 mask 255.255.255.0 timers bgp 1 3 neighbor 10.152.3.x remote-as 64712 neighbor 10.152.3.x advertisement-interval 1 neighbor 10.152.3.x route-map RoutesToCME out no auto-summary ! access-list 10 permit 10.152.xxx.0 0.0.0.255 route-map RoutesToCME permit 1 match ip address 10 set origin igp |
Multicast Configuration to Receive Cert A and B Feed
Panel |
---|
ip multicast-routing ! ip pim spt-threshold infinity ! interface <LAN interface> ip pim sparse-mode ip pim neighbor-filter PIMFilter ! interface <WAN interface> ip pim sparse-mode ! ip pim rp-address 10.152.254.254 A_Feed ! ip access-list standard PIMFilter deny any ! ip access-list standard A_Feed permit 224.0.25.0 0.0.0.63 permit 233.72.75.128 0.0.0.63 permit 233.119.149.128 0.0.0.63 permit 233.119.160.128 0.0.0.63 deny any ip pim rp-address 10.152.254.253 B_Feed ip access-list standard B_Feed permit 224.0.25.128 0.0.0.63 permit 233.72.75.192 0.0.0.63 permit 233.119.149.192 0.0.0.63 permit 233.119.160.192 0.0.0.63 deny any |