3-34
Cisco ASR 9000 Series Aggregation Services Router Getting Started Guide
OL-17502-01
Chapter 3 Configuring General Router Features
Configuring the Management Ethernet Interface
Prerequisites
To configure the Ethernet Management port for network communications, you must type the interface
network addresses and subnet mask. Consult your network administrator or system planner for this
information.
SUMMARY STEPS
1. configure
2. interface MgmtEthrack/slot/CPU0/port
3. ipv4 address ipv4-address subnet-mask
4. no shutdown
5. exit
6. router static address-family ipv4 unicast 0.0.0.0/0 default-gateway
7. commit
8. end
9. show interfaces MgmtEthrack/slot/CPU0/port
DETAILED STEPS
Command or Action Purpose
Step 1 configure
Example:
RP/0/RSP0/CPU0:router# configure
Enters global configuration mode.
Step 2 interface MgmtEthrack/slot/CPU0/port
Example:
RP/0/RSP0/CPU0:RO-C(config)# interface mgmtEth
0/RSP0/CPU0/0
Enters interface configuration mode and specifies the
Management Ethernet interface of the primary RSP.
See Table 3-6 for command parameters.
Step 3 ipv4 address ipv4-address subnet-mask
Example:
RP/0/RSP0/CPU0:RO-C(config-if)# ipv4 address
1.1.1.1 255.255.255.255
Assigns an IP address and subnet mask to the interface.
Step 4 no shutdown
Example:
RP/0/RSP0/CPU0:router(config-if)# no shutdown
Enables the interface to carry traffic.
Step 5 exit
Example
RP/0/RSP0/CPU0:RO-C(config)# sh config
Building configuration...
interface MgmtEth0/RSP0/CPU0/0
ipv4 address 1.1.1.1 255.255.255.255
!
end
Exits the Management Ethernet interface configuration
mode.