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


Configuring Bridged Ethernet Dynamic Interfaces

A bridged Ethernet interface is IP over bridged Ethernet over ATM 1483 over ATM AAL5 over ATM.

When bridged Ethernet packets are received over ATM circuits, the bridged Ethernet and IP interfaces are dynamically constructed over the corresponding ATM 1483 interfaces and use the configuration data received from the RADIUS server, a profile, or both.

Figure 32 shows the protocol layers that represent the bridged Ethernet interface columns, and the layers within the interface columns that are static and dynamic.


Figure 32: Dynamic Bridged Ethernet over Static ATM 1483 Interface Columns

Configuring a Bridged Ethernet Dynamic 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.

For ATM interfaces on ERX-7xx models, ERX-14xx models, and the ERX-310 router, use the slot/port format; for example:

host1(config)#interface atm 5/0 

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

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


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

atm pvc

auto-configure

interface atm

profile

subscriber


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