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


Configuring PPPoE Remote Circuit ID Capture

To capture and use the PPPoE remote circuit ID:

  1. Configure a static or dynamic PPPoE interface.

For instructions on configuring a static PPPoE interface, see Configuring PPPoE over ATM or Configuring PPPoE for Ethernet Modules.

For instructions on configuring a dynamic PPPoE interface, see Chapter 15, Configuring Dynamic Interfaces.

  1. Configure capture of the PPPoE remote circuit ID on this interface.
  1. Enable the router to capture the PPPoE remote circuit ID transmitted from the DSLAM by using one of the following methods:

By default, the router formats the captured PPPoE remote circuit ID to include only the agent-circuit-id suboption (suboption 1) of the PPPoE intermediate agent tags sent from the DSLAM.

  1. (Optional) Use the show pppoe interface command (for static PPPoE interfaces) or the show profile command (for dynamic PPPoE interfaces) to verify that PPPoE remote circuit capture is enabled.
  2. host1#show pppoe interface fastEthernet 4/1.1
    
    host1#show profile name pppoeTest
    
    
    

For information about how to use these commands, see show pppoe interface and show profile.

  1. (Optional) Configure the format of the captured PPPoE remote circuit ID value.
  1. Configure RADIUS to specify a nondefault format for the PPPoE remote circuit ID value.
  1. Configure RADIUS to specify a nondefault delimiter character to separate components in the PPPoE remote circuit ID value. (The default delimiter character is #.)
  2. host1(config)#radius remote-circuit-id-delimiter %
    
    
    
  3. Use the show radius remote-circuit-id format command and the show radius remote-circuit-id-delimiter command to verify the format and delimiter settings for the PPPoE remote circuit ID value.
  4. host1#show radius remote-circuit-id-format
    
    host1#show radius remote-circuit-id-delimiter
    
    
    

For information about how to use these commands, see show radius remote-circuit-id-format and show radius remote-circuit-id-delimiter.

  1. Send the PPPoE remote circuit ID value to a RADIUS server, to an LNS, or to both.
  1. Configure RADIUS to use the PPPoE remote circuit ID captured from the DSLAM in place of either (or both) of the Calling-Station-Id [31] and NAS-Port-Id [87] RADIUS attributes.
  2. host1(config)#radius override calling-station-id remote-circuit-id
    
    host1(config)#radius override nas-port-id remote-circuit-id
    
    
    
  3. Configure the E-series L2TP access controller (LAC) to generate L2TP Calling Number AVP 22 in fixed format or one of several formats that includes either or both of the agent-circuit-id (suboption 1) and agent-remote-id (suboption 2) suboptions of the tags supplied by the PPPoE intermediate agent.
  4. host1(config)#aaa tunnel calling-number-format fixed
    
    
    

or

host1(config)#aaa tunnel calling-number-format descriptive 

include-agent-circuit-id include-agent-remote-id

or

host1(config)#aaa tunnel calling-number-format include-agent-circuit-id

  1. (Optional) Configure a fallback format for the L2TP Calling Number AVP 22. The fallback format is used only when you have configured the calling number format as anything other than fixed and the PPPoE agent ID is null or unavailable.
  2. host1(config)#aaa tunnel calling-number-format fallback fixed
    
    
    

or

host1(config)#aaa tunnel calling-number-format fallback descriptive

  1. (Optional) Use the show radius override command to verify the override settings configured for RADIUS, and the show aaa tunnel-parameters command to verify the parameters configured for L2TP tunnel definitions.
  2. host1#show radius override 
    
    host1#show aaa tunnel-parameters
    
    
    

For information about how to use these commands, see show radius override and show aaa tunnel-parameters.

aaa tunnel calling-number-format

aaa tunnel calling-number-format-fallback

pppoe remote-circuit-id

radius override calling-station-id remote-circuit-id

radius override nas-port-id remote-circuit-id

radius remote-circuit-id-delimiter

radius remote-circuit-id-format


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