Configuring The Vfi In The Pe - 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 the VFI in the PE

Command or Action
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
service instance id service-type
Example:
Router(config)# service instance 1 ethernet
Step 7
encapsulation dot1q vlan-id second-dot1q {any | vlan-id |
vlan-id-vlan-id[,vlan-id-vlan-id]}
Example:
Router(config-if)# encapsulation dot1q 2
Step 8
bridge-domain vlan-id [access | dot1q [tag] | dot1q-tunnel]
[broadcast] [ignore-bpdu-pid] [pvst-tlvCE-vlan]
[increment] [lan-fcs] [split-horizon]
Example:
Router(config-if)# bridge-domain 1000
Step 9
exit
Example:
Router(config-if)# exit
Configuring the VFI in the PE
The virtual switch instance (VFI) specifies the VPN ID of a VPLS domain, the addresses of other PE routers
in this domain, and the type of tunnel signaling and encapsulation mechanism for each peer. (This is where
you create the VSI and associated VCs.) Configure a VFI as follows:
MPLS Basic Configuration Guide, Cisco IOS XE Everest 16.5.1 (Cisco ASR 900 Series)
118
VPLS Configuration over MPLS-TP
Purpose
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.
Configures an Ethernet service instance.
Enables IEEE 802.1Q encapsulation of traffic on a
specified subinterface in a VLAN.
Places the interface in the same bridge domain as the
VFI interface.
Exits interface configuration mode.

Advertisement

Table of Contents
loading

Table of Contents