User manual JUNIPER NETWORKS JUNOSE SOFTWARE 11.2.X BROADBAND ACCESS CONFIGURATION GUIDE 7-20-2010

DON'T FORGET : ALWAYS READ THE USER GUIDE BEFORE BUYING !!!

If this document matches the user guide, instructions manual or user manual, feature sets, schematics you are looking for, download it now. Diplodocs provides you a fast and easy access to the user manual JUNIPER NETWORKS JUNOSE SOFTWARE 11.2.X. We hope that this JUNIPER NETWORKS JUNOSE SOFTWARE 11.2.X user guide will be useful to you.


JUNIPER NETWORKS JUNOSE SOFTWARE 11.2.X BROADBAND ACCESS CONFIGURATION GUIDE 7-20-2010: Download the complete user guide (9751 Ko)

You may also download the following manuals related to this product:

   JUNIPER NETWORKS JUNOSE SOFTWARE 11.2.X LINK LAYER CONFIGURATION GUIDE 7-7-2010 (11508 ko)
   JUNIPER NETWORKS JUNOSE SOFTWARE 11.2.X XML MANAGEMENT PROTOCOL GUIDE 6-30-2010 (10012 ko)
   JUNIPER NETWORKS JUNOSE SOFTWARE 11.2.X SYSTEM EVENT LOGGING REFERENCE GUIDE 6-29-2010 (2817 ko)

Manual abstract: user guide JUNIPER NETWORKS JUNOSE SOFTWARE 11.2.XBROADBAND ACCESS CONFIGURATION GUIDE 7-20-2010

Detailed instructions for use are in the User's Guide.

[. . . ] JunosETM Software for E SeriesTM Broadband Services Routers Broadband Access Configuration Guide Release 11. 2. x Published: 2010-07-20 Copyright © 2010, Juniper Networks, Inc. Juniper Networks, Inc. 1194 North Mathilda Avenue Sunnyvale, California 94089 USA 408-745-2000 www. juniper. net Juniper Networks, Junos, Steel-Belted Radius, NetScreen, and ScreenOS are registered trademarks of Juniper Networks, Inc. The Juniper Networks Logo, the Junos logo, and JunosE are trademarks of Juniper Networks, Inc. All other trademarks, service marks, registered trademarks, or registered service marks are the property of their respective owners. [. . . ] When you issue the aaa tunnel calling-number-format-fallback fixed stacked, aaa tunnel calling-number-format-fallback fixed-adapter-embedded stacked, or aaa tunnel calling-number-format-fallback fixed-adapter-new-field stacked command for an ACI VLAN, the values that appear in the 4-byte S-VLAN ID and 4-byte VLAN ID fields are incorrect. · Fallback format for Ethernet interfaces that use fixed: systemName (up to 4 bytes) slot (2 bytes) port (1 byte) S-VLAN (4 bytes) VLAN (4 bytes) Fallback format for Ethernet interfaces that use fixed-adapter-embedded: systemName (up to 4 bytes) slot (1 byte) adapter (1 byte) port (1 byte) S-VLAN (4 bytes) VLAN (4 bytes) Fallback format for Ethernet interfaces that use fixed-adapter-new-field: systemName (up to 4 bytes) slot (2 bytes) adapter (1 byte) port (2 bytes) S-VLAN (4 bytes) VLAN (4 bytes) The S-VLAN ID field in the fallback AVP 22 is set to 0 (zero) if you do not specify the optional stacked keyword, or if you specify the optional stacked keyword but the Ethernet interface does not have an S-VLAN ID. Example--The following command configures the fallback AVP 22 in fixed-adapter-new-field format for an Ethernet interface with an S-VLAN ID: host1(config)#aaa tunnel calling-number-format-fallback fixed-adapter-new-field stacked · · · · For example, when you configure this fallback format on an E320 router for an Ethernet interface on system name western, slot 4, adapter 1, port 3, S-VLAN ID 8, 350 Copyright © 2010, Juniper Networks, Inc. Chapter 12: Configuring an L2TP LAC and VLAN ID 12, the virtual router displays the format in ASCII as `west' `04' `1' `03' `0008' `0012'. Disabling the Calling Number AVP You can use the l2tp disable calling-number-avp command to prevent the E Series LAC from sending the Calling Number AVP in ICRQ packets. You use this command in special situations where you do not want the LAC to send this AVP. · To prevent the LAC from sending the Calling Number AVP: host1(config)#l2tp disable calling-number-avp For more information about setting up the router to generate Calling Number AVP 22 in a format that includes either or both of the agent-circuit-id and agent-remote-id suboptions of the tags supplied by the PPPoE intermediate agent, see Configuring PPPoE Remote Circuit ID Capture in the JunosE Link Layer Configuration Guide . Calling Number AVP 22 Configuration Examples The following examples show how you can synchronize the contents of RADIUS Calling-Station-Id (Attribute 31) and L2TP Calling-Number (AVP 22). To send the PPPoE agent-circuit-id in RADIUS Attribute 31 and L2TP AVP 22 and specify that the fixed format is used when the PPPoE agent-circuit-id is unavailable, issue the following commands: host1(config)#radius calling-station-format fixed-format host1(config)#radius remote-circuit-id-delimiter # host1(config)#radius override calling-station-id remote-circuit-id host1(config)#radius remote-circuit-id-format agent-circuit-id host1(config)#aaa tunnel calling-number-format include-agent-circuit-id host1(config)#aaa tunnel calling-number-format-fallback fixed To send the PPPoE agent-circuit-id and agent-remote-id in RADIUS Attribute 31 and L2TP AVP 22 and specify that the fixed format is used when both PPPoE agent-circuit-id and agent-remote-id are unavailable, issue the following commands: host1(config)#radius calling-station-format fixed-format host1(config)#radius remote-circuit-id-delimiter # host1(config)#radius override calling-station-id remote-circuit-id host1(config)#radius remote-circuit-id-format agent-circuit-id agent-remote-id host1(config)#aaa tunnel calling-number-format include-agent-circuit-id include-agent-remote-id host1(config)#aaa tunnel calling-number-format-fallback fixed Mapping a User Domain Name to an L2TP Tunnel Overview The router uses either the local database related to the domain name or a RADIUS server to determine whether to terminate or tunnel PPP connections. For information about setting up RADIUS to provide this mapping, see "Configuring Remote Access" on page 3. For a given domain map, you can choose one of two methods to map the domain to an L2TP tunnel locally on the router: Copyright © 2010, Juniper Networks, Inc. 351 JunosE 11. 2. x Broadband Access Configuration Guide · Configure tunnels for a domain map and then define tunnel attributes from Domain Map Tunnel configuration mode. Configure a tunnel group and then define the attributes for its tunnels from Tunnel Group Tunnel Configuration mode. Use this method only when no tunnels are currently defined for the domain map from Domain Map Tunnel configuration mode. After configuring a tunnel group and the attributes for its tunnels, you can assign the tunnel group to the domain map from Domain Map mode. The tunnel group reference in the domain map is used instead of tunnel definitions configured from Domain Map Tunnel configuration mode. The RADIUS server can reference tunnel groups through the RADIUS Tunnel Group [26-64] attribute. The advantages of RADIUS support for tunnel groups are: · · The RADIUS server can maintain a single tunnel group attribute associated with each user instead of sets of tunnel attributes for each user. The RADIUS server can authenticate users before attempting to establish tunnels. · Related Topics · Mapping User Domain Names to L2TP Tunnels from Domain Map Tunnel Mode on page 352 Mapping User Domain Names to L2TP Tunnels from Tunnel Group Tunnel Mode on page 356 · Mapping User Domain Names to L2TP Tunnels from Domain Map Tunnel Mode To map a domain to an L2TP tunnel locally on the router from Domain Map Tunnel mode, perform the following steps: 1. Specify a domain name and enter Domain Map Configuration mode: host1(config)#aaa domain-map westford. com host1(config-domain-map)# 2. Specify a virtual router; in this case, the default router is specified. host1(config-domain-map)#router-name default 3. Specify a tunnel to configure and enter Domain Map Tunnel Configuration mode: host1(config-domain-map)#tunnel 3 4. Specify the LNS endpoint address of a tunnel. host1(config-domain-map-tunnel)#address 192. 0. 2. 13 5. (Optional) Assign a tunnel group to the domain map. You can assign a tunnel group only when no tunnels are currently defined for the domain map from AAA Domain Map Tunnel mode. host1(config-domain-map)#tunnel group storm 6. Specify a preference for the tunnel. 352 Copyright © 2010, Juniper Networks, Inc. Chapter 12: Configuring an L2TP LAC You can specify up to eight levels of preference, and you can assign the same preference to a maximum of 31 tunnels. When you define multiple preferences for a destination, you increase the probability of a successful connection. host1(config-domain-map-tunnel)#preference 5 7. (Optional) Specify an authentication password for the tunnel. host1(config-domain-map-tunnel)#password temporary NOTE: If you specify a password for the LAC, the router requires that the peer (the LNS) authenticate itself to the router. In this case, if the peer fails to authenticate itself, the tunnel terminates. 8. (Optional) Specify a hostname for the LAC end of the tunnel. The LAC sends the hostname to the LNS when communicating to the LNS about the tunnel. The hostname can be up to 64 characters (no spaces). host1(config-domain-map-tunnel)#client-name host4 NOTE: If the LNS does not accept tunnels from unknown hosts, and if no hostname is specified, the LAC uses the router name as the hostname. 9. (Optional) Specify a server name for the LNS. This name specifies the hostname expected from the peer (the LNS) when you set up a tunnel. When this name is specified, the peer must identify itself with this name during tunnel startup. The server name can be up to 64 characters (no spaces). host1(config-domain-map-tunnel)#server-name boston 10. (Optional) Specify a source IP address for the LAC tunnel endpoint. [. . . ] See specific feature, product, or protocol Connect-Info (RADIUS attribute 77). . . . . . . . . . . . . . . . . . . . . . . . . . . . 205 conventions notice icons. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . xxxv text and syntax. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . xxxvi COPS (Common Open Policy Service). . . . . . . . . . . 91, 131, 133 COPS(Common Open Policy Service). . . . . . . . . . 98, 131, 133 COPS-PR (COPS usage for policy provisioning). . . . . . . . . 91 customer support. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . xxxvii contacting JTAC. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . xxxvii D Deactivate-Service (RADIUS attribute 26-66). . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 644, 648, 677 deadtime command. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 29 default domain name. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8 default-router command. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 609 default-upper-type mlppp command. . . . . . . . . . . . . . . . . . . . . . . . . 370 Delegated-Ipv6-Prefix (RADIUS attribute 123). . . . . . . . . 210 delegating routers allocation of IPv6 prefixes to requesting routers. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 100 as E Series routers for allocation of prefixes. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 100 assigning prefixes to DHCPv6 clients. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 104 deny command. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 60 descriptive formats Calling Number AVP. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 343 destination changing. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 331 DHCP (Dynamic Host Configuration Protocol) access model. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 451 configuring BOOTP Relay. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 483 configuring DHCP relay. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 483 configuring DHCP relay proxy. . . . . . . . . . . . . . . . . . . . . . . 507, 509 configuring proxy client and server. . . . . . . . . . . . . . . . . . . . . . . . 451 features. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 58 giaddr. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 459, 483 giaddr;giaddr. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 462 option 82. 474, 475, 476, 483, 485, 486, 489, 494, 495, 499, 501, 504 overview. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 58, 449, 483 per-interface logging. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 453 source IP address. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 483 trust-all. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 483 DHCP access model configuring. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 449 DHCP broadcast flag interaction with layer 2 unicast transmission method. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 487 DHCP client bindings deleting. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 453 managing. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 453 viewing. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 453 DHCP commands. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 576 dhcp-external duplicate-mac-address. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 514, 522 ip auto-detect ip-subscriber. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 609 ip dhcp-capture. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 453 ip dhcp-external re-authenticate-subscriber-interface. . . . . . . . . . . . . 523 ip dhcp-external recreate-subscriber-interface. . . . . . . . . . . . . . . . . . . . 513, 519 ip inactivity-timer. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 609 set ip interface-profile. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 576 Copyright © 2010, Juniper Networks, Inc. 719 JunosE 11. 2. x Broadband Access Configuration Guide set ip source-prefix. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 576 show dhcp-external. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 540 See also show dhcp commands dhcp delete-binding command. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 456 DHCP external server and DHCP relay proxy. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 512 configuring. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 512, 516, 570 dynamic subscriber interfaces interoperating with DHCP relay and DHCP relay proxy . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 520 identifying clients with duplicate MAC addresses. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 514, 522 monitoring. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 535 preserving dynamic subscriber interfaces. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 513, 519 re-authenticating auto-detected dynamic subscriber interfaces. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 523 DHCP local address pools configuring. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 471 grace periods. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 474 linking. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 473 DHCP local server. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 468 configuring. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 465, 477 configuring authentication. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 474 duplicate clients. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 468 equal-access mode. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 458 address allocation. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 458 configuring. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 463 connection process. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 458 local pool selection. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 458 overview. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 458 SRC (Session and Resource Control software). . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 449 local address pool group. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 473, 542 local pool selection, equal-access. . . . . . . . . . . . . . . . . . . . . . . 458 using domain name. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 459 using framed IP address. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 459 using giaddr. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 459 using pool name. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 459 local pool selection, standalone. . . . . . . . . . . . . . . . . . . . . . . . . . . 460 using giaddr. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 460 using received interface IP address. . . . . . . . . . . . 460 logging information. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 470 modes. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 457 monitoring. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 537, 561 overview. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 457 RADIUS accounting support for. . . . . . . . . . . . . . . . . . . . . . . . . . . . . 457 RADIUS accounting support for standalone mode. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 89 standalone mode address allocation. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 460, 474 authentication. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 474 configuring. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 463 local pool selection. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 460 overview. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 460 unique client IDs. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 468 DHCP local server traps logging. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 470 DHCP local server:local pool selection, equal-access using received interface IP address. . . . . . . . . . . . . . . . . . . . . . 459 DHCP local server:local pool selection, standalone with AAA using domain name. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 461 using framed IP address. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 461 using giaddr. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 462 using pool name. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 461 using received IP address. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 462 DHCP local server:local pool selection, standalone without AAA using giaddr. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 461 using received interface IP address. . . . . . . . . . . . . . . . . . . . . . . 461 DHCP logging. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 549 DHCP option 60 cable modem DHCP relay. . . . . . . . . . . . . . 494 DHCP option 60 strings. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 491 DHCP Option 82 (RADIUS attribute 26-159). . . . . . . . . . . . 225 DHCP options and RADIUS configuring. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 449 DHCP packets logging. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 549 DHCP per-interface information logging. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 453 DHCP pool commands default-router. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 474, 609 dns-server. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 474 domain-name. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 474 grace-period. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 474 ip dhcp-local pool. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 609 lease. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 474 link. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 474 netbios-name-server. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 474 netbios-node-type. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 474 network. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 474 reserve. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 474 server-address. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 474 snmpTrap. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 474 use-release-grace-period. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 474 warning. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 474 720 Copyright © 2010, Juniper Networks, Inc. Index DHCP proxy client configuring. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 451 DHCP relay configuring. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 483 creating. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 483 in same VR as dynamic subscriber interfaces. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 592 interoperating with DHCP external server. . . . . . . . . 520 logging information. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 490 preventing host route installation. . . . . . . . . . . . . . . . . . . . . . . . 488 removing. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 483 spoofed giaddr. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 485 spoofed relay agent option. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 485 DHCP relay agent information option agent circuit ID (suboption 1). . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 495 agent remote ID (suboption 2) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 495 vendor-specific (suboption 9). . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 495 DHCP relay and BOOTP relay configuring. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 483 DHCP relay proxy best offer. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 509 configuring. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 507 first offer. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 509 interoperating with DHCP external server. . . . . . . . . 520 DHCP server dynamic subscriber interfaces. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 592 DHCP vendor class identifier option. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 491 dhcp-external commands dhcp-external duplicate-mac-address. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 514, 522 show dhcp-external. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 540 DHCP-GI-Address (RADIUS attribute 26-57). . . . . . . . . . . . 219 dhcp-local-server-configuration-overview. . . . . . . . . . . . . . . 463 DHCP-MAC-Address (RADIUS attribute 26-56). . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 219 DHCP-Options (RADIUS attribute 26-55). . . . . . . . . . . . . . . . . . 219 DHCPv6 client bindings deleting. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 478 DHCPv6 clients assigning prefixes to using local address pools. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 104 dhcpv6 delete-binding command. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 479 DHCPv6 local address pools See IPv6 local address pools DHCPv6 local server IPv6. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 477 DHCPv6 Prefix Delegation and IPv6 Neighbor Discovery without configuring Delegated-IPv6-Prefix. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 87 assigned prefix length of /128 in local address pools. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 102 enabling IPv6 local address pool feature. . . . . . . . . . . . . . . . . . . . . 104 example for non-PPP client requests. . . . . . . . . . . . . . . . . . 107 example scenario. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 102 for client requests over non-PPP links. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 101 over PPP links. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 101 for IPv6 clients overview. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 100 Framed-IPv6-Prefix in Access-Accept messages. . . . . . . . . . . . . . . . . . . . . . . . . . . . . 87 guidelines for configuring IPv6 local address pools. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 101 interface level configuration versus router level configuration. . . . . . . . . . . . . . . . . . . 103 IPv6 local address pool mapping to a domain name . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 57 limitation on prefixes assigned to clients. . . . . . . . . . . . . . . . . . . . . . . . . . . . . 106 standard RADIUS attributes configuring . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 87 verifying. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 146 using IPv6 local address pools monitoring a single pool. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 158 monitoring all configured pools. . . . . . . . . . . . . . . . . . . . . 158 monitoring statistics for a pool. . . . . . . . . . . . . . . . . . . . . . 160 dialed number identification service. See DSLs disable proxy lcp command. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 370 Disconnect-Cause (RADIUS attribute 26-51). . . . . . . . . . . . 218 Disconnect-Request messages. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 165 DNIS (dialed number identification service). . . . . . . . 9, 370 DNS (Domain Name System) assigning IP addresses. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 118 overview. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 49 DNS addresses order of preference in allocation to clients. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 103 Copyright © 2010, Juniper Networks, Inc. 721 JunosE 11. 2. x Broadband Access Configuration Guide DNS domain names list of configured in IPv6 local address pools. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 103 order of preference in responses to clients. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 103 DNS domains configuring more than one using the CLI interface. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 105 in IPv6 local address pools processing client requests for resolution. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 105 in responses to clients Domain Search List option and. . . . . . . . . . . . . . . . . . . . . 105 maximum number in IPv6 local address pools. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 105 DNS Recursive Name Search option DHCPv6 server responses and DNS servers in local pools. . . . . . . . . . . . . . . . . . . . . . 105 DNS servers addresses in responses to clients DNS Recursive Name Search option and. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 105 configuring in IPv6 local address pools. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 105 list of configured in IPv6 address pools. . . . . . . . . . . . . . . . . . 103 order of preference in responses to clients. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 103 order of use for delegating prefixes. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 105 primary and secondary for domain resolution requests from clients. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 105 responding with IPv6 addresses for client requests. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 105 documentation set comments on. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . xxxvii domain command. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 572 Domain Name System. See DNS domain names allowing or denying. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 60 configuring. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11 default. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8 mapping to virtual routers. . . . . . . . . . . . . . . . . . . 8, 115, 124, 417 mapping user requests without domain name. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8, 9 none. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9 specifying single name for users. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 16 stripping domain name. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11 using aliases. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 60 using delimiters other than @. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11 using either domain or realm asdomain name. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11 using realm name as domain name. . . . . . . . . . . . . . . . . . . . . . . . . 11 Downstream-Calculated-QoS-Rate (RADIUS attribute 26-141). . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 222 DSL Forum VSAs controlling inclusion of. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 227 descriptions. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 267 in AAA access and accounting messages. . . . . . . . . . 182 DSLAMs (digital subscriber line access multiplexers). . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4 DSLs (digital subscriber lines). . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4 dual stack combined IPv4 and IPv6 services example of . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 682 IPv4 and IPv6 services combined, activating and deactivating. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 652 combined, overview. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 650 independent, activating and deactivating. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 652 independent, overview. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 650 service interim accounting, overview. . . . . . . . . 658 Service manager support, activating and deactivating. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 652 Service manager support, overview. . . . . . . . . . . 650 statistics collection external parent groups. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 670 duplicate AAA accounting. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17 configuring. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17 duplicate clients. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 468 duplicate MAC addresses identifying DHCP clients with. . . . . . . . . . . . . . . . . . . . . . . . 514, 522 monitoring. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 540 Dynamic Host Configuration Protocol. See DHCP See DHCP dynamic IP interfaces. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 78 dynamic subscriber interfaces commands. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 609 configuring. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 592, 603 configuring DHCP external server to interoperate with DHCP relay and DHCP relay proxy . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 520 configuring DHCP external server to preserve. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 513, 519 722 Copyright © 2010, Juniper Networks, Inc. Index configuring DHCP external server to re-authenticate. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 523 DHCP server. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 592 framed routes. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 595 GRE tunnel configuration. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 607 in same VR as DHCP relay. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 592 inheriting MAC validation state. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 595 IP over bridged Ethernet configuration. . . . . . . . . . . . . . . 605 IP over Ethernet configuration. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 603 IP over VLAN over Ethernet configuration. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 604 monitoring. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 617 overview. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 592 packet detection. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 594 external parent groups combined IPv4 and IPv6 services with example. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 682 statistics collection for setting up. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 670 F fixed format Calling Number AVP. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 343 fragmentation and reassembly. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 333 packet. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 331 framed routes dynamic subscriber interfaces. . . . . . . . . . 595 Framed-Compression (RADIUS attribute 13). . . . . . . . . . . . 189 Framed-Interface-Id (RADIUS attribute 96). . . . . . . . . . . . 208 Framed-Ip-Address (RADIUS attribute 8). . . . . . . . . . . . . . . . . . 188 Framed-Ip-Netmask (RADIUS attribute 9). . . . . . . . . . . . . . . . 188 Framed-Ipv6-Pool (RADIUS attribute 100). . . . . . . . . . . . . . . 210 Framed-Ipv6-Prefix (RADIUS attribute 97). . . . . . . . . . . . . . 209 Framed-IPv6-Prefix attribute used for DHCPv6 Prefix Delegation from Access-Accept messages. . . . . . . . . . . . . . . . . . . . . . . 87 Framed-Ipv6-Route (RADIUS attribute 99). . . . . . . . . . . . . 209 Framed-MTU (RADIUS attribute 12). . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 20 E E120 and E320 routers ATM interfaces. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 591 EAP (Extensible Authentication Protocol) external RADIUS server. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17 local authentication server. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17 RADIUS attributes. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17 RADIUS authentication. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17 TACACS+ server. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17 EAP-Message (RADIUS attribute 79). . . . . . . . . . . . . . . . . . . . . . . . . . . . . 20 Egress-Policy-Name (RADIUS attribute 26-11). . . . . . . . . 213 enable proxy authenticate command. . . . . . . . . . . . . . . . . . . . . . . . . . 370 encapsulation commands encapsulation bridge1483. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 609 encapsulation vlan. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 609 endpoint discriminator. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 374 equal-access DHCP local server. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 458 Ethernet configuring dynamic subscriber interfaces. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 603 Ethernet interfaces commands interface tenGigabitEthernet. . . . . . . . . . . . . . . . . . . . . . . . 609 Ethernet links between CPE and PE routers pool section for Prefix Delegation. . . . . . . . . . . . . . . . . 107 Event-Timestamp (RADIUS attribute 55). . . . . . . . . . . . . . . . . . 201 exclusion ranges configuring for delegation of prefixes. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 106 example for non-PPP client requests. . . . . . . . . . . . . . . . . . 107 for DHCPv6 prefixes delegated to clients. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 106 Extensible Authentication Protocol. [. . . ]

DISCLAIMER TO DOWNLOAD THE USER GUIDE JUNIPER NETWORKS JUNOSE SOFTWARE 11.2.X




Click on "Download the user Manual" at the end of this Contract if you accept its terms, the downloading of the manual JUNIPER NETWORKS JUNOSE SOFTWARE 11.2.X will begin.

 

Copyright © 2015 - manualRetreiver - All Rights Reserved.
Designated trademarks and brands are the property of their respective owners.