3com 8807 사용자 가이드

다운로드
페이지 883
MBGP Multicast Extension Configuration Example
505
[SwitchC] bgp 200
 
[SwitchC-bgp] ipv4-family multicast
 
[SwitchC-bgp-af-mul] peer 193.1.1.1 route-policy localpref import 
Configure Switch D:
<SwitchD> system-view
 
System View: return to User View with Ctrl+Z.
 
[SwitchD] vlan 40
 
[SwitchD-vlan40] port ethernet4/1/4
 
[SwitchD-vlan40] quit
 
[SwitchD] interface vlan-interface 40
 
[SwitchD-Vlan-interface40] ip address 194.1.1.1 255.255.255.0
 
[SwitchD-Vlan-interface40] quit
 
[SwitchD] vlan 50
 
[SwitchD-vlan50] port ethernet4/1/5
 
[SwitchD-vlan50] quit
 
[SwitchD] interface vlan-interface 50
 
[SwitchD-Vlan-interface50] ip address 195.1.1.1 255.255.255.0
 
[SwitchD-Vlan-interface50] quit
 
[SwitchD] ospf
 
[SwitchD-ospf-1] area 0
 
[SwitchD-ospf-1-area-0.0.0.0] network 194.1.1.0 0.0.0.255
 
[SwitchD-ospf-1-area-0.0.0.0] network 195.1.1.0 0.0.0.255
 
[SwitchD-ospf-1-area-0.0.0.0] network 4.0.0.0 0.0.0.255
 
[SwitchD-ospf-1-area-0.0.0.0] quit
 
[SwitchD-ospf-1] quit
 
[SwitchD] bgp 200
 
[SwitchD-bgp] undo synchronization
 
[SwitchD-bgp] group d1 internal
 
[SwitchD-bgp] peer 194.1.1.2 group d1
 
[SwitchD-bgp] peer 195.1.1.2 group d1
 
[SwitchD-bgp] ipv4-family multicast
 
[SwitchD-bgp-af-mul] peer d1 enable 
To make the configuration effective, you need to use the reset bgp all command 
on all MBGP neighbors.