Chapter 12
Tunneling and VPNs
RUGGEDCOM ROX II
CLI User Guide
386 Managing VLANs for L2TPv3 Tunnels
Section12.4.6
Managing VLANs for L2TPv3 Tunnels
This section describes how to manage VLANs for L2TPv3 tunnel sessions. Each session supports up to 128 VLAN
membershipts.
CONTENTS
• Section12.4.6.1, “Viewing a List of VLANs”
• Section12.4.6.2, “Adding a VLAN”
• Section12.4.6.3, “Deleting a VLAN”
Section12.4.6.1
Viewing a List of VLANs
To view a list of the VLANs configured for a static or dynamic L2TPv3 tunnel session, type:
show running-config tunnel l2tpv3 [ static | dynamic ] tunnel tunnel-name session tunnel-session vlan
Where:
• tunnel-name is the name of the tunnel
• tunnel-session is the name of the tunnel session
A table or list similar to the following example appears:
ruggedcom# show running-config tunnel l2tpv3 static tunnel 1 session vlan
tunnel
l2tpv3 static tunnel 1
session 1
vlan 4
!
!
!
!
If no VLANs have been configured, add VLANs as needed. For more information, refer to Section12.4.6.2, “Adding
a VLAN”.
Section12.4.6.2
Adding a VLAN
To add a VLAN to a static or dynamic L2TPv3 tunnel session, do the following:
1. Make sure the CLI is in Configuration mode.
2. Add the session by typing:
tunnel l2tpv3 [ static | dynamic ] tunnel tunnel-name session tunnel-session vlan vid
Where:
• tunnel-name is the name of the tunnel.
• tunnel-session is the name of the tunnel session.
• vid is the VLAN ID for the routable logical interface. the value must be between 1 and 4094.