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

Format Examples for dsl-forum-1 Keyword

Table 17 provides several examples of how the router uses the conventions described in Format for dsl-forum-1 Keyword to translate internally generated interface specifiers into the format of the dslForum1InterfaceSpecifier value. The examples in the table use adapter 1 for interfaces on an E120 router or E320 router, and adapter 0 (no adapter value) for interfaces on ERX-14xx models, ERX-7xx models, and the ERX-310 router.

Table 17: Interface Specifier Format Examples for dsl-forum-1 Keyword

Interface Example

Internal Router Format

How Router Translates

Format of dslForum1InterfaceSpecifier

ATM 1483 subinterface on slot 2, port 0, subinterface 1 with VPI 100 and VCI 101

atm 2/0.1:100.101

  • Sets adapter to 0
  • Ignores subinterface 1
  • Uses other values as supplied

atm 2/0/0:100.101

ATM 1483 subinterface on slot 3, adapter 1, port 7, subinterface 6 with VPI 200 and VCI 201

atm 3/1/7.6:200.201

  • Ignores subinterface 6
  • Uses other values as supplied

atm 3/1/7:200.201

Gigabit Ethernet interface on slot 2, port 0 with no VLAN or S-VLAN subinterfaces

gigabitEthernet 2/0

  • Sets adapter to 0
  • Sets both svlanId and vlanId to 4096
  • Uses other values as supplied

eth 2/0/0:4096.4096

Gigabit Ethernet interface on slot 4, adapter 1, port 1 with no VLAN or S-VLAN subinterfaces

gigabitEthernet 4/1/1

  • Sets both svlanId and vlanId to 4096
  • Uses other values as supplied

eth 4/1/1:4096.4096

Gigabit Ethernet interface on slot 2, port 0, subinterface 1 with VLAN ID 5

gigabitEthernet 2/0.1:5

  • Sets adapter to 0
  • Ignores subinterface 1
  • Sets svlanId to 4096
  • Uses other values as supplied

eth 2/0/0:4096.5

Gigabit Ethernet interface on slot 4, adapter 1, port 1, subinterface 3 with VLAN ID 10

gigabitEthernet 4/1/1.3:10

  • Ignores subinterface 3
  • Sets svlanId to 4096
  • Uses other values as supplied

eth 4/1/1:4096.10

Gigabit Ethernet interface on slot 2, port 0, subinterface 1 with S-VLAN ID 5 and VLAN ID 6

gigabitEthernet 2/0.1:5-6

  • Sets adapter to 0
  • Ignores subinterface 1
  • Replaces - (hyphen) between svlanId and vlanID with . (period)
  • Uses other values as supplied

eth 2/0/0:5.6

Gigabit Ethernet interface on slot 4, adapter 1, port 1, subinterface 3 with S-VLAN ID 10 and VLAN ID 20

gigabitEthernet 4/1/1.3:10-20

  • Ignores subinterface 3
  • Replaces - (hyphen) between svlanId and vlanID with . (period)
  • Uses other values as supplied

eth 4/1/1:10.20


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