Configuring Ethernet Bundle With L2 And L3 Services: Example; Configuring Vlan Subinterfaces: Example - 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
!
!
l2vpn
xconnect group test
p2p test
interface Bundle-Ether12.1
!
interface GigabitEthernet0/1/0/10.1
!
!
!
!

Configuring Ethernet Bundle with L2 and L3 Services: Example

This example shows how to configure an Ethernet bundle interface with L3 services:
configure
interface Bundle-Ether 100
ipv4 address 12.12.12.2 255.255.255.0
!
This example shows how to configure an Ethernet bundle subinterface with L3 services:
configure
interface Bundle-Ether 100.1
ipv4 address 13.13.13.2 255.255.255.0
!
This example shows how to configure an Ethernet bundle interface with L2 services:
configure
interface Bundle-Ether 101
l2transport
!
This example shows how to configure an Ethernet bundle interface with L2 services:
configure
interface Bundle-Ether1.1 l2transport
!

Configuring VLAN Subinterfaces: Example

This example shows how to create VLAN subinterfaces:
RP/0/RSP0/CPU0:router# configure
RP/0/RSP0/CPU0:router(config)# interface TenGigE 0/2/0/4.1 l2transport
RP/0/RSP0/CPU0:router(config-subif)# encapsulation dot1q 20
RP/0/RSP0/CPU0:router(config-subif)# interface TenGigE0/2/0/4.2 l2transport
RP/0/RSP0/CPU0:router(config-subif)# encapsulation dot1q 30
RP/0/RSP0/CPU0:router(config-subif)# interface TenGigE0/2/0/4.3 l2transport
RP/0/RSP0/CPU0:router(config-subif)# encapsulation dot1q 40
RP/0/RSP0/CPU0:router(config-subif)# commit
RP/0/RSP0/CPU0:router(config-subif)# exit
RP/0/RSP0/CPU0:router(config)# exit
This example shows how to create two VLAN subinterfaces on an Ethernet bundle at one time:
L2VPN and Ethernet Services Configuration Guide for Cisco ASR 9000 Series Routers, IOS XR Release 6.3.x
Configuring Ethernet Bundle with L2 and L3 Services: Example
37

Advertisement

Table of Contents
loading

Table of Contents