Configuring VLAN Interfaces for the Layer 2 Wholesale Solution
Clients access the Layer 2 Wholesale network through a specific interface. After they access this interface, and when they are authenticated, VLANs are dynamically created to carry the client traffic.
Note:
To support Layer 2 access profiles the RADIUS server must provide VLAN authentication.
To configure a VLAN interface for dynamic client access:
The configuration of the VLAN Interface for the Layer 2 wholesale dynamic profile is displayed in curly brace format:
[edit]
user@host# show interfaces
ge-2/3/0 {
flexible-vlan-tagging;
auto-configure {
stacked-vlan-ranges {
dynamic-profile Subscriber_Profile_Retail1 {
accept any;
ranges {
any,any;
}
}
authentication {
password abc123;
username-include {
user-prefix user1;
interface-name;
}
}
access-profile access-profile-1;
}
}
}