[Contents]
[Prev]
[Next]
[Index]
[Report an Error]
Configuring Dynamic VLAN Subinterfaces Based on Agent Circuit
Identifier Information
The
procedure you use to configure a dynamic VLAN subinterface that is
based on agent-circuit-identification information is similar to the
procedure described in Configuring a Dynamic VLAN Subinterface.
- Configure profiles containing characteristics for the
dynamic upper-interface encapsulation types to be created over the
dynamic VLAN subinterface.
- (Optional) If you want to create a nested profile assignment,
create the profile for an upper-interface encapsulation type, and
include additional profile characteristics for other encapsulation
types as needed.
- Create the base profile for the dynamic VLAN subinterface
and enter Profile Configuration mode by assigning the profile a name.
- host1(config)#profile vlanMyBaseProfile
- Define attributes for the VLAN subinterface in the base
profile.
- Enable autoconfiguration for the PPPoE upper-interface
encapsulation type.
- Enable autoconfiguration for the IP upper-interface encapsulation
type.
- Enable autoconfiguration of VLANs that are based on agent-circuit-identifier
information.
- (Optional) Create nested profile assignments for the upper-interface
encapsulation types.
- host1(config-profile)#vlan auto-configure
pppoe
- host1(config-profile)#vlan auto-configure
ip
- host1(config-profile)#vlan auto-configure
agent-circuit-identifier
- host1(config-profile)#exit
- host1(config)#
- Configure the VLAN major interface.
- host1(config)#interface gigabitEthernet 5/0
- host1(config-if)#encapsulation vlan
- On the VLAN major interface, configure a VLAN range that
is based on agent-circuit-identifier information, and assign a name
to this range.
- host1(config-if)#vlan bulk-config myNewBulkConfig
svlan-range 50 100 agent-circuit-identifier
- Assign the base profile configured for the VLAN subinterface
to the VLAN range configured on the major VLAN interface.
- host1(config-if)#profile vlan bulk-config
myNewBulkConfig vlanMyBaseProfile
- Configure the VLAN major interface to support autodetection
of the VLAN dynamic encapsulation type.
- host1(config-if)#auto-configure vlan
[Contents]
[Prev]
[Next]
[Index]
[Report an Error]