When working with Ethernet ports on SBC 1000/2000 platforms, one may observe that the names of Ethernet ports and logical interfaces are not the same as what appear on the WebUI tree view. The following table may be used to associate the 'ifName' attribute of an Ethernet port or Logical Interface to the common and user-friendly name.

Ethernet Ports on SBC1000 (REST resource: ethernetport)

 

ifName

(Interface Name in
REST schema)

Common User-Friendly Name
(WebUI name)
Notes
Ethernet 1Ethernet Port 1This is on the front-panel.
Ethernet 2Ethernet Port 2This is on the front-panel.
ASMEthernet Port ASMThis port is NOT on the front panel. This port's URI is returned in the list of Ethernet ports only if ASM module is available on the SBC.

 

Ethernet Ports on SBC2000 (REST resource: ethernetport)

 

ifName

(Interface Name in
REST schema)

Common User-Friendly Name
(WebUI name)
Notes
lan1Ethernet Port 1This is on the front-panel.
lan2Ethernet Port 2This is on the front-panel.
lan3Ethernet Port 3This is on the front-panel.
lan4Ethernet Port 4This is on the front-panel.
mgmt1Ethernet Port AdminThis is on the front-panel.
sba1Ethernet Port ASMThis port is NOT on the front panel. This port's URI is returned in the list of Ethernet ports only if ASM module is available on the SBC
sba2 This port is NOT on the front panel. This port is reserved and must not be used.

 

Logical Interfaces on SBC1000 (REST resource: logicalinterface)

ifName

(Interface Name in
REST schema)

Common User-Friendly Name
(WebUI name)
Notes
eth0Ethernet 1 IPAn IP address available on the system. This is reachable using Ethernet Port 1 if that port is configured on 'Ethernet 1 VLAN'.
eth2Ethernet 2 IPAn IP address available on the system. This is reachable using Ethernet Port 2 if that port is configured on 'Ethernet 2 VLAN'.
vlan1.<X>

VLAN <X> IP

An IP address available on the system. This is reachable on any port, if that port has a membership to that VLAN <X>

Example: VLAN 100 IP

Logical Interfaces on SBC2000 (REST resource: logicalinterface)

ifName

(Interface Name in
REST schema)

Common User-Friendly Name

(WebUI name)

Notes
vlan1.4031Ethernet 1 IPAn IP address available on the system. This is reachable using Ethernet Port 1 if that port is configured on 'Ethernet 1 VLAN'.
vlan1.4032Ethernet 2 IPAn IP address available on the system. This is reachable using Ethernet Port 2 if that port is configured on 'Ethernet 2 VLAN'.
vlan1.4033Ethernet 3 IPAn IP address available on the system. This is reachable using Ethernet Port 3 if that port is configured on 'Ethernet 3 VLAN'.
vlan1.4034Ethernet 4 IPAn IP address available on the system. This is reachable using Ethernet Port 4 if that port is configured on 'Ethernet 4 VLAN'.
eth0Admin IPAn IP address available on the system. This is reachable only using ADMIN port on the front panel.
vlan1.<X>VLAN <X> IP

An IP address available on the system. This is reachable on any port, if that port has a membership to that VLAN <X>

Example: VLAN 100 IP

 

 

 

  • No labels