3com 8807 사용자 가이드

다운로드
페이지 883
502
C
HAPTER
 46: MBGP M
ULTICAST
 E
XTENSION
 C
ONFIGURATION
Network diagram
Figure 119   Network diagram for MBGP path selection configuration
Configuration procedure
Configure Switch A:
<SwitchA> system-view
 
System View: return to User View with Ctrl+Z.
 
[SwitchA] vlan 20
 
[SwitchA-vlan20] port ethernet1/1/2
 
[SwitchA-vlan20] quit
 
[SwitchA] interface vlan-interface 20
 
[SwitchA-Vlan-interface20] ip address 192.1.1.1 255.255.255.0
 
[SwitchA-Vlan-interface20] quit
 
[SwitchA] vlan 30
 
[SwitchA-vlan30] port ethernet1/1/3
 
[SwitchA-vlan30] quit
 
[SwitchA] interface vlan-interface 30
 
[SwitchA-Vlan-interface30] ip address 193.1.1.1 255.255.255.0
 
[SwitchA-Vlan-interface30] quit 
# Enable MBGP.
[SwitchA] bgp 100
 
[SwitchA-bgp] ipv4-family multicast 
# Specify target network for MBGP.
[SwitchA-bgp-af-mul] network 1.0.0.0
 
[SwitchA-bgp-af-mul] network 2.0.0.0
 
[SwitchA-bgp-af-mul] quit 
# Configure peers relationship.
[SwitchA-bgp] bgp 100
 
[SwitchA-bgp] group a1 external
 
[SwitchA-bgp] peer 192.1.1.2 group a1 as-number 200
 
[SwitchA-bgp] group a2 external
 
[SwitchA-bgp] peer 193.1.1.2 group a2 as-number 200
 
[SwitchA-bgp] ipv4-family multicast