Sample Cisco Router Configurations
Sample Configuration for Client Router Receiving A Feed
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
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
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
BGP Information for Connection to CERT B Feed
Multicast Configuration to receive Cert B Feed
Sample Configuration for Client Router Receiving A and B Feed
BGP Information for Connection to CERT A and B Feed
Multicast Configuration to Receive Cert A and B Feed
How was your Client Systems Wiki Experience? Submit Feedback
Copyright © 2024 CME Group Inc. All rights reserved.