Cisco Router IOS XR Getting Started Manual page 128

Cisco systems router getting started guide
Hide thumbs Also See for Router Cisco IOS XR:
Table of Contents

Advertisement

Configuring the Management Ethernet Interface
DETAILED STEPS
Command or Action
Step 1
configure
Example:
RP/0/RP0/CPU0:router# configure
Step 2
interface MgmtEth rack / slot /CPU0/ port
Example:
RP/0/RP0/CPU0:router(config)# interface
MgmtEth0/RP0/CPU0/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
Step 4
no shutdown
Example:
RP/0/RP0/CPU0:router(config-if)# no shutdown
Step 5
exit
Step 6
router static address family ipv4 unicast
0.0.0.0/0 default-gateway
Example:
RP/0/RP0/CPU0:router (config)# router static
address-family ipv4 unicast 0.0.0.0/0 12.25.0.1
Step 7
commit
Example:
RP/0/RP0/CPU0:router(config)# commit
Cisco IOS XR Getting Started Guide
4-42
Chapter 4
Purpose
Enters global configuration mode.
Enters interface configuration mode and specifies the
Management Ethernet interface of the primary RP.
The syntax is
interface typerack/slot/module/port:
The command parameters are described in
Assigns an IP address and subnet mask to the interface.
Places the interface in an "up" state.
Exits the Management Ethernet interface configuration
mode.
Configures a default route to use for communications with
devices on other networks.
Replace default-gateway with the IP address of the
local gateway that can be used to reach other
networks.
This default route applies to all interfaces. You might
need to configure additional static routes to support
your network. For more information on configuring
static routes, see Cisco IOS XR Routing
Configuration Guide.
Commits the target configuration to the running
configuration.
Configuring General Router Features
Table
4-6.
OL-10957-02

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Ios xr 3.4

Table of Contents