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

Configuring a Dynamic Bridged Ethernet Interface

When you configure dynamic bridged Ethernet interfaces, you must assign a profile. You may optionally assign a subscriber identification.

To configure dynamic bridged Ethernet interfaces:

  1. Configure a physical interface.
    host1(config)#interface atm 5/0
  2. Configure an ATM subinterface.
    host1(config-if)#interface atm 2/0.1
  3. Configure a PVC by specifying the VCD, the VPI, the VCI, and the encapsulation type.

    If you want the router to autodetect the encapsulation type, use the aal5autoconfig option.

    host1(config-subif)#atm pvc 10 100 22 aal5snap
    host1(config-subif)#atm pvc 10 100 22 aal5autoconfig
  4. Do either of the following:
  5. Assign a profile to match the encapsulation type of bridged Ethernet.
    host1(config-subif)#profile bridgedEthernet foo
  6. (Optional) Assign subscriber identification.
    host1(config-subif)#subscriber bridgedEthernet user charlie domain myisp password lucy
  7. (Optional) Verify your configuration.
    host1#show atm subinterface atm 2/0.1

atm pvc

auto-configure

interface atm

profile

subscriber


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