[Contents] [Prev] [Next] [Index] [Report an Error]

Configuring S-VLAN Subinterfaces over Bridged Ethernet

To configure an S-VLAN subinterface over bridged Ethernet:

  1. Create an ATM 1483 subinterface and associated PVC.
    host1(config)#interface atm 3/1.1
    host1(config-subif)#atm pvc 1 5 33 aal5snap 0 0 0
  2. Specify bridged Ethernet as the encapsulation method for the ATM 1483 subinterface.
    host1(config-subif)#encapsulation bridge1483
  3. Create a VLAN major interface by specifying VLAN as the encapsulation method for the bridged Ethernet interface.
    host1(config-subif)#encapsulation vlan
  4. Create a VLAN subinterface to carry the higher-level protocols by adding a subinterface number to the interface identification command.
    host1(config-subif)#interface atm 3/1.1.1
  5. Assign an S-VLAN ID and a VLAN ID for the subinterface.
    host1(config-subif)#svlan id 4 255
  6. Assign an S-VLAN Ethertype.
    host1(config-subif)#svlan ethertype 9200

Proceed to Configuring Higher-Level Protocols over S-VLANs for information about configuring higher-level protocols over the S-VLAN subinterfaces.

svlan ethertype

svlan id


[Contents] [Prev] [Next] [Index] [Report an Error]