5-5
Cisco CRS-1 Series Carrier Routing System Getting Started Guide
Chapter 5 Initial Configuration of the Cisco IOS XR Software
Configuring the Management Ethernet Interface
DETAILED STEPS
Command or Action Purpose
Step 1
configure
Example:
RP/0/RP0/CPU0:router# configure
Enters global configuration mode.
Step 2
interface MgmtEth0/slot/CPU0/0
Example:
RP/0/RP0/CPU0:router(config)# interface
MgmtEth0/RP0/CPU0/0
Enters interface configuration mode and
specifies the Management Ethernet interface
of the primary RP.
• The syntax is
interface type rack/slot/module/port:
–
type=MgmtEth
–
rack=0 (single-chassis system)
–
slot=RP0 or RP1. This is the same as
the CLI prompt, which represents the
primary (active) RP.
–
module=CPU0.
–
port=0. The Management Ethernet
port is always “0.”
Step 3
ipv4 address ipv4-address subnet-mask
Example:
RP/0/RP0/CPU0:router(config-if)# ipv4 address 10.1.1.1
255.0.0.0
Assigns an IP address and subnet mask to the
interface.
Step 4
no shutdown
Example:
RP/0/RP0/CPU0:router(config-if)# no shutdown
Places the interface in an “up” state.
Step 5
commit
Example:
RP/0/RP0/CPU0:router(config-if)# commit
Commits the target configuration to the router
running configuration.
Step 6
end
Example:
RP/0/RP0/CPU0:router(config-if)# end
Ends the configuration session and returns to
EXEC mode.
Step 7
show interfaces MgmtEth0/slot/CPU0/0
Example:
RP/0/RP0/CPU0:router# show interfaces MgmtEth0/RP0/CPU0/0
Displays the interface details to verify the
settings.