Table Of Contents
Sample Configurations
Configuration for the Source Router
Configurations for the Aggregation Routers
Configuration for AR1
Configuration for AR2a
Configurations for the Hub Routers
Configuration for HR1a
Configuration for HR2a
Configuration for HR2b
Configuration for HR3a
Sample Configurations
This appendix presents sample configurations for the following:
•
Configuration for the Source Router
•
Configurations for the Aggregation Routers
•
Configurations for the Hub Routers
Note
See Network Topology.
Configuration for the Source Router
The following is the configuration for SR1a.
!#################################################################
! Video Networking Solution 3.0
! Mod Port Model Serial ! Versions
! ---- ---- ------------------ ----------- --------------------
! 1 4 WS-X6704-10GE SAL09337DN0 Hw : 2.2
! WS-F6700-DFC3BXL SAL09295P6K Hw : 5.0
! 2 48 WS-X6748-GE-TX SAL090607K5 Hw : 2.1
! WS-F6700-DFC3BXL SAL09295P90 Hw : 5.0
! 5 2 WS-SUP720-3BXL SAL09137GNV Hw : 4.3
! WS-SUP720 SAL091279RT Hw : 2.3
! WS-F6K-PFC3BXL SAL0912725W Hw : 1.6
!#################################################################
service tcp-keepalives-in
service tcp-keepalives-out
service timestamps debug datetime msec localtime
service timestamps log datetime msec localtime
no service password-encryption
service counters max age 5
boot system disk0:s72033-adventerprisek9_wan-mz.122-18.SXF.bin
logging buffered 64000 informational
clock summer-time PDT recurring
ip cef accounting non-recursive
ip tftp source-interface Loopback0
no ip igmp ssm-map query dns
ip igmp ssm-map static acl_SSM-map-DB 192.168.71.2
ip igmp ssm-map static acl_SSM-map-DS 192.168.72.2
ip igmp ssm-map static acl_SSM-map-DS-post-splice 192.168.160.2
ip tcp path-mtu-discovery
ip telnet source-interface Loopback0
mls ip multicast replication-mode ingress
mls ip multicast flow-stat-timer 9
mls qos map dscp-cos 16 18 20 to 3
mls qos map dscp-cos 26 28 30 to 4
mls qos map dscp-cos 34 36 38 to 6
mls qos map dscp-cos 40 42 44 to 2
mls qos map dscp-cos 48 to 5
mls rate-limit multicast ipv4 fib-miss 10000 250
mls rate-limit multicast ipv4 connected 2500 250
mls rate-limit multicast ipv4 igmp 1000 10
mls rate-limit multicast ipv4 ip-options 1000 10
mls rate-limit multicast ipv4 partial 500 250
mls rate-limit unicast acl input 1000 10
mls rate-limit unicast acl output 1000 10
no mls rate-limit unicast acl vacl-log
mls rate-limit all ttl-failure 100 10
mls rate-limit all mtu-failure 100 10
no mls acl tcam share-global
mls cef error action freeze
no spanning-tree optimize bpdu transmission
spanning-tree extend system-id
no spanning-tree vlan 1-4094
power redundancy-mode combined
error-detection packet-buffer action none
diagnostic cns publish cisco.cns.device.diag_results
diagnostic cns subscribe cisco.cns.device.diag_commands
fabric buffer-reserve queue
vlan internal allocation policy ascending
class-map match-all class_voice
match access-group name acl_voice
class-map match-all class_broadcast-video
match access-group name acl_broadcast-video
class-map match-all class_ad-server
match access-group name acl_ad-server
class-map match-all class_video-signaling
match access-group name acl_video-signaling
class-map match-all class_net-mgmt
match access-group name acl_net-mgmt
class-map match-all class_internet-access
match access-group name acl_internet-access
class-map match-all class_suspect
match access-group name acl_permit-any
policy-map pmap_voice-port
policy-map pmap_broadcast-video-port
class class_broadcast-video
class class_video-signaling
policy-map pmap_ad-server-port
class class_video-signaling
policy-map pmap_net-mgmt-port
policy-map pmap_internet-access-port
class class_internet-access
ip address 99.99.0.1 255.255.255.255
description Local Loopback
ip address 99.99.1.1 255.255.255.255
description ASM Multicast Rendevouz Point
ip address 99.99.99.1 255.255.255.255
interface TenGigabitEthernet1/1
description Transport between AR1 (TenGig1/1)
ip address 192.168.250.1 255.255.255.252
ip ospf network point-to-point
interface TenGigabitEthernet1/2
interface TenGigabitEthernet1/3
description Transport between AR2 (TenGig1/1)
ip address 192.168.251.1 255.255.255.252
ip ospf network point-to-point
interface TenGigabitEthernet1/4
interface GigabitEthernet2/1
description Syslog/TFTP/NTP on PC0a (Eth2) dual-homed to 1.1.1.0/24
ip address 192.168.10.1 255.255.255.252
service-policy input pmap_net-mgmt-port
interface GigabitEthernet2/2
description Voice over IP
ip address 192.168.80.1 255.255.255.252
service-policy input pmap_voice-port
interface GigabitEthernet2/3
description Internet Access
ip address 192.168.90.1 255.255.255.252
service-policy input pmap_internet-access-port
interface GigabitEthernet2/4
description CherryPicker DM0a (Port 1) - DB
ip address 192.168.71.1 255.255.255.252
service-policy input pmap_broadcast-video-port
interface GigabitEthernet2/5
description CherryPicker DM0b (Port 1) - DS
ip address 192.168.72.1 255.255.255.252
service-policy input pmap_broadcast-video-port
interface GigabitEthernet2/6
description Ad Server Ad0a
ip address 192.168.60.1 255.255.255.252
service-policy input pmap_ad-server-port
interface GigabitEthernet2/7
! <<< omitted interface GigabitEthernet2/8 - interface GigabitEthernet2/47 >>>
interface GigabitEthernet2/48
interface GigabitEthernet5/1
interface GigabitEthernet5/2
description Management port for Syslog/TFTP/NTP
ip address 1.1.1.1 255.255.255.0
max-metric router-lsa on-startup wait-for-bgp
log-adjacency-changes detail
timers throttle spf 400 400 4000
passive-interface default
no passive-interface TenGigabitEthernet1/1
no passive-interface TenGigabitEthernet1/3
network 99.99.0.0 0.0.255.255 area 0
network 192.168.250.0 0.0.0.255 area 0
network 192.168.251.0 0.0.0.255 area 0
redistribute connected route-map rmap_Connected-to-BGP
neighbor rr-server peer-group
neighbor rr-server remote-as 100
neighbor rr-server update-source Loopback0
neighbor rr-server version 4
neighbor rr-server send-community
neighbor 99.99.0.2 peer-group rr-server
neighbor 99.99.0.2 description AR1
neighbor 99.99.0.3 peer-group rr-server
neighbor 99.99.0.3 description AR2
ip bgp-community new-format
ip pim ssm range acl_SSM-IPmc-range
ip access-list standard acl_SSM-IPmc-range
permit 239.0.0.0 0.255.255.255
ip access-list standard acl_SSM-map-DB
remark SSM mapping for DB blue/red
permit 239.16.0.0 0.0.0.255
ip access-list standard acl_SSM-map-DS
remark SSM mapping for DS blue/red
permit 239.20.0.0 0.0.255.255
ip access-list standard acl_SSM-map-DS-post-splice
remark SSM mapping for post splice DS blue/red
permit 239.28.0.0 0.0.255.255
ip access-list extended acl_voice
remark Identify voice traffic
permit ip any 192.168.161.0 0.0.0.255
ip access-list extended acl_broadcast-video
remark Identify broadcast video traffic (multicast on 239.x.x.x)
permit ip any 239.0.0.0 0.255.255.255
ip access-list extended acl_ad-server
remark Identify ad server traffic
permit ip 192.168.60.0 0.0.0.255 any
ip access-list extended acl_video-signaling
remark Identify video signaling
permit ip any 192.168.61.0 0.0.0.255
ip access-list extended acl_net-mgmt
remark Identify net management traffic (TFTP, Syslog, NTP, etc)
permit ip 192.168.10.0 0.0.0.255 any
permit ip any 192.168.10.0 0.0.0.255
ip access-list extended acl_internet-access
remark Identify Internet access traffic
permit ip 192.168.90.0 0.0.0.255 any
ip access-list extended acl_permit-any
ip prefix-list pl_Connected-to-BGP seq 5 permit 192.168.10.0/24 le 32
ip prefix-list pl_Connected-to-BGP seq 10 permit 192.168.60.0/24 le 32
ip prefix-list pl_Connected-to-BGP seq 15 permit 192.168.70.0/24 le 32
ip prefix-list pl_Connected-to-BGP seq 20 permit 192.168.71.0/24 le 32
ip prefix-list pl_Connected-to-BGP seq 25 permit 192.168.72.0/24 le 32
ip prefix-list pl_Connected-to-BGP seq 30 permit 192.168.73.0/24 le 32
ip prefix-list pl_Connected-to-BGP seq 30 permit 192.168.80.0/24 le 32
ip prefix-list pl_Connected-to-BGP seq 30 permit 192.168.90.0/24 le 32
logging event link-status default
logging source-interface Loopback0
route-map rmap_Connected-to-BGP permit 100
match ip address prefix-list pl_Connected-to-BGP
set ip next-hop 99.99.0.1
################################################################
Project = Video Networking Solution
################################################################
monitor event-trace timestamps
scheduler runtime netinput 300
Configurations for the Aggregation Routers
The following configurations are presented:
•
Configuration for AR1
•
Configuration for AR2a
Configuration for AR1
!#################################################################
! Video Networking Solution 3.0
! Mod Port Model Serial # Versions
! ---- ---- ------------------ ----------- -------------------------------------
! 1 4 WS-X6704-10GE SAL09295RAQ Hw : 2.2
! WS-F6700-DFC3BXL SAL09285CDU Hw : 5.0
! 5 2 WS-SUP720-3BXL SAL09232FNL Hw : 4.3
! WS-SUP720 SAL09232GDX Hw : 2.3
! WS-F6K-PFC3BXL SAL09222CTU Hw : 1.6
!#################################################################
service tcp-keepalives-in
service tcp-keepalives-out
service timestamps debug datetime msec localtime
service timestamps log datetime msec localtime
no service password-encryption
service counters max age 5
boot system disk0:s72033-adventerprisek9_wan-mz.122-18.SXF.bin
logging buffered 64000 informational
clock summer-time PDT recurring
ip cef accounting non-recursive
ip tftp source-interface Loopback0
no ip igmp ssm-map query dns
ip igmp ssm-map static acl_SSM-map-DB 192.168.71.2
ip igmp ssm-map static acl_SSM-map-DS 192.168.72.2
ip igmp ssm-map static acl_SSM-map-DS-post-splice 192.168.160.2
ip tcp path-mtu-discovery
ip telnet source-interface Loopback0
ipv6 mfib hardware-switching replication-mode ingress
mls ip multicast replication-mode ingress
mls ip multicast flow-stat-timer 9
mls qos map dscp-cos 16 18 20 to 3
mls qos map dscp-cos 26 28 30 to 4
mls qos map dscp-cos 34 36 38 to 6
mls qos map dscp-cos 40 42 44 to 2
mls qos map dscp-cos 48 to 5
mls rate-limit multicast ipv4 fib-miss 10000 250
mls rate-limit multicast ipv4 connected 2500 250
mls rate-limit multicast ipv4 igmp 1000 10
mls rate-limit multicast ipv4 ip-options 1000 10
mls rate-limit multicast ipv4 partial 500 250
mls rate-limit unicast acl input 1000 10
mls rate-limit unicast acl output 1000 10
no mls rate-limit unicast acl vacl-log
mls rate-limit unicast ip options 1000 10
mls rate-limit all ttl-failure 100 10
mls rate-limit all mtu-failure 100 10
no mls acl tcam share-global
mls cef error action freeze
no spanning-tree optimize bpdu transmission
no spanning-tree vlan 1-4094
error-detection packet-buffer action none
diagnostic cns publish cisco.cns.device.diag_results
diagnostic cns subscribe cisco.cns.device.diag_commands
fabric buffer-reserve queue
vlan internal allocation policy ascending
ip address 99.99.0.2 255.255.255.255
interface TenGigabitEthernet1/1
description Transport between SR1a (TenGig1/1)
ip address 192.168.250.2 255.255.255.252
ip ospf network point-to-point
interface TenGigabitEthernet1/2
description Transport between AR2 (TenGig1/2)
ip address 192.168.249.1 255.255.255.252
ip ospf network point-to-point
interface TenGigabitEthernet1/3
description Transport between HR1a (TenGig1/1)
ip address 192.168.250.5 255.255.255.252
ip ospf network point-to-point
interface TenGigabitEthernet1/4
interface GigabitEthernet5/1
interface GigabitEthernet5/2
description Management port for Syslog/TFTP/NTP
ip address 1.1.1.2 255.255.255.0
max-metric router-lsa on-startup wait-for-bgp
log-adjacency-changes detail
timers throttle spf 400 400 4000
network 99.99.0.0 0.0.255.255 area 0
network 192.168.249.0 0.0.0.255 area 0
network 192.168.250.0 0.0.0.255 area 0
default-information originate metric-type 1
network 192.168.10.0 route-map rmap_Network-Management
network 192.168.60.0 route-map rmap_Ad-Insertion
network 192.168.71.0 route-map rmap_IPmc-DS-Source
network 192.168.72.0 route-map rmap_IPmc-DB-Source
network 192.168.80.0 route-map rmap_Voice
network 192.168.90.0 route-map rmap_Internet-Access
network 192.168.150.0 route-map rmap_Hub1
network 192.168.160.0 route-map rmap_Hub2
network 192.168.170.0 route-map rmap_Hub2
network 192.168.180.0 route-map rmap_Hub3
neighbor rr-client peer-group
neighbor rr-client remote-as 100
neighbor rr-client update-source Loopback0
neighbor rr-client version 4
neighbor rr-client route-reflector-client
neighbor rr-client send-community
neighbor ibgp remote-as 100
neighbor ibgp update-source Loopback0
neighbor ibgp send-community
neighbor 99.99.0.1 peer-group rr-client
neighbor 99.99.0.1 description SR1a
neighbor 99.99.0.3 peer-group ibgp
neighbor 99.99.0.3 description AR2
neighbor 99.99.0.4 peer-group rr-client
neighbor 99.99.0.4 description HR1a
neighbor 99.99.0.5 peer-group rr-client
neighbor 99.99.0.5 description HR2a
neighbor 99.99.0.6 peer-group rr-client
neighbor 99.99.0.6 description HR2b
neighbor 99.99.0.7 peer-group rr-client
neighbor 99.99.0.7 description HR3a
ip bgp-community new-format
ip pim ssm range acl_SSM-IPmc-range
ip access-list standard acl_SSM-IPmc-range
permit 239.0.0.0 0.255.255.255
ip access-list standard acl_SSM-map-DB
remark SSM mapping for DB blue/red
permit 239.16.0.0 0.0.0.255
ip access-list standard acl_SSM-map-DS
remark SSM mapping for DS blue/red
permit 239.20.0.0 0.0.255.255
ip access-list standard acl_SSM-map-DS-post-splice
remark SSM mapping for post splice DS blue/red
permit 239.28.0.0 0.0.255.255
logging event link-status default
logging source-interface Loopback0
route-map rmap_Network-Management permit 100
route-map rmap_Ad-Insertion permit 100
route-map rmap_IPmc-DS-Source permit 100
route-map rmap_IPmc-DB-Source permit 100
route-map rmap_Voice permit 100
route-map rmap_Internet-Access permit 100
route-map rmap_Hub1 permit 100
route-map rmap_Hub2 permit 100
route-map rmap_Hub3 permit 100
################################################################
Project = Video Networking Solution
################################################################
scheduler runtime netinput 300
ntp clock-period 17179699
Configuration for AR2a
!#################################################################
! Video Networking Solution 3.0
! Mod Port Model Serial # Versions
! ---- ---- ------------------ ----------- ----------------------
! 1 4 WS-X6704-10GE SAD074706G4 Hw : 1.2
! WS-F6700-DFC3A SAD081603HC Hw : 2.2
! 5 2 WS-SUP720-3BXL SAL09222B4P Hw : 4.3
! WS-SUP720 SAL09232GEE Hw : 2.3
! WS-F6K-PFC3BXL SAL09222CUH Hw : 1.6
!#################################################################
service tcp-keepalives-in
service tcp-keepalives-out
service timestamps debug datetime msec localtime
service timestamps log datetime msec localtime
no service password-encryption
service counters max age 5
boot system disk0:s72033-adventerprisek9_wan-mz.122-18.SXF.bin
logging buffered 64000 informational
clock summer-time PDT recurring
ip cef accounting non-recursive
ip tftp source-interface Loopback0
no ip igmp ssm-map query dns
ip igmp ssm-map static acl_SSM-map-DB 192.168.71.2
ip igmp ssm-map static acl_SSM-map-DS 192.168.72.2
ip igmp ssm-map static acl_SSM-map-DS-post-splice 192.168.160.2
ip tcp path-mtu-discovery
ip telnet source-interface Loopback0
mls ip multicast replication-mode ingress
mls ip multicast egress local
mls ip multicast flow-stat-timer 9
mls qos map dscp-cos 16 18 20 to 3
mls qos map dscp-cos 26 28 30 to 4
mls qos map dscp-cos 34 36 38 to 6
mls qos map dscp-cos 40 42 44 to 2
mls qos map dscp-cos 48 to 5
mls rate-limit multicast ipv4 fib-miss 10000 250
mls rate-limit multicast ipv4 connected 2500 250
mls rate-limit multicast ipv4 igmp 1000 10
mls rate-limit multicast ipv4 partial 500 250
mls rate-limit unicast acl input 1000 10
mls rate-limit unicast acl output 1000 10
no mls rate-limit unicast acl vacl-log
mls rate-limit all ttl-failure 100 10
mls rate-limit all mtu-failure 100 10
no mls acl tcam share-global
mls cef error action freeze
no spanning-tree optimize bpdu transmission
no spanning-tree vlan 1-4094
error-detection packet-buffer action none
diagnostic cns publish cisco.cns.device.diag_results
diagnostic cns subscribe cisco.cns.device.diag_commands
fabric buffer-reserve queue
vlan internal allocation policy ascending
ip address 99.99.0.3 255.255.255.255
interface TenGigabitEthernet1/1
description Transport between SR1a (TenGig1/3)
ip address 192.168.251.2 255.255.255.252
ip ospf network point-to-point
interface TenGigabitEthernet1/2
description Transport between AR1 (TenGig1/2)
ip address 192.168.249.2 255.255.255.252
ip ospf network point-to-point
interface TenGigabitEthernet1/3
description Transport between HR3a (TenGig1/1)
ip address 192.168.251.5 255.255.255.252
ip ospf network point-to-point
interface TenGigabitEthernet1/4
interface GigabitEthernet5/1
interface GigabitEthernet5/2
description Management port for Syslog/TFTP/NTP
ip address 1.1.1.3 255.255.255.0
max-metric router-lsa on-startup wait-for-bgp
log-adjacency-changes detail
timers throttle spf 400 400 4000
network 99.99.0.0 0.0.255.255 area 0
network 192.168.249.0 0.0.0.255 area 0
network 192.168.251.0 0.0.0.255 area 0
default-information originate metric-type 1
network 192.168.10.0 route-map rmap_Network-Management
network 192.168.60.0 route-map rmap_Ad-Insertion
network 192.168.71.0 route-map rmap_IPmc-DS-Source
network 192.168.72.0 route-map rmap_IPmc-DB-Source
network 192.168.80.0 route-map rmap_Voice
network 192.168.90.0 route-map rmap_Internet-Access
network 192.168.150.0 route-map rmap_Hub1
network 192.168.160.0 route-map rmap_Hub2
network 192.168.170.0 route-map rmap_Hub2
network 192.168.180.0 route-map rmap_Hub3
neighbor rr-client peer-group
neighbor rr-client remote-as 100
neighbor rr-client update-source Loopback0
neighbor rr-client version 4
neighbor rr-client route-reflector-client
neighbor rr-client send-community
neighbor ibgp remote-as 100
neighbor ibgp update-source Loopback0
neighbor ibgp send-community
neighbor 99.99.0.1 peer-group rr-client
neighbor 99.99.0.1 description SR1a
neighbor 99.99.0.2 peer-group ibgp
neighbor 99.99.0.2 description AR1
neighbor 99.99.0.4 peer-group rr-client
neighbor 99.99.0.4 description HR1a
neighbor 99.99.0.5 peer-group rr-client
neighbor 99.99.0.5 description HR2a
neighbor 99.99.0.6 peer-group rr-client
neighbor 99.99.0.6 description HR2b
neighbor 99.99.0.7 peer-group rr-client
neighbor 99.99.0.7 description HR3a
ip bgp-community new-format
ip pim ssm range acl_SSM-IPmc-range
ip access-list standard acl_SSM-IPmc-range
permit 239.0.0.0 0.255.255.255
ip access-list standard acl_SSM-map-DB
remark SSM mapping for DB blue/red
permit 239.16.0.0 0.0.0.255
ip access-list standard acl_SSM-map-DS
remark SSM mapping for DS blue/red
permit 239.20.0.0 0.0.255.255
ip access-list standard acl_SSM-map-DS-post-splice
remark SSM mapping for post splice DS blue/red
permit 239.28.0.0 0.0.255.255
logging event link-status default
logging source-interface Loopback0
route-map rmap_Network-Management permit 100
route-map rmap_Ad-Insertion permit 100
route-map rmap_IPmc-DS-Source permit 100
route-map rmap_IPmc-DB-Source permit 100
route-map rmap_Voice permit 100
route-map rmap_Internet-Access permit 100
route-map rmap_Hub1 permit 100
route-map rmap_Hub2 permit 100
route-map rmap_Hub3 permit 100
################################################################
Project = Video Networking Solution
################################################################
monitor event-trace timestamps
scheduler runtime netinput 300
ntp clock-period 17179765
Configurations for the Hub Routers
The following configurations are presented:
•
Configuration for HR1a
•
Configuration for HR2a
•
Configuration for HR2b
•
Configuration for HR3a
Configuration for HR1a
!#################################################################
! Video Networking Solution 3.0
! Mod Port Model Serial # Versions
! ---- ---- ------------------ ----------- -----------------------
! 1 4 WS-X6704-10GE SAL09337DQA Hw : 2.2
! WS-F6700-DFC3BXL SAL09274W3N Hw : 5.0
! 2 24 WS-X6724-SFP SAL093486ND Hw : 2.3
! WS-F6700-DFC3BXL SAL0930689L Hw : 5.2
! 5 2 WS-SUP720-3BXL SAL09337GL6 Hw : 4.3
! WS-SUP720 SAL09337FTZ Hw : 2.3
! WS-F6K-PFC3BXL SAL09337FN8 Hw : 1.6
!#################################################################
service tcp-keepalives-in
service tcp-keepalives-out
service timestamps debug datetime msec localtime
service timestamps log datetime msec localtime
no service password-encryption
service counters max age 5
boot system disk0:s72033-adventerprisek9_wan-mz.122-18.SXF.bin
logging buffered 64000 informational
clock summer-time PDT recurring
ip cef accounting non-recursive
ip tftp source-interface Loopback0
no ip igmp ssm-map query dns
ip igmp ssm-map static acl_SSM-map-DB 192.168.71.2
ip igmp ssm-map static acl_SSM-map-DS 192.168.72.2
ip igmp ssm-map static acl_SSM-map-DS-post-splice 192.168.160.2
ip tcp path-mtu-discovery
ip telnet source-interface Loopback0
mls ip multicast replication-mode ingress
mls ip multicast flow-stat-timer 9
mls qos map dscp-cos 16 18 20 to 3
mls qos map dscp-cos 26 28 30 to 4
mls qos map dscp-cos 34 36 38 to 6
mls qos map dscp-cos 40 42 44 to 2
mls qos map dscp-cos 48 to 5
mls rate-limit multicast ipv4 fib-miss 10000 250
mls rate-limit multicast ipv4 connected 2500 250
mls rate-limit multicast ipv4 igmp 1000 10
mls rate-limit multicast ipv4 ip-options 1000 10
mls rate-limit multicast ipv4 partial 500 250
mls rate-limit unicast acl input 1000 10
mls rate-limit unicast acl output 1000 10
no mls rate-limit unicast acl vacl-log
mls rate-limit unicast ip options 1000 10
mls rate-limit all ttl-failure 100 10
mls rate-limit all mtu-failure 100 10
no mls acl tcam share-global
mls cef error action freeze
no spanning-tree optimize bpdu transmission
spanning-tree extend system-id
no spanning-tree vlan 1-4094
power redundancy-mode combined
error-detection packet-buffer action none
diagnostic cns publish cisco.cns.device.diag_results
diagnostic cns subscribe cisco.cns.device.diag_commands
fabric buffer-reserve queue
vlan internal allocation policy ascending
class-map match-all class_voice
match access-group name acl_voice
class-map match-all class_broadcast-video
match access-group name acl_broadcast-video
class-map match-all class_ad-server
match access-group name acl_ad-server
class-map match-all class_video-signaling
match access-group name acl_video-signaling
class-map match-all class_net-mgmt
match access-group name acl_net-mgmt
class-map match-all class_internet-access
match access-group name acl_internet-access
class-map match-all class_suspect
match access-group name acl_permit-any
policy-map pmap_voice-port
policy-map pmap_broadcast-video-port
class class_broadcast-video
class class_video-signaling
policy-map pmap_ad-server-port
class class_video-signaling
policy-map pmap_net-mgmt-port
policy-map pmap_internet-access-port
class class_internet-access
ip address 99.99.0.4 255.255.255.255
ip address 99.99.1.4 255.255.255.255
interface TenGigabitEthernet1/1
description Transport between AR1 (TenGig1/3)
ip address 192.168.250.6 255.255.255.252
ip multicast boundary acl_Hub-only-IPmc
ip ospf network point-to-point
interface TenGigabitEthernet1/2
interface TenGigabitEthernet1/3
description Transport between HR2a (TenGig1/1)
ip address 192.168.250.9 255.255.255.252
ip multicast boundary acl_Hub-only-IPmc
ip ospf network point-to-point
interface TenGigabitEthernet1/4
interface GigabitEthernet5/1
interface GigabitEthernet5/2
description Management port for Syslog/TFTP/NTP
ip address 1.1.1.4 255.255.255.0
max-metric router-lsa on-startup wait-for-bgp
log-adjacency-changes detail
timers throttle spf 400 400 4000
passive-interface default
no passive-interface TenGigabitEthernet1/1
no passive-interface TenGigabitEthernet1/3
network 99.99.0.0 0.0.255.255 area 0
network 192.168.250.0 0.0.0.255 area 0
redistribute connected route-map rmap_Connected-to-BGP
neighbor rr-server peer-group
neighbor rr-server remote-as 100
neighbor rr-server update-source Loopback0
neighbor rr-server version 4
neighbor rr-server send-community
neighbor 99.99.0.2 peer-group rr-server
neighbor 99.99.0.2 description AR1
neighbor 99.99.0.3 peer-group rr-server
neighbor 99.99.0.3 description AR2
ip bgp-community new-format
ip pim ssm range acl_SSM-IPmc-range
ip access-list standard acl_SSM-IPmc-range
permit 239.0.0.0 0.255.255.255
ip access-list standard acl_SSM-map-DB
remark SSM mapping for DB blue/red
permit 239.16.0.0 0.0.0.255
ip access-list standard acl_SSM-map-DS
remark SSM mapping for DS blue/red
permit 239.20.0.0 0.0.255.255
ip access-list standard acl_SSM-map-DS-post-splice
remark SSM mapping for post splice DS blue/red
permit 239.28.0.0 0.0.255.255
ip access-list extended acl_voice
remark Identify voice traffic
permit ip any 192.168.80.0 0.0.0.255
ip access-list extended acl_broadcast-video
remark Identify broadcast video traffic (multicast on 239.x.x.x)
permit ip any 239.0.0.0 0.255.255.255
ip access-list extended acl_video-signaling
remark Identify video signaling
permit ip any 192.168.61.0 0.0.0.255
ip access-list extended acl_net-mgmt
remark Identify net management traffic (TFTP, Syslog, NTP, etc)
permit ip any 192.168.10.0 0.0.0.255
ip access-list extended acl_internet-access
remark Identify Internet access traffic
permit ip any 192.168.90.0 0.0.0.255
ip access-list extended acl_permit-any
ip access-list extended acl_qam-port
remark Permit only video and signaling out port connected to QAM
permit ip any any dscp af41
permit ip any any dscp af43
permit ip any any dscp cs3
permit ip any any dscp cs6
ip access-list standard acl_Hub-only-IPmc
remark Multicast video in 239.255.0.0/16 must remain in Hub
deny 239.255.0.0 0.0.255.255
remark Allow all other IPmc to pass
ip prefix-list pl_Connected-to-BGP seq 5 permit 192.168.150.0/24 le 32
logging event link-status default
logging source-interface Loopback0
route-map rmap_Connected-to-BGP permit 100
match ip address prefix-list pl_Connected-to-BGP
set ip next-hop 99.99.0.4
################################################################
Project = Video Networking Solution
################################################################
scheduler runtime netinput 300
ntp clock-period 17179872
Configuration for HR2a
!#################################################################
! Video Networking Solution 3.0
! Mod Port Model Serial # Versions
! ---- ---- ------------------ ----------- ----------------------
! 1 4 WS-X6704-10GE SAL09337DN3 Hw : 2.2
! WS-F6700-DFC3BXL SAL09295P64 Hw : 5.0
! 2 48 WS-X6748-GE-TX SAD0805027C Hw : 1.4
! WS-F6700-DFC3BXL SAD0917016G Hw : 4.0
! 5 2 WS-SUP720-3BXL SAL09169RG7 Hw : 4.3
! WS-SUP720 SAL09169UAY Hw : 2.3
! WS-F6K-PFC3BXL SAL091594SL Hw : 1.6
!#################################################################
service tcp-keepalives-in
service tcp-keepalives-out
service timestamps debug datetime msec localtime
service timestamps log datetime msec localtime
no service password-encryption
service counters max age 5
boot system disk0:s72033-adventerprisek9_wan-mz.122-18.SXF.bin
logging buffered 64000 informational
clock summer-time PDT recurring
ip cef accounting non-recursive
ip tftp source-interface Loopback0
no ip igmp ssm-map query dns
ip igmp ssm-map static acl_SSM-map-DB 192.168.71.2
ip igmp ssm-map static acl_SSM-map-DS 192.168.72.2
ip igmp ssm-map static acl_SSM-map-DS-post-splice 192.168.160.2
ip tcp path-mtu-discovery
ip telnet source-interface Loopback0
mls ip multicast replication-mode ingress
mls ip multicast flow-stat-timer 9
mls qos map dscp-cos 16 18 20 to 3
mls qos map dscp-cos 26 28 30 to 4
mls qos map dscp-cos 34 36 38 to 6
mls qos map dscp-cos 40 42 44 to 2
mls qos map dscp-cos 48 to 5
mls rate-limit multicast ipv4 fib-miss 10000 250
mls rate-limit multicast ipv4 connected 2500 250
mls rate-limit multicast ipv4 igmp 1000 10
mls rate-limit multicast ipv4 ip-options 1000 10
mls rate-limit multicast ipv4 partial 500 250
mls rate-limit unicast acl input 1000 10
mls rate-limit unicast acl output 1000 10
no mls rate-limit unicast acl vacl-log
mls rate-limit unicast ip options 1000 10
mls rate-limit all ttl-failure 100 10
mls rate-limit all mtu-failure 100 10
no mls acl tcam share-global
mls cef error action freeze
no spanning-tree optimize bpdu transmission
spanning-tree extend system-id
no spanning-tree vlan 1-4094
error-detection packet-buffer action none
diagnostic cns publish cisco.cns.device.diag_results
diagnostic cns subscribe cisco.cns.device.diag_commands
fabric buffer-reserve queue
vlan internal allocation policy ascending
class-map match-all class_voice
match access-group name acl_voice
class-map match-all class_broadcast-video
match access-group name acl_broadcast-video
class-map match-all class_ad-server
match access-group name acl_ad-server
class-map match-all class_video-signaling
match access-group name acl_video-signaling
class-map match-all class_net-mgmt
match access-group name acl_net-mgmt
class-map match-all class_internet-access
match access-group name acl_internet-access
class-map match-all class_suspect
match access-group name acl_permit-any
policy-map pmap_voice-port
policy-map pmap_broadcast-video-port
class class_broadcast-video
class class_video-signaling
policy-map pmap_ad-server-port
class class_video-signaling
policy-map pmap_net-mgmt-port
policy-map pmap_internet-access-port
class class_internet-access
ip address 99.99.0.5 255.255.255.255
description Hub Loopbacks
ip address 99.99.1.6 255.255.255.255 secondary
ip address 99.99.1.5 255.255.255.255
description Multicast Rendevouz Point
ip address 99.99.99.5 255.255.255.255
interface TenGigabitEthernet1/1
description Transport between HR1a (TenGig1/3)
ip address 192.168.250.10 255.255.255.252
ip multicast boundary acl_Hub-only-IPmc
ip ospf network point-to-point
interface TenGigabitEthernet1/2
interface TenGigabitEthernet1/3
description Transport between HR2b (TenGig1/3)
ip address 192.168.249.5 255.255.255.252
ip ospf network point-to-point
interface TenGigabitEthernet1/4
interface GigabitEthernet2/1
description Voice over IP VoIP2a
ip address 192.168.161.1 255.255.255.252
service-policy input pmap_voice-port
interface GigabitEthernet2/2
description Internet Access IA2a
ip address 192.168.162.1 255.255.255.252
service-policy input pmap_internet-access-port
interface GigabitEthernet2/3
description Local PEG video PEG2a
ip address 192.168.160.13 255.255.255.252
ip access-group acl_qam-port out
service-policy input pmap_broadcast-video-port
interface GigabitEthernet2/4
description CherryPicker DM2a (Port 1) - Pre/Post-splice DS
ip address 192.168.160.1 255.255.255.252
ip access-group acl_qam-port out
service-policy input pmap_broadcast-video-port
interface GigabitEthernet2/5
description Motorola SEM2a (GigE 1) - DS Post-splice
ip address 192.168.160.5 255.255.255.252
ip access-group acl_qam-port out
service-policy input pmap_broadcast-video-port
interface GigabitEthernet2/6
description Motorola SEM2b (GigE 1) - DB
ip address 192.168.160.9 255.255.255.252
ip access-group acl_qam-port out
service-policy input pmap_broadcast-video-port
interface GigabitEthernet2/7
! <<<omitted interface GigabitEthernet2/8 - interface GigabitEthernet2/47
interface GigabitEthernet2/48
interface GigabitEthernet5/1
interface GigabitEthernet5/2
description Management port for Syslog/TFTP/NTP
ip address 1.1.1.5 255.255.255.0
max-metric router-lsa on-startup wait-for-bgp
log-adjacency-changes detail
timers throttle spf 400 400 4000
passive-interface default
no passive-interface TenGigabitEthernet1/1
no passive-interface TenGigabitEthernet1/3
network 99.99.0.0 0.0.255.255 area 0
network 192.168.249.0 0.0.0.255 area 0
network 192.168.250.0 0.0.0.255 area 0
redistribute connected route-map rmap_Connected-to-BGP
neighbor rr-server peer-group
neighbor rr-server remote-as 100
neighbor rr-server update-source Loopback0
neighbor rr-server version 4
neighbor rr-server send-community
neighbor 99.99.0.2 peer-group rr-server
neighbor 99.99.0.2 description AR1
neighbor 99.99.0.3 peer-group rr-server
neighbor 99.99.0.3 description AR2
ip bgp-community new-format
ip pim ssm range acl_SSM-IPmc-range
ip access-list standard acl_SSM-IPmc-range
permit 239.0.0.0 0.255.255.255
ip access-list standard acl_SSM-map-DB
remark SSM mapping for DB blue/red
permit 239.16.0.0 0.0.0.255
ip access-list standard acl_SSM-map-DS
remark SSM mapping for DS blue/red
permit 239.20.0.0 0.0.255.255
ip access-list standard acl_SSM-map-DS-post-splice
remark SSM mapping for post splice DS blue/red
permit 239.28.0.0 0.0.255.255
ip access-list extended acl_voice
remark Identify voice traffic
permit ip any 192.168.80.0 0.0.0.255
ip access-list extended acl_broadcast-video
remark Identify broadcast video traffic (multicast on 239.x.x.x)
permit ip any 239.0.0.0 0.255.255.255
ip access-list extended acl_video-signaling
remark Identify video signaling
permit ip any 192.168.61.0 0.0.0.255
ip access-list extended acl_net-mgmt
remark Identify net management traffic (TFTP, Syslog, NTP, etc)
permit ip any 192.168.10.0 0.0.0.255
ip access-list extended acl_internet-access
remark Identify Internet access traffic
permit ip any 192.168.90.0 0.0.0.255
ip access-list extended acl_permit-any
ip access-list extended acl_qam-port
remark Permit only video and signaling out port connected to QAM
permit ip any any dscp af41
permit ip any any dscp af43
permit ip any any dscp cs3
permit ip any any dscp cs6
ip access-list standard acl_Hub-only-IPmc
remark Multicast video in 239.255.0.0/16 must remain in Hub
deny 239.255.0.0 0.0.255.255
remark Allow all other IPmc to pass
ip prefix-list pl_Connected-to-BGP seq 5 permit 192.168.160.0/24 le 32
logging event link-status default
logging source-interface Loopback0
route-map rmap_Connected-to-BGP permit 100
match ip address prefix-list pl_Connected-to-BGP
set ip next-hop 99.99.0.5
################################################################
Project = Video Networking Solution
################################################################
scheduler runtime netinput 300
ntp clock-period 17179860
Configuration for HR2b
!#################################################################
! Video Networking Solution 3.0
! Mod Port Model Serial # Versions
! ---- ---- ------------------ ----------- ---------------------
! 1 4 WS-X6704-10GE SAD074604B5 Hw : 1.2
! WS-F6700-DFC3A SAD08150203 Hw : 2.1
! 2 24 WS-X6724-SFP SAD091503A7 Hw : 2.2
! WS-F6700-DFC3A SAD08140B7D Hw : 2.1
! 5 2 WS-SUP720-BASE SAD07510A0A Hw : 3.0
! WS-SUP720 SAD075109GK Hw : 2.0
! WS-F6K-PFC3BXL SAD0817029M Hw : 1.2
!#################################################################
service tcp-keepalives-in
service tcp-keepalives-out
service timestamps debug datetime msec localtime
service timestamps log datetime msec localtime
no service password-encryption
service counters max age 5
boot system disk0:s72033-adventerprisek9_wan-mz.122-18.SXF.bin
logging buffered 64000 informational
clock summer-time PDT recurring
ip cef accounting non-recursive
ip tftp source-interface Loopback0
no ip igmp ssm-map query dns
ip igmp ssm-map static acl_SSM-map-DB 192.168.71.2
ip igmp ssm-map static acl_SSM-map-DS 192.168.72.2
ip igmp ssm-map static acl_SSM-map-DS-post-splice 192.168.160.2
ip tcp path-mtu-discovery
ip telnet source-interface Loopback0
mls ip multicast replication-mode ingress
mls ip multicast flow-stat-timer 9
mls qos map dscp-cos 16 18 20 to 3
mls qos map dscp-cos 26 28 30 to 4
mls qos map dscp-cos 34 36 38 to 6
mls qos map dscp-cos 40 42 44 to 2
mls qos map dscp-cos 48 to 5
mls rate-limit multicast ipv4 fib-miss 10000 250
mls rate-limit multicast ipv4 connected 2500 250
mls rate-limit multicast ipv4 igmp 1000 10
mls rate-limit multicast ipv4 partial 500 250
mls rate-limit unicast acl input 1000 10
mls rate-limit unicast acl output 1000 10
no mls rate-limit unicast acl vacl-log
mls rate-limit all ttl-failure 100 10
mls rate-limit all mtu-failure 100 10
no mls acl tcam share-global
mls cef error action freeze
no spanning-tree optimize bpdu transmission
spanning-tree extend system-id
no spanning-tree vlan 1-4094
power redundancy-mode combined
error-detection packet-buffer action none
diagnostic cns publish cisco.cns.device.diag_results
diagnostic cns subscribe cisco.cns.device.diag_commands
fabric buffer-reserve queue
vlan internal allocation policy ascending
class-map match-all class_voice
match access-group name acl_voice
class-map match-all class_broadcast-video
match access-group name acl_broadcast-video
class-map match-all class_ad-server
match access-group name acl_ad-server
class-map match-all class_video-signaling
match access-group name acl_video-signaling
class-map match-all class_net-mgmt
match access-group name acl_net-mgmt
class-map match-all class_internet-access
match access-group name acl_internet-access
class-map match-all class_suspect
match access-group name acl_permit-any
policy-map pmap_voice-port
policy-map pmap_broadcast-video-port
class class_broadcast-video
class class_video-signaling
policy-map pmap_ad-server-port
class class_video-signaling
policy-map pmap_net-mgmt-port
policy-map pmap_internet-access-port
class class_internet-access
ip address 99.99.0.6 255.255.255.255
description Hub Loopbacks
ip address 99.99.1.5 255.255.255.255 secondary
ip address 99.99.1.6 255.255.255.255
interface TenGigabitEthernet1/1
description Transport between HR3a (TenGig1/3)
ip address 192.168.251.10 255.255.255.252
ip multicast boundary acl_Hub-only-IPmc
ip ospf network point-to-point
interface TenGigabitEthernet1/2
interface TenGigabitEthernet1/3
description Transport between HR2a (TenGig1/3)
ip address 192.168.249.6 255.255.255.252
ip ospf network point-to-point
interface TenGigabitEthernet1/4
interface GigabitEthernet5/1
interface GigabitEthernet5/2
description Management port for Syslog/TFTP/NTP
ip address 1.1.1.6 255.255.255.0
max-metric router-lsa on-startup wait-for-bgp
log-adjacency-changes detail
timers throttle spf 400 400 4000
passive-interface default
no passive-interface TenGigabitEthernet1/1
no passive-interface TenGigabitEthernet1/3
network 99.99.0.0 0.0.255.255 area 0
network 192.168.249.0 0.0.0.255 area 0
network 192.168.251.0 0.0.0.255 area 0
redistribute connected route-map rmap_Connected-to-BGP
neighbor rr-server peer-group
neighbor rr-server remote-as 100
neighbor rr-server update-source Loopback0
neighbor rr-server version 4
neighbor rr-server send-community
neighbor 99.99.0.2 peer-group rr-server
neighbor 99.99.0.2 description AR1
neighbor 99.99.0.3 peer-group rr-server
neighbor 99.99.0.3 description AR2
ip bgp-community new-format
ip pim ssm range acl_SSM-IPmc-range
ip access-list standard acl_SSM-IPmc-range
permit 239.0.0.0 0.255.255.255
ip access-list standard acl_SSM-map-DB
remark SSM mapping for DB blue/red
permit 239.16.0.0 0.0.0.255
ip access-list standard acl_SSM-map-DS
remark SSM mapping for DS blue/red
permit 239.20.0.0 0.0.255.255
ip access-list standard acl_SSM-map-DS-post-splice
remark SSM mapping for post splice DS blue/red
permit 239.28.0.0 0.0.255.255
ip access-list extended acl_voice
remark Identify voice traffic
permit ip any 192.168.80.0 0.0.0.255
ip access-list extended acl_broadcast-video
remark Identify broadcast video traffic (multicast on 239.x.x.x)
permit ip any 239.0.0.0 0.255.255.255
ip access-list extended acl_video-signaling
remark Identify video signaling
permit ip any 192.168.61.0 0.0.0.255
ip access-list extended acl_net-mgmt
remark Identify net management traffic (TFTP, Syslog, NTP, etc)
permit ip any 192.168.10.0 0.0.0.255
ip access-list extended acl_internet-access
remark Identify Internet access traffic
permit ip any 192.168.90.0 0.0.0.255
ip access-list extended acl_permit-any
ip access-list extended acl_qam-port
remark Permit only video and sinaling out port connected to QAM
permit ip any any dscp af41
permit ip any any dscp af43
permit ip any any dscp cs3
permit ip any any dscp cs6
ip access-list standard acl_Hub-only-IPmc
remark Multicast video in 239.255.0.0/16 must remain in Hub
deny 239.255.0.0 0.0.255.255
remark Allow all other IPmc to pass
ip prefix-list pl_Connected-to-BGP seq 5 permit 192.168.170.0/24 le 32
logging event link-status default
logging source-interface Loopback0
route-map rmap_Connected-to-BGP permit 100
match ip address prefix-list pl_Connected-to-BGP
set ip next-hop 99.99.0.6
################################################################
Project = Video Networking Solution
################################################################
scheduler runtime netinput 300
ntp clock-period 17179977
Configuration for HR3a
!#################################################################
! Video Networking Solution 3.0
! Mod Port Model Serial # Versions
! ---- ---- ------------------ ----------- -------------------------------------
! 1 4 WS-X6704-10GE SAL09337QJF Hw : 2.2
! WS-F6700-DFC3A SAD08240A5L Hw : 2.2
! 2 48 WS-X6748-GE-TX SAL091052FB Hw : 2.1
! WS-F6700-DFC3A SAD0816029X Hw : 2.2
! 5 2 WS-SUP720-3BXL SAL09337CES Hw : 4.3
! WS-SUP720 SAL09316T46 Hw : 2.3
! WS-F6K-PFC3BXL SAL09337FPL Hw : 1.6
!#################################################################
service tcp-keepalives-in
service tcp-keepalives-out
service timestamps debug datetime msec localtime
service timestamps log datetime msec localtime
no service password-encryption
service counters max age 5
boot system disk0:s72033-adventerprisek9_wan-mz.122-18.SXF.bin
logging buffered 64000 informational
clock summer-time PDT recurring
ip cef accounting non-recursive
ip tftp source-interface Loopback0
no ip igmp ssm-map query dns
ip igmp ssm-map static acl_SSM-map-DB 192.168.71.2
ip igmp ssm-map static acl_SSM-map-DS 192.168.72.2
ip igmp ssm-map static acl_SSM-map-DS-post-splice 192.168.160.2
ip tcp path-mtu-discovery
ip telnet source-interface Loopback0
mls ip multicast replication-mode ingress
mls ip multicast flow-stat-timer 9
mls qos map dscp-cos 16 18 20 to 3
mls qos map dscp-cos 26 28 30 to 4
mls qos map dscp-cos 34 36 38 to 6
mls qos map dscp-cos 40 42 44 to 2
mls qos map dscp-cos 48 to 5
mls rate-limit multicast ipv4 fib-miss 10000 250
mls rate-limit multicast ipv4 connected 2500 250
mls rate-limit multicast ipv4 igmp 1000 10
mls rate-limit multicast ipv4 partial 500 250
mls rate-limit unicast acl input 1000 10
mls rate-limit unicast acl output 1000 10
no mls rate-limit unicast acl vacl-log
mls rate-limit all ttl-failure 100 10
mls rate-limit all mtu-failure 100 10
no mls acl tcam share-global
mls cef error action freeze
no spanning-tree optimize bpdu transmission
spanning-tree extend system-id
no spanning-tree vlan 1-4094
power redundancy-mode combined
error-detection packet-buffer action none
diagnostic cns publish cisco.cns.device.diag_results
diagnostic cns subscribe cisco.cns.device.diag_commands
fabric buffer-reserve queue
vlan internal allocation policy ascending
class-map match-all class_voice
match access-group name acl_voice
class-map match-all class_broadcast-video
match access-group name acl_broadcast-video
class-map match-all class_ad-server
match access-group name acl_ad-server
class-map match-all class_video-signaling
match access-group name acl_video-signaling
class-map match-all class_net-mgmt
match access-group name acl_net-mgmt
class-map match-all class_internet-access
match access-group name acl_internet-access
class-map match-all class_suspect
match access-group name acl_permit-any
policy-map pmap_voice-port
policy-map pmap_broadcast-video-port
class class_broadcast-video
class class_video-signaling
policy-map pmap_ad-server-port
class class_video-signaling
policy-map pmap_net-mgmt-port
policy-map pmap_internet-access-port
class class_internet-access
ip address 99.99.0.7 255.255.255.255
ip address 99.99.1.7 255.255.255.255
interface TenGigabitEthernet1/1
description Transport between AR2 (TenGig1/3)
ip address 192.168.251.6 255.255.255.252
ip multicast boundary acl_Hub-only-IPmc
ip ospf network point-to-point
interface TenGigabitEthernet1/2
interface TenGigabitEthernet1/3
description Transport between HR2b (TenGig1/1)
ip address 192.168.251.9 255.255.255.252
ip multicast boundary acl_Hub-only-IPmc
ip ospf network point-to-point
interface TenGigabitEthernet1/4
interface GigabitEthernet5/1
interface GigabitEthernet5/2
description Management port for Syslog/TFTP/NTP
ip address 1.1.1.7 255.255.255.0
max-metric router-lsa on-startup wait-for-bgp
log-adjacency-changes detail
timers throttle spf 400 400 4000
passive-interface default
no passive-interface TenGigabitEthernet1/1
no passive-interface TenGigabitEthernet1/3
network 99.99.0.0 0.0.255.255 area 0
network 192.168.251.0 0.0.0.255 area 0
redistribute connected route-map rmap_Connected-to-BGP
neighbor rr-server peer-group
neighbor rr-server remote-as 100
neighbor rr-server update-source Loopback0
neighbor rr-server version 4
neighbor rr-server send-community
neighbor 99.99.0.2 peer-group rr-server
neighbor 99.99.0.2 description AR1
neighbor 99.99.0.3 peer-group rr-server
neighbor 99.99.0.3 description AR2
ip bgp-community new-format
ip pim ssm range acl_SSM-IPmc-range
ip access-list standard acl_SSM-IPmc-range
permit 239.0.0.0 0.255.255.255
ip access-list standard acl_SSM-map-DB
remark SSM mapping for DB blue/red
permit 239.16.0.0 0.0.0.255
ip access-list standard acl_SSM-map-DS
remark SSM mapping for DS blue/red
permit 239.20.0.0 0.0.255.255
ip access-list standard acl_SSM-map-DS-post-splice
remark SSM mapping for post splice DS blue/red
permit 239.28.0.0 0.0.255.255
ip access-list extended acl_voice
remark Identify voice traffic
permit ip any 192.168.80.0 0.0.0.255
ip access-list extended acl_broadcast-video
remark Identify broadcast video traffic (multicast on 239.x.x.x)
permit ip any 239.0.0.0 0.255.255.255
ip access-list extended acl_video-signaling
remark Identify video signaling
permit ip any 192.168.61.0 0.0.0.255
ip access-list extended acl_net-mgmt
remark Identify net management traffic (TFTP, Syslog, NTP, etc)
permit ip any 192.168.10.0 0.0.0.255
ip access-list extended acl_internet-access
remark Identify Internet access traffic
permit ip any 192.168.90.0 0.0.0.255
ip access-list extended acl_permit-any
ip access-list extended acl_qam-port
remark Permit only video and sinaling out port connected to QAM
permit ip any any dscp af41
permit ip any any dscp af43
permit ip any any dscp cs3
permit ip any any dscp cs6
ip access-list standard acl_Hub-only-IPmc
remark Multicast video in 239.255.0.0/16 must remain in Hub
deny 239.255.0.0 0.0.255.255
remark Allow all other IPmc to pass
ip prefix-list pl_Connected-to-BGP seq 5 permit 192.168.180.0/24 le 32
logging event link-status default
logging source-interface Loopback0
route-map rmap_Connected-to-BGP permit 100
match ip address prefix-list pl_Connected-to-BGP
set ip next-hop 99.99.0.7
################################################################
Project = Video Networking Solution
################################################################
scheduler runtime netinput 300
ntp clock-period 17179820