1. At the opening CLI prompt, enter the following enable command:
FESX448>enable2. Access the configuration level of the CLI by entering the following command:
FESX448# configure terminal
FESX448(config)# 3. Enter a show run command to look for the IP address in the display.FESX448(config)# show run4. Delete the factory default IP address from the switch by entering the following command:
FESX448(config)# no ip address 209.157.22.254 255.255.255.05. Configure the IP address and mask address for the switch. For example, to set the address and mask to 192.168.1.100 255.255.255.0, enter the following command:
FESX448(config)# ip address 192.168.1.100 255.255.255.06. Set a default gateway address for the switch. For example, to set the gateway to 192.168.1.245, enter the following command:
FESX448(config)# ip default-gateway 192.168.1.245 7. Save the configuration changes to the device's flash memory:
FESX448(config)# write mem

0 comments:
Post a Comment