System Setup and Software Installation Guide for Cisco NCS 1004

PDF

System Setup and Software Installation Guide for Cisco NCS 1004

Configure the management interface

Want to summarize with AI?

Log in

Use this procedure to configure the management Ethernet interface on NCS 1004. Assign an IP address and subnet mask, and add a static default route to enable connectivity with remote management stations or TFTP servers.


Establish management connectivity for NCS 1004 by setting up its management Ethernet interface.

Before you begin

  • Consult your network administrator or system planner to obtain IP addresses and a subnet mask for the management port.

  • Ensure that the management port is physically connected to the management network.

Procedure

1.

Enter configuration mode.

Example:

RP/0/RP0/CPU0:ios# configure
2.

Use the interface mgmtEth rack/slot/instance/port command to enter the interface configuration mode for the management interface.

Example:

RP/0/RP0/CPU0:ios(config)# interface mgmtEth 0/RP0/CPU0/0
3.

Use the ipv4 address ipv4-address subnet-mask command to assign an IP address and a subnet mask to the interface.

Example:

RP/0/RP0/CPU0:ios(config-if)# ipv4 address 10.1.1.1 255.0.0.0
4.

Use the no shutdown command to bring the interface up.

Example:

RP/0/RP0/CPU0:ios(config-if)# no shutdown
5.

Exit the interface configuration mode.

Example:

RP/0/RP0/CPU0:ios(config-if)# exit
6.

Use the router static address-family ipv4 unicast command to configure a default static route.

Example:

RP/0/RP0/CPU0:ios(config)# router static address-family ipv4 unicast 0.0.0.0/0 192.0.2.1

Specifies the IP address of the default gateway to configure a static route. Use this IP address for communication with devices on other networks.

7.

Use the commit or end command.

  • commit — saves the configuration changes and remains within the configuration session.

  • end — prompts you to save (Yes), discard (No), or stay in the session (Cancel).

The management Ethernet interface is configured with an IP address, subnet mask, and default route, enabling remote management connectivity.

What to do next

Proceed to configure Telnet and SSH access for remote administration, if required.