Configuring A Gigabit Ethernet Interface - Cisco ASR 9000 Series Configuration Manuallines

L2vpn and ethernet services configuration guide
Hide thumbs Also See for ASR 9000 Series:
Table of Contents

Advertisement

The Carrier Ethernet Model

Configuring a Gigabit Ethernet Interface

Perform this task to configure a basic Gigabit Ethernet or 10-Gigabit Ethernet interface:
SUMMARY STEPS
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
DETAILED STEPS
Step 1
configure
Example:
RP/0/RSP0/CPU0:router# configure terminal
Enters the Global Configuration mode.
Step 2
interface type interface-path-id
Example:
RP/0/RSP0/CPU0:router(config)# interface GigabitEthernet 0/1/0/0
Enters interface configuration mode and specifies the Ethernet interface name and notation rack/slot/module/port.
Step 3
ipv4 address ip-address mask
Example:
RP/0/RSP0/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.
configure
interface type interface-path-id
ipv4 address ip-address mask
flow-control { bidirectional | egress | ingress }
mtu bytes
mac-address value1.value2.value3
negotiation auto (on Gigabit Ethernet interfaces only)
no shutdown
Use the commit or end command.
show interfaces [ GigabitEthernet | TenGigE ] instance
L2VPN and Ethernet Services Configuration Guide for Cisco ASR 9000 Series Routers, IOS XR Release 6.3.x
Configuring a Gigabit Ethernet Interface
23

Advertisement

Table of Contents
loading

Table of Contents