December 2006
Intermediate to advanced
1188 pages
72h 8m
English
You want to exchange multicast routing information between two networks using MBGP.
Before setting up MBGP, you should set up multicast-routing on the Autonomous System Boundary Router (ASBR) and configure it to block multicast traffic that you know is only intended for the local network:
Router-ASBR1#configure terminalEnter configuration commands, one per line. End with CNTL/Z. Router-ASBR1(config)#ip multicast-routingRouter-ASBR1(config)#access-list15deny 239.0.0.0 0.255.255.255Router-ASBR1(config)#access-list15deny 224.0.1.39Router-ASBR1(config)#access-list15deny 224.0.1.40Router-ASBR1(config)#access-list15permit anyRouter-ASBR1(config)#interface Serial0/0Router-ASBR1(config-if)#ip multicast boundaryRouter-ASBR1(config-if)#15ip multicast ttl-threshold 64Router-ASBR1(config-if)#ip pim dense-modeRouter-ASBR1(config-if)#endRouter-ASBR1#
Then you need to set up the MBGP configuration:
Router-ASBR1#configure terminalEnter configuration commands, one per line. End with CNTL/Z. Router-ASBR1(config)#router bgpRouter-ASBR1(config-router)#65530network10.0.0.0mask255.0.0.0Router-ASBR1(config-router)#neighbor10.15.32.1remote-asRouter-ASBR1(config-router)#65531address-family ipv4 multicastRouter-ASBR1(config-router-af)#neighbor10.15.32.1activateRouter-ASBR1(config-router-af)#endRouter-ASBR1#
Usually when people talk about using BGP, they immediately think of the public Internet. Since ...
Read now
Unlock full access