DES-7200 Configuration Guide Chapter 9 NLB Group Configuration
9-6
# Enter interface configuration mode
DES-7200(config)# interface gigabitethernet 0/1
# Include Gi 0/1 into VLAN 100
DES-7200(config-if)# switchport mode access
DES-7200(config-if)# switchport access vlan 100
DES-7200(config-if)# end
DES-7200(config)#
# Enter interface configuration mode
DES-7200(config)# interface gigabitethernet 0/2
# Include Gi 0/2 into VLAN 100
DES-7200(config-if)# switchport mode access
DES-7200(config-if)# switchport access vlan 100
DES-7200(config-if)# end
2) Configure SVI 100 and assign the IP address of 192.168.1.1
DES-7200(config)#
# Enter interface configuration mode
DES-7200(config)# interface vlan 100
DES-7200(config-if)# ip address 192.168.1.1 255.255.255.0
DES-7200(config-if)# end
3) Configure VRF and the IP address of SVI 100
DES-7200(config)#
# Create VRF “ac”
DES-7200(config)# ip vrf ac
# Enter interface configuration mode
DES-7200(config)# interface vlan 100
# Description: connect to ac
DES-7200(config-if)#description connecting-to-ac
# Enable VRF on the interface
DES-7200 (config-if)# ip vrf forwarding ac
# Configure the IP address of interface
DES-7200 (config-if)# ip address 192.168.1.1 255.255.255.0
DES-7200(config-if)# end
3) Configure the attributes and connection port of cluster group
# Configure cluster group 1, and select Gi 0/3 as the reflector port
DES-7200(config)#