Management Port Configuration
Requirements
- Serial connection to the switch
- Management IP given by customer
Tasks
-
Login to the switch
-
Enter System Mode:
system-view
-
Add the IP to the interface:
interface MEth0/0/0
ip address MGMT_IP SUBNET_MASK
-
Set Gateway:
ip route-static 0.0.0.0 0.0.0.0 GATEWAY_IP
-
Save the changes:
save
-
Verify the assignation:
display this
ordisplay current_configuration interface MEth0/0/0