INS_CWGE24MS2_REV–
10/05/16 PAGE 27
INSTALLATION AND OPERATION MANUAL
CWGE24MS2
TECH SUPPORT: 1.888.678.9427
Example: The procedures to configure an IP address for the Switch.
To enter the configure node.
CWGE24MS2#configure terminal
CWGE24MS2(config)#
To enter the ETH0 interface node.
CWGE24MS2(config)#interface eth0
CWGE24MS2(config-if)#
To get an IP address from a DHCP server.
CWGE24MS2(config-if)#ip dhcp client enable
To configure a static IP address and a gateway for the Switch.
CWGE24MS2(config-if)#ip address 192.168.202.111/24
CWGE24MS2(config-if)#ip address default-gateway 192.168.202.1
To configure a static global IPv6 address and a gateway for the Switch.
Please set the static global IPv6 address first.
CWGE24MS2(config-if)#ip ipv6-address 3ffe::1235/64
And the set the IPv6 default gateway address.
CWGE24MS2(config-if)#ip ipv6-address default-gateway 3ffe::1234