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