UNI (User to Network Interface)
The UNI or User to Network Interface represents the Ethernet ports that are on the ONTs.

UNI Interface Attributes
| Attribute | Values | Default | Req | Description |
|---|---|---|---|---|
| Aid | <ETH1-1-pon-port> where pon is the pon port number 1..16 port is port on ont 1..48 |
N/A | Y | AID or Access Identifier used to identify the port. |
| Admin-state | <enabled | disabled | Disabled | N | disabled |
| Lldp-profile | Reference | Default | N | The profile used to set the LLDP configuration for the port. |
| Nac-profile | Reference | Default | N | The profile used to set the Network Access Controller or NAC profile name |
| Page-profile-name | Reference | Default | N | Power over Ethernet Profile used for controlling PoE behavior of the port. |
| Port-profile | Reference | Default | N | Ethernet port profile is used for controlling speed, error disables, traps, and port rate policing on the ethernet port. |
| Rstp-profile | Reference | Default | N | Rapid Spanning Tree Profile. This profile is used for configuring the RSTP behavior of this port. |
| User-label | String | N/A | N | Allow the user to set a label on the port. |
- Command Path – tolt>interfaces>uni>config>
- Module – tolt
- Container – interfaces
- Container – uni
- Container – config
- Types –
- *aid – AID or Access Identifier used to identify the port.
- <ETH1-1-pon-port> where pon is the pon port number 1..16 port is port on ont 1..48
- Admin-state – The attribute used to enable or disable an ethernet port.
- <enabled | disabled (default)>
- Ldcp Profile – The profile used to set the LLDP configuration for the port.
- Reference: default
- Nac Profile – The profile used to set the Network Access Controller or NAC profile name.
- Reference: default
- Pae Profile – Port Authentication Entity profile which controls 802.1x and MAB settings.
- Reference: default
- PoE Profile – Power over Ethernet Profile used for controlling PoE behavior of the port.
- Reference: default
- Port Profile – Ethernet port profile used for controlling speed, error disables, traps, and port rate policing on the ethernet port.
- Reference: default
- Rstp Profile – Rapid Spanning Tree Profile. This profile is used for configuring the RSTP behavior of this port.
- Reference: default
- Reference: default
- User-label – The user defined label for the Uplink port. User Label must be enclosed in Quotes ("") to allow a label with spaces.
- "User label text" is any alphanumeric name up to 32 characters.
- *aid – AID or Access Identifier used to identify the port.
Enabling a UNI Port
- Command Path – tolt>interfaces>uni>config>
- Module – tolt
- Container – interfaces
- Container – uni
- Container – config
- Port – ETH1-1-1-2-1
- Type – Example Parameter
- Admin-state enabled
- From the MDS1-ESUA <config># command line, input tolt interfaces uni config ETH1-1-1-2-1 admin-state enabled and press Enter.
- Input commit and press Enter. Outputs similar to the following are displayed:
MDS1-ESUA<Config># tolt interfaces uni config ETH1-1-1-2-1 admin-state enabled <enter> MDS1-ESUA<config-config-ETH1-1-1-2-1># commit <enter> commit complete. MDS1-ESUA<config-config-ETH1-1-1-2-1># exit <enter> MDS1-ESUA<Config>#_
Disabling a UNI Port
- Command Path – tolt>interfaces>uni>config>
- Module – tolt
- Container – interfaces
- Container – uni
- Container – config
- Types – Example Parameter
- *Aid – ETH1-1-1-2-1
- Admin-state disabled
- From the MDS1-ESUA<config># command line, input tolt interfaces uni config ETH1-1-1-2-1 admin-state disabled, and press Enter.
- Input commit and press Enter. Outputs similar to the following are displayed:
MDS1-ESUA<Config># tolt interfaces uni config ETH1-1-1-2-1 admin-state disabled <enter> MDS1-ESUA<config-config-ETH1-1-1-2-1># commit <enter> commit complete. MDS1-ESUA<config-config-ETH1-1-1-2-1># exit <enter> MDS1-ESUA<Config>#_
Associate Profiles with UNI Port
- Command Path – tolt>interfaces>uni>config>
- Module – tolt
- Container – interfaces
- Container – uni
- Container – config
- Styles – Example Parameter
- *Aid – ETH1-1-1-2-1
- Ldcp Profile lldp-basic
- Nac Profile vlan1020
- Pae Profile basic-pae
- PoE Profile basic-poe
- Port Profile basic-port-profile
- Rstp Profile rstp-profile-basic
- From the MDS1-ESUA<config># command line, input tolt interfaces uni config ETH1-1-1-2-1 lldp-profile lldp-basic nac-profile vlan1020 pae-profile basic-pae poe-profile basic-poe port-profile basic-port-profile rstp-profile rstp-profile-basic, and press Enter.
- Input commit and press Enter. Outputs similar to the following are displayed:
MDS1-ESUA<Config># tolt interfaces uni config ETH1-1-1-2-1 lldp-profile lldp-basic nac-profile vlan1020 pae-profile basic-pae poe-profile basic-poe port-profile basic-port-profile rstp-profile rstp-profile-basic, <enter> MDS1-ESUA<config-config-ETH1-1-1-2-1># commit <enter> commit complete. MDS1-ESUA<config-config-ETH1-1-1-2-1># exit <enter> MDS1-ESUA<Config>#_
Associate DSCP Profile with UNI Port
The DSCP profile when used in the upstream direction allows the remarking of upstream traffic pbits based on the incoming DSCP marking at Layer 3. This allows proper QoS treatment and is the only way to get proper treatment for untagged frames as they have no incoming pbits. By default, the system will just mark all traffic with pbit zero and it will get best effort treatment. Static Pbit assignment or DSCP to pbit marking is required to get proper QoS treatment.
The DSCP remapping is a five-step procedure.
Step 1
Create the DSCP profile, see tolt profiles dscp-profiles for more information about the procedure.
- Command Path – tolt>profiles>dscp-profiles>
- Module – tolt
- Container – profiles
- Container – dscp-profiles
- Types – Example Parameters
- *Profile-Name – downstream-dscp-profiles
- Profile-number 1
- Container – map-list
- Index – 1
- dscp-val 11
- pbit-val 2
- Container – map-list
- Index – 2
- dscp-val 39
- pbit-val 4
- Container – map-list
- Index – 3
- dscp-val 46
- pbit-val 5
- Container – map-list
- From the MDS1-ESUA<config># command line, input tolt profiles dscp-profiles downstream-dscp-profiles, and press Enter.
- Input map-list 1 dscp-val 11 pbit-val 2 and press Enter.
- Input map-list 2 dscp-val 39 pbit 4 and press Enter.
- Input map-list 3 dscp-val 46 pbit 5 and press Enter.
- Input commit and press Enter. Outputs similar to the following are displayed:
MDS1-ESUA<config># tolt profiles dscp-profiles downstream-dscp-profiles profile-number 1 <enter> MDS1-ESUA<config-dscp-profiles-downstream-dscp-profile># map-list 1 dscp-val 11 pbit-val 2 <enter> DS1-ESUA<config-map-list-1># map-list 2 dscp-val 39 pbit 4 <enter> MDS1-ESUA<config-map-list-2># map-list 3 dscp-val 46 pbit 5 <enter> MDS1-ESUA(config-map-list-3># commit <enter> Commit complete. MDS1-ESUA<config-map-list-3># exit <enter> MDS1-ESUA<config>#_ |
Step 2
Associate the DSCP profile with an ONT.
- Command Path – tolt>ont>config>
- Module – tolt
- Container – ont
- Container – config
- Types – Example Parameters
- *Aid – ETH1-1-1-1
- profile-assignment 1
- profile-name ucr-upstream
- profile-type device-dscp-map
- From the MDS1-ESUA<Config># command line, input tolt ont config MDS1-1-1-1 profile-assignment 1 profile-name ucr-upstream profile-type device-dscp-map, and press Enter.
- Input commit and press Enter. Outputs similar to the following are displayed:
MDS1-ESUA<config># tolt ont config MDS1-1-1-1 profile-assignment 1 profile-name ucr-upstream profile-type device-dscp-map <enter>
MDS1-ESUA<config-profile-assignment-1># commit <enter> commit complete. MDS1-ESUA<config-profile-assignment-1># exit <enter> MDS1-ESUA<config)# _
Step 3
In the UNI service profile set the service on a uni port up for dscp mapping.
The following command will update the service profile vlan-300-dscp to use dscp-mapping.
- Command Path – tolt>profiles>config>
- Module – tolt
- Container – profiles
- Container – service-profiles
- Types – Example Parameters
- Name – vlan-300-dscp
- Container – traffic-desc
- pbit-mode dscp-mapped
- From the MDS1-ESUA<Config># command line, input tolt profiles service-profiles vlan-300-dscp traffic-desc pbit-mode dscp-mapped, and press Enter.
- Input exit and press Enter.
- Input commit and press Enter. Outputs similar to the following are displayed:
MDS1-ESUA<config># tolt profiles service-profiles vlan-300-dscp traffic-desc pbit-mode dscp-mapped <enter>
MDS1-ESUA<config-service-profiles-vlan-300-dscp># exit <enter> MDS1-ESUA<config># commit <enter> commit complete. MDS1-ESUA<config># _
Step 4
Assign the service profile to a nac profile:
- Command Path – tolt>profiles>nac-profiles>
- Module – tolt
- Container – profiles
- Container – nac-profiles
- Type – Example Parameters
- *name – vlan-3000-dscp
- From the MDS1-ESUA<config># command line, input tolt profiles nac-profiles vlan-3000-dscp and press Enter.
- Input commit and press Enter. Outputs similar to the following are displayed:
|
Step 5
Assign the profile to the port.
- Command Path – tolt>interfaces>uni>config>
- Module – tolt
- Container – interfaces
- Container – uni
- Container – config
- Types – Example Parameter
- *Aid – ETH1-1-2-2
- nac-profile vlan-300-dscp
- From the MDS1-ESUA <config># command line, input tolt interfaces uni config ETH1-1-1-2-1 nac-profile vlan-300-dscp and press Enter.
- Input commit and press Enter. Outputs similar to the following are displayed:
MDS1-ESUA<Config># tolt interfaces uni config ETH1-1-1-2-2 nac-profile vlan-300-dscp<enter> MDS1-ESUA<config-config-ETH1-1-1-2-2># commit <enter> commit complete. MDS1-ESUA<config-config-ETH1-1-1-2-2># exit <enter> MDS1-ESUA<Config>#_
Enable PoE on UNI
PoE or Power over Ethernet allows an ONT to power devices over the ethernet port. The power rides over the same pairs at the data. The following example shows how to enable PoE power on a port. PoE can be safely enabled on all ports as there is a low level handshake prior to the power turning on. Devices that do not need PoE power will not handshake and PoE power remains off even if enabled. Some devices that do not follow the standards fully can cause issues and PoE power can be disabled. The default PoE profile does enable PoE.
To Enble PoE on UNI is a two-step procedure.
Step 1
Enable PoE in the poe profile.
- Command Path – tolt>profiles>poe-profiles>
- Module – tolt
- Container – profiles
- Container – poe-profiles
- Types – Example Parameters
- *Name – poe-basic
- Container – poe-port-config
- admin-state enabled
- From the MDS1-ESUA<config># command line, input tolt profiles poe-profiles poe-basic poe-port-config admin-state enabled, and press Enter.
- Input commit and press Enter. Outputs similar to the following are displayed:
MDS1-ESUA<config># tolt profiles poe-profiles poe-basic poe-port-config admin-state enabled <enter> MDS1-ESUA<config-poe-profiles-poe-basic># commit <enter> Commit Complete MDS1-ESUA<config-poe-profiles-poe-basic># exit <enter> MDS1-ESUA<config># |
Step 2
Assign the poe profile to a uni port.
- Command Path – tolt>interfaces>uni>config>
- Module – tolt
- Container – interfaces
- Container – uni
- Container – config
- Types – Example Parameters
- *Aid – ETH1-2-1-5-1
- poe-profile-name poe-basic
- From the MDS1-ESUA<config)# command line, input tolt interfaces uni config ETH1-2-1-5-1 poe-profile-name poe-basic, and press Enter.
- Input commit and press Enter. Outputs similar to the following are displayed:
MDS1-ESUA<Config)# tolt interfaces uni config ETH1-2-1-5-1 poe-profile-name poe-basic <enter> MDS1-ESUA<config-config-ETH1-1-2-1-5-1)# commit <enter> commit complete. MDS1-ESUA<config-config-ETH1-1-2-1-5-1)# exit <enter> MDS1-ESUA<Config)#_
Disable PoE on a UNI
To configure the poe on a port to off (disabled), create a profile with PoE set to off (disabled).
To disable PoE on a UNI is a two-step procedure.
Step 1
Create a PoE profile with PoE set to disabled.
- Command Path – tolt>profiles>poe-profiles>
- Module – tolt
- Container – profiles
- Container – poe-profiles
- Types – Example Parameters
- *Name – poe-disabled
- Container – poe-port-config
- admin-state disabled
- From the MDS1-ESUA<config># command line, input tolt profiles poe-profiles poe-disabled poe-port-config admin-state disabled, and press Enter.
- Input commit and press Enter. Outputs similar to the following are displayed:
MDS1-ESUA<config># tolt profiles poe-profiles poe-disabled poe-port-config admin-state disabled <enter> MDS1-ESUA<config-poe-profiles-poe-disabled># commit <enter> Commit Complete MDS1-ESUA<config-poe-profiles-poe-disabled># exit <enter> MDS1-ESUA<config># |
Step 2
Assign the PoE profile to the port to disable the PoE.
- Command Path – tolt>interfaces>uni>config>
- Module – tolt
- Container – interfaces
- Container – uni
- Container – config
- Types – Example Parameter
- *Aid – ETH1-2-1-5
- poe-profile poe-disabled
- From the MDS1-ESUA<config># command line, input tolt interfaces uni config ETH1-2-1-5-1 poe-profile poe-disabled and press Enter.
- Input commit and press Enter. Outputs similar to the following are displayed:
MDS1-ESUA<Config># tolt interfaces uni config ETH1-2-1-5 poe-profile poe-disabled <enter> MDS1-ESUA<config-config-ETH1-1-2-1-5># commit <enter> commit complete. MDS1-ESUA<config-config-ETH1-1-2-1-5># exit <enter> MDS1-ESUA(Config>#_
Override PoE Power Setting on UNI
Sometimes the power negotiated by a device is violated by the device, and it is necessary to raise the current limiter on that line to allow more power to flow through. This can be done by using the power override feature of PoE.
To Override PoE Power Setting on UNI is a two-step procedure.
Step 1
Create a PoE override profile.
- Command Path – tolt>profiles>poe-profiles>
- Module – tolt
- Container – profiles
- Container – poe-profiles
- Types – Example Parameters
- *Name – poe-override-30w
- power-override 300
- From the MDS1-ESUA<config># command line, input tolt profiles poe-profiles poe-override-30w and press Enter.
- Input power-override 300 and press Enter.
- Input commit and press Enter. Outputs similar to the following are displayed:
MDS1-ESUA<config># tolt profiles-paoe-profiles poe-override-30w <enter> MDS1-ESUA<config-poe-profiles-poe-override-30w># power-override 300 <enter> MDS1-ESUA<config-poe-profiles-poe-override-30w># commit <enter> Commit Complete. MDS1-ESUA<config-poe-profiles-poe-override-30w># exit <enter> MDS1-ESUA<config># |
Step 2
Assign the PoE power override profile to the affected port.
- Command Path – tolt>interfaces>uni>config>
- Module – tolt
- Container – interfaces
- Container – uni
- Container – config
- Types – Example Parameters
- *Aid – ETH1-1-2-1-5
- poe-profile poe-override-30w
- From the MDS1-ESUA <config># command line, input tolt interfaces uni config ETH1-1-1-2-1 poe-profile poe-override-30w and press Enter.
- Input commit and press Enter. Outputs similar to the following are displayed:
MDS1-ESUA<Config># tolt interfaces uni config ETH1-1-2-1-5 poe-profile poe-override-30w <enter> MDS1-ESUA<config-config-ETH1-1-2-1-5># commit <enter> commit complete. MDS1-ESUA<config-config-ETH1-1-2-1-5># exit <enter> MDS1-ESUA<Config>#_
Show UNI Status
- Command Path – show>tolt>interfaces>uni>status>
- Command – show
- Module – tolt
- Container – interfaces
- Container – uni
- Container – status
- From the MDS1-ESUA# command line, input show tolt interfaces uni status, and press Enter. Output similar to the following is displayed:
MDS1-ESUA# show tolt interfaces uni status <enter> POE POE AUTH POE PORT PORT PORT POE CONTROLLED POWER POE INVALID POWER OVER PORT LINK AVAIL LINE MTU MAC PORT PAE BACKEND PAIRS DETECTION MPS ALLOCATED CONSUMPTION SIGNATURE DENIED LOAD SHORT AID STATE OPER STATE STATE SPEED PHYS ADDRESS DUPLEX MODE SIZE INDEX ADDR STATUS STATE STATE INDEX CONTROL STATUS ABSENT CLASS POWER POWER COUNTER COUNTER COUNTER COUNTER --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- ETH1-1-1-1-1 unknown e-disabled - 1000 00:00:00:00:00:00 full-duplex 9216 0 true searching 0 --ERROR-- 0 0 0 0 0 0 ETH1-1-1-1-10 unknown e-disabled - 1000 00:00:00:00:00:00 full-duplex 9216 0 true searching 0 --ERROR-- 0 0 0 0 0 0 ETH1-1-1-1-11 unknown e-disabled - 1000 00:00:00:00:00:00 full-duplex 9216 0 true searching 0 --ERROR-- 0 0 0 0 0 0 ETH1-1-1-1-12 unknown e-disabled - 1000 00:00:00:00:00:00 full-duplex 9216 0 true searching 0 --ERROR-- 0 0 0 0 0 0 ETH1-1-1-1-13 unknown e-disabled - 1000 00:00:00:00:00:00 full-duplex 9216 0 true searching 0 --ERROR-- 0 0 0 0 0 0 ETH1-1-1-1-14 unknown e-disabled - 1000 00:00:00:00:00:00 full-duplex 9216 0 true searching 0 --ERROR-- 0 0 0 0 0 0 ETH1-1-1-1-15 unknown e-disabled - 1000 00:00:00:00:00:00 full-duplex 9216 0 true searching 0 --ERROR-- 0 0 0 0 0 0 ETH1-1-1-1-16 unknown e-disabled - 1000 00:00:00:00:00:00 full-duplex 9216 0 true searching 0 --ERROR-- 0 0 0 0 0 0 ETH1-1-1-1-17 unknown e-disabled - 1000 00:00:00:00:00:00 full-duplex 9216 0 true searching 0 --ERROR-- 0 0 0 0 0 0 ETH1-1-1-1-18 unknown e-disabled - 1000 00:00:00:00:00:00 full-duplex 9216 0 true searching 0 --ERROR-- 0 0 0 0 0 0 ETH1-1-1-1-19 unknown e-disabled - 1000 00:00:00:00:00:00 full-duplex 9216 0 true searching 0 --ERROR-- 0 0 0 0 0 0 ETH1-1-1-1-2 unknown e-disabled - 1000 00:00:00:00:00:00 full-duplex 9216 0 true searching 0 --ERROR-- 0 0 0 0 0 0 ETH1-1-1-1-20 unknown e-disabled - 1000 00:00:00:00:00:00 full-duplex 9216 0 true searching 0 --ERROR-- 0 0 0 0 0 0 ETH1-1-1-1-21 unknown e-disabled - 1000 00:00:00:00:00:00 full-duplex 9216 0 true searching 0 --ERROR-- 0 0 0 0 0 0 ETH1-1-1-1-22 unknown e-disabled - 1000 00:00:00:00:00:00 full-duplex 9216 0 true searching 0 --ERROR-- 0 0 0 0 0 0 ETH1-1-1-1-23 unknown e-disabled - 1000 00:00:00:00:00:00 full-duplex 9216 0 true searching 0 --ERROR-- 0 0 0 0 0 0 ETH1-1-1-1-24 unknown e-disabled - 1000 00:00:00:00:00:00 full-duplex 9216 0 true searching 0 --ERROR-- 0 0 0 0 0 0 ETH1-1-1-1-25 unknown e-disabled - 1000 00:00:00:00:00:00 full-duplex 9216 0 true searching 0 --ERROR-- 0 0 0 0 0 0 ETH1-1-1-1-26 unknown e-disabled - 1000 00:00:00:00:00:00 full-duplex 9216 0 true searching 0 --ERROR-- 0 0 0 0 0 0 ETH1-1-1-1-27 unknown e-disabled - 1000 00:00:00:00:00:00 full-duplex 9216 0 true searching 0 --ERROR-- 0 0 0 0 0 0 ETH1-1-1-1-28 unknown e-disabled - 1000 00:00:00:00:00:00 full-duplex 9216 0 true searching 0 --ERROR-- 0 0 0 0 0 0 ETH1-1-1-1-29 unknown e-disabled - 1000 00:00:00:00:00:00 full-duplex 9216 0 true searching 0 --ERROR-- 0 0 0 0 0 0 ETH1-1-1-1-3 unknown e-disabled - 1000 00:00:00:00:00:00 full-duplex 9216 0 true searching 0 --ERROR-- 0 0 0 0 0 0 ETH1-1-1-1-30 unknown e-disabled - 1000 00:00:00:00:00:00 full-duplex 9216 0 true searching 0 --ERROR-- 0 0 0 0 0 0 ETH1-1-1-1-31 unknown e-disabled - 1000 00:00:00:00:00:00 full-duplex 9216 0 true searching 0 --ERROR-- 0 0 0 0 0 0 ETH1-1-1-1-32 unknown e-disabled - 1000 00:00:00:00:00:00 full-duplex 9216 0 true searching 0 --ERROR-- 0 0 0 0 0 0 ETH1-1-1-1-33 unknown e-disabled - 1000 00:00:00:00:00:00 full-duplex 9216 0 true searching 0 --ERROR-- 0 0 0 0 0 0 ETH1-1-1-1-34 unknown e-disabled - 1000 00:00:00:00:00:00 full-duplex 9216 0 true searching 0 --ERROR-- 0 0 0 0 0 0 ETH1-1-1-1-35 unknown e-disabled - 1000 00:00:00:00:00:00 full-duplex 9216 0 true searching 0 --ERROR-- 0 0 0 0 0 0 ETH1-1-1-1-36 unknown e-disabled - 1000 00:00:00:00:00:00 full-duplex 9216 0 true searching 0 --ERROR-- 0 0 0 0 0 0 ETH1-1-1-1-37 unknown e-enabled - 1000 00:00:00:00:00:00 full-duplex 9216 0 true searching 0 --ERROR-- 0 0 303 0 0 0 ETH1-1-1-1-38 unknown e-disabled - 1000 00:00:00:00:00:00 full-duplex 9216 0 true searching 0 --ERROR-- 0 0 0 0 0 0 ETH1-1-1-1-39 unknown e-enabled - 1000 00:00:00:00:00:00 full-duplex 9216 0 true searching 0 --ERROR-- 0 0 274 0 0 0 ETH1-1-1-1-4 unknown e-disabled - 1000 00:00:00:00:00:00 full-duplex 9216 0 true searching 0 --ERROR-- 0 0 0 0 0 0 ETH1-1-1-1-40 unknown e-enabled - 1000 00:00:00:00:00:00 full-duplex 9216 0 true searching 0 --ERROR-- 0 0 223 0 0 0 ETH1-1-1-1-41 unknown e-enabled - 1000 00:00:00:00:00:00 full-duplex 9216 0 true searching 0 --ERROR-- 0 0 246 0 0 0 ETH1-1-1-1-42 unknown e-disabled - 1000 00:00:00:00:00:00 full-duplex 9216 0 true searching 0 --ERROR-- 0 0 0 0 0 0 ETH1-1-1-1-43 unknown e-disabled - 1000 00:00:00:00:00:00 full-duplex 9216 0 true searching 0 --ERROR-- 0 0 0 0 0 0 ETH1-1-1-1-44 unknown e-disabled - 1000 00:00:00:00:00:00 full-duplex 9216 0 true searching 0 --ERROR-- 0 0 0 0 0 0 ETH1-1-1-1-45 unknown e-disabled - 1000 00:00:00:00:00:00 full-duplex 9216 0 true searching 0 --ERROR-- 0 0 0 0 0 0 ETH1-1-1-1-46 unknown e-disabled - 1000 00:00:00:00:00:00 full-duplex 9216 0 true searching 0 --ERROR-- 0 0 0 0 0 0 ETH1-1-1-1-47 unknown e-disabled - 1000 00:00:00:00:00:00 full-duplex 9216 0 true searching 0 --ERROR-- 0 0 0 0 0 0 ETH1-1-1-1-48 unknown e-disabled - 1000 00:00:00:00:00:00 full-duplex 9216 0 true searching 0 --ERROR-- 0 0 0 0 0 0 ETH1-1-1-1-5 unknown e-disabled - 1000 00:00:00:00:00:00 full-duplex 9216 0 true searching 0 --ERROR-- 0 0 0 0 0 0 ETH1-1-1-1-6 unknown e-disabled - 1000 00:00:00:00:00:00 full-duplex 9216 0 true searching 0 --ERROR-- 0 0 0 0 0 0 ETH1-1-1-1-7 unknown e-disabled - 1000 00:00:00:00:00:00 full-duplex 9216 0 true searching 0 --ERROR-- 0 0 0 0 0 0 ETH1-1-1-1-8 unknown e-disabled - 1000 00:00:00:00:00:00 full-duplex 9216 0 true searching 0 --ERROR-- 0 0 0 0 0 0 ETH1-1-1-1-9 unknown e-disabled - 1000 00:00:00:00:00:00 full-duplex 9216 0 true searching 0 --ERROR-- 0 0 0 0 0 0 MDS1-ESUA#_