Configuring An Output Interface - Cisco ASR 900 Series Manual

Mpls basic configuration guide, cisco ios xe everest 16.5.1
Hide thumbs Also See for ASR 900 Series:
Table of Contents

Advertisement

Configuring MPLS-TP Links and Physical Interfaces

Configuring an Output Interface

SUMMARY STEPS
1. enable
2. configure terminal
3. interface type/num
4. no ip address
5. negotiation auto
6. mpls tp link link-num {ipv4 ip-address | tx-mac mac-address}
7. exit
8. exit
9. show mpls tp link-numbers
DETAILED STEPS
Command or Action
Step 1
enable
Example:
Router> enable
Step 2
configure terminal
Example:
Router# configure terminal
Step 3
interface type/num
Example:
Router(config)# interface
gigabitEthernet 1/0
Step 4
no ip address
Example:
Router(config-if)# no ip address
Step 5
negotiation auto
Example:
Router(config-if)# negotiation auto
Step 6
mpls tp link link-num {ipv4 ip-address | tx-mac
mac-address}
Example:
Router(config-if)# mpls tp link 1 ipv4
10.0.0.2
MPLS Basic Configuration Guide, Cisco IOS XE Everest 16.5.1 (Cisco ASR 900 Series)
116
Purpose
Enables privileged EXEC mode.
Enter your password if prompted.
Enters global configuration mode.
Specifies the interface and enters interface configuration mode.
Specifies that there is no IP address assigned to the interface.
Enables the autonegotiation protocol to configure the speed, duplex,
and automatic flow control of the Gigabit Ethernet interface.
Associates an MPLS-TP link number with a physical interface and
next-hop node. On point-to-point interfaces or Ethernet interfaces
designated as point-to-point using the medium p2p command, the
next-hop can be implicit, so the mpls tp link command just associates
a link number to the interface.
VPLS Configuration over MPLS-TP

Advertisement

Table of Contents
loading

Table of Contents