Skip to end of banner
Go to start of banner

Sample Cisco Router Configurations

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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

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

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

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

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

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

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

  • No labels