• Ensure that the management port is connected to the management network.
Procedure
Step 1
configure
Example:
RP/0/RP0/CPU0:ios# configure
Enters XR Configuration mode.
Step 2
interface mgmtEth rack/slot/instance/port
Example:
RP/0/RP0/CPU0:ios(config)# interface mgmtEth 0/RP0/CPU0/0
Enters interface configuration mode for the management interface.
Step 3
ipv4 address ipv4-address subnet-mask
Example:
RP/0/RP0/CPU0:ios(config-if)# ipv4 address 10.1.1.1 255.0.0.0
Assigns an IP address and a subnet mask to the interface.
Step 4
no shutdown
Example:
RP/0/RP0/CPU0:ios(config-if)# no shutdown
Places the interface in an "up" state.
Step 5
exit
Example:
RP/0/RP0/CPU0:ios(config-if)# exit
Exits the Management interface configuration mode.
Step 6
router static address-family ipv4 unicast 0.0.0.0/0default-gateway
Example:
RP/0/RP0/CPU0:ios(config)# router static address-family ipv4 unicast 0.0.0.0/0 12.25.0.1
Specifies the IP address of the default-gateway to configure a static route; this is to be used for communications
with devices on other networks.
Step 7
Use the
commit
or
end
command.
commit
-Saves the configuration changes and remains within the configuration session.
end
-Prompts user to take one of these actions:
•
Yes
-Saves configuration changes and exits the configuration session.
•
No
-Exits the configuration session without committing the configuration changes.
System Setup and Software Installation Guide for Cisco NCS 1002
13
Bring-up Cisco NCS 1002
Configure Management Interface