3Com Switch 8800 Family IPsec Module Configuration and Command reference Guide
242 CHAPTER 15: VRRP CONFIGURATIONS
Gateway address: 10.0.0.254 (the virtual IP address of the standby group)
3 Switch 8807_A (SecBlade_A)
# Divide VLANs.
<Switch 8807_A> system-view
[Switch 8807_A] vlan 10
[Switch 8807_A-vlan10] quit
[Switch 8807_A] vlan 50
[Switch 8807_A-vlan50] quit
# Configure aggregation of IPsec module interfaces (the IPsec module interface
resides in slot 2).
[Switch 8807_A] secblade aggregation slot 2
# Create the secblade test.
[Switch 8807_A] secblade test
# Set the protected VLAN.
[Switch 8807_A-secblade-test] security-vlan 10 50
# Map the IPsec module to the IPsec module of the specified slot.
[Switch 8807_A-secblade-test] map to slot 2
[Switch 8807_A-secblade-test] quit
[Switch 8807_A] quit
# Log into the IPsec module of the specified slot.
<Switch 8807_A> secblade slot 2 (Both the default user name and password are
SecBlade)
user: SecBlade
password: SecBlade
<secblade_A> system-view
# Create the sub-interface.
[secblade_A] interface g0/0.1
[secblade_A-GigabitEthernet0/0.1] vlan-type dot1q vid 10
[secblade_A-GigabitEthernet0/0.1] ip address 10.0.0.1 24
[secblade_A-GigabitEthernet0/0.1] vrrp vrid 1 virtual-ip 10.0.0.254
[secblade_A-GigabitEthernet0/0.1] vrrp vrid 1 priority 120
[secblade_A-GigabitEthernet0/0.1] vrrp vrid 1 preempt-mode
[secblade_A-GigabitEthernet0/0.1] quit
[secblade_A] interface g0/0.2
[secblade_A-GigabitEthernet0/0.2] vlan-type dot1q vid 50
[secblade_A-GigabitEthernet0/0.2] ip address 50.0.0.1 24
[secblade_A-GigabitEthernet0/0.2] quit
# Quit IPsec module configuration view.
[secblade_A] quit
<secblade_A> quit
[Switch 8807_A]