3com 5500-ei pwr Installation Instruction

Page of 1072
 
1-13 
Configuration procedure 
Configure Switch A. 
# Configure VLAN 3. 
<LSW-A> system-view 
[LSW-A] vlan 3 
[LSW-A-vlan3] port Ethernet1/0/10 
[LSW-A-vlan3] quit 
[LSW-A] interface Vlan-interface 3 
[LSW-A-Vlan-interface3] ip address 10.100.10.2 255.255.255.0 
[LSW-A-Vlan-interface3] quit 
# Configure VLAN 2. 
[LSW-A] vlan 2 
[LSW-A-vlan2] port Ethernet 1/0/6 
[LSW-A-vlan2] quit 
[LSW-A] interface Vlan-interface 2 
[LSW-A-Vlan-interface2] ip address 202.38.160.1 255.255.255.0 
[LSW-A-Vlan-interface2] quit 
# Configure that the virtual router can be pinged. 
[LSW-A] vrrp ping-enable 
# Create a VRRP group. 
[LSW-A] interface Vlan-interface 2 
[LSW-A-Vlan-interface2] vrrp vrid 1 virtual-ip 202.38.160.111 
# Set the priority for the VRRP group. 
[LSW-A-Vlan-interface2] vrrp vrid 1 priority 110 
# Set the authentication type for the VRRP group to md5, and the password to abc123
[LSW-A-Vlan-interface2] vrrp vrid 1 authentication-mode md5 abc123 
# Configure the master to send VRRP packets every 5 seconds. 
[LSW-A-Vlan-interface2] vrrp vrid 1 timer advertise 5 
# Set the tracked VLAN interface. 
[LSW-A-Vlan-interface2] vrrp vrid 1 track interface Vlan-interface 3 reduced 30 
Configure switch B. 
# Configure VLAN 3.  
<LSW-B> system-view 
[LSW-B] vlan 3 
[LSW-B-vlan3] port Ethernet1/0/10 
[LSW-B-vlan3] quit 
[LSW-B] interface Vlan-interface 3 
[LSW-B-Vlan-interface3] ip address 10.100.10.3 255.255.255.0 
[LSW-B-Vlan-interface3] quit 
# Configure VLAN 2. 
[LSW-B] vlan 2 
[LSW-B-vlan2] port Ethernet 1/0/5