Interface And Hardware Component Configuration Guide For Cisco Ncs 5500 Series Routers, Ios Xr Release - Cisco NCS 5500 Series Configuration Manual

Interface and hardware component configuration
Hide thumbs Also See for NCS 5500 Series:
Table of Contents

Advertisement

Configuring Gigabit Ethernet Interfaces
Example:
RP/0/RP0/CPU0:router# show version
(Optional) Displays the current software version, and can also be used to confirm that the router recognizes the line card.
Step 2
show interfaces [HundredGigE | ] interface-path-id
Example:
RP/0/RP0/CPU0:router# show interface HundredGigE 0/1/0/1
(Optional) Displays the configured interface and checks the status of each interface port.
Step 3
configure
Example:
RP/0/RP0/CPU0:router# configure terminal
Enters global configuration mode.
Step 4
interface [HundredGigE| TenGigE] interface-path-id
Example:
RP/0/RP0/CPU0:router(config)# interface HundredGigE 0/1/0/1
Enters interface configuration mode and specifies the Ethernet interface name and notation rack/slot/module/port. Possible
interface types for this procedure are:
• HundredGigE
• TenGigE
Note
Step 5
ipv4 address ip-address mask
Example:
RP/0/RP0/CPU0:router(config-if)# ipv4 address 172.18.189.38 255.255.255.224
Assigns an IP address and subnet mask to the interface.
• Replace ip-address with the primary IPv4 address for the interface.
• Replace mask with the mask for the associated IP subnet. The network mask can be specified in either of two ways:
• The network mask can be a four-part dotted decimal address. For example, 255.0.0.0 indicates that each bit equal
to 1 means that the corresponding address bit belongs to the network address.
• The network mask can be indicated as a slash (/) and number. For example, /8 indicates that the first 8 bits of the
mask are ones, and the corresponding bits of the address are network address.
Step 6
mtu bytes

Interface and Hardware Component Configuration Guide for Cisco NCS 5500 Series Routers, IOS XR Release

6.1.x
18
• The example indicates a 100-Gigabit Ethernet interface in the line card
in slot 1.
Configuring Ethernet Interfaces

Advertisement

Table of Contents
loading

Table of Contents