- Released At: 13-09-2023
- Page Views:
- Downloads:
- Table of Contents
- Related Documents
-
|
|
INT Technology White Paper |
|
|
Copyright © 2023 New H3C Technologies Co., Ltd. All rights reserved.
No part of this manual may be reproduced or transmitted in any form or by any means without prior written consent of New H3C Technologies Co., Ltd.
Except for the trademarks of New H3C Technologies Co., Ltd., any trademarks that may be mentioned in this document are the property of their respective owners.
The information in this document is subject to change without notice.
Overview
Technical background
Data center technologies have developed fast in recent years. However, little attention has been paid to traffic management and fault monitoring in data centers. Due to lack of automated O&M tools, the large scale of data centers poses great challenges to data center O&M.
In traditional networks, radar detection is typically used to detect forwarding paths. Radar detection requires the involvement of controller software. Controller software has complex design and implementation, and cannot fully emulate packet forwarding.
Although ping and tracert operations can identify the network delay and path, they cannot identify on which port of which device packets are forwarded with the longest delay. As an important part of visibility technologies, Inband Network Telemetry (INT) is the first and most important step for driving O&M automation. INT allows you to obtain the following information on the forwarding path:
· Device information.
· Ingress port, egress port, ingress queue, and egress queue of packets on each device.
· Ingress timestamp and egress timestamp.
Benefits
INT provides visibility into the following information on the forwarding path:
· Ingress port, egress port, ingress queue, and egress queue of packets on each device.
· Ingress timestamp and egress timestamp.
· Queue congestion information.
On the last hop in the forwarding path, INT can encapsulate the UDP header and IP header for a monitored flow and sends the packets to the collector. Finally, the NMS on the collector analyzes the monitored flow and extracts useful information.
INT has the following benefits:
· Full hardware support.
· One configuration deployment, continuous data reporting.
· Defining original packets to be monitored by using QoS policies.
· Encapsulating packets on the last hop of the path and sending them to the collector.
· Collecting device information, interface information, queue information, timestamp information, and forwarding path information for each device.
Protocols and standards
INT 1.0
The Internet Draft Inband Flow Analyzer draft-kumar-ifa-00 has been submitted to IETF. This draft describes the formats of the INT header and metadata in detail. Theoretically, network devices that support this draft can implement INT packet analysis and processing functions.
INT 2.0
INT 2.0 is defined in the Internet Draft Inband Flow Analyzer draft-kumar-ifa-02. INT 2.0 supports TCP- and UDP-based INT packets, and does not support VXLAN packets or IPv6 packets with extension headers.
INT 1.0 implementation
INT network diagram
Figure 1 INT network diagram
Concepts
· Entry node
The entry node samples packets and mirrors sampled packets to the INT processor, adds an INT header and metadata to the packets, and sends them to the transit node.
· Transit node
The transit node identifies INT packets, adds metadata to the INT packets, and sends them to the exit node.
· Exit node
As the last hop in an INT network, the exit node identifies INT packets, adds metadata to the INT packets, encapsulates the UDP header and IP header for the INT packets, and sends them to the collector.
· Ingress port
For the entry node, this port is the input interface of original packets. For the transit node and exit node, this port is the input interface of INT packets.
· Egress port
For the entry node and transit node, this port is the output interface of INT packets. For the exit node, this port is the output interface of encapsulated packets.
· INT processor
The INT processor is a dedicated processor in the CPU used for processing INT packets. For the mirrored packets on the entry node, the INT processor adds an INT header to generate INT packets. On the exit node, the INT processor performs consistency checks on the encapsulation format of metadata and encapsulates the outer UDP header for the INT packets.
Metadata that INT can collect
INT can collect and monitor the following metadata:
· Device ID.
· Ingress port ID—Logical input interface of packets.
· Ingress timestamp—The local time on the device when a packet enters the ingress port. For the entry node, it is the time when an INT packet enters the loopback interface.
· Egress port ID—Logical output interface of packets
· Egress timestamp—The local time on the device when a packet leaves the egress port.
· Cache information:
¡ Queue ID—ID of the queue that caches original packets.
¡ ECN information.
INT packet types and packet formats
Packet types
INT has two packet types: INT over TCP and INT over UDP.
An original TCP packet is called an INT-over-TCP packet after it is mirrored and inserted with an INT header.
An original UDP packet is called an INT-over-UDP packet after it is mirrored and inserted with an INT header.
Figure 2 INT over TCP/UDP
The following explains the meanings of related fields:
· INT Probe HDR—Header inherent to INT.
· Termination Function Metadata—Data collected on the exit node.
· Transit Function hop 0-N Metadata—Data collected on the transit node.
· Initiating Function Metadata—Data collected on the entry node.
Packet formats
An INT header contains two parts: an inherent header and metadata.
Figure 3 shows the format of the inherent header.
Figure 3 Inherent header format
The following explains the meanings of the fields:
· Probe Marker—Used by the device to identify INT packets. Its value is fixed at 0xaaaaaaaabbbbbbbb.
· Version—Currently fixed at 0x01.
· Message Type—Currently fixed at 0x01.
· Flags—A reserved field, currently fixed at 0x0000.
· Telemetry Request Vector—Currently fixed at 0xffffffff.
· Hop Limit—Maximum number of hops allowed.
· Hop Count—Number of nodes the packet has traversed.
· Maximum Length—Maximum length of metadata that can be collected, in bytes.
· Current Length—Length of metadata that has been collected, in bytes.
· Sender's Handle—Set by the entry node for the collector to identify an INT flow and uniquely identifies an INT flow.
· Sequence Number—Sequence number of packet in an INT flow.
Figure 4 shows the format of the metadata.
Figure 4 Inherent header format
The following explains the meanings of the fields:
· Template-Id—A reserved field, currently fixed at 000.
· Congestion—Indicating the congestion state. The three most significant bits are fixed at 000, and the two least significant bits are the ECN field.
· Egress Port Drop Pkt Byte Cnt Upper—Drop count in bytes for the egress port, currently fixed at 0x00.
· IP_TTL—TTL value.
· Queue-Id—Egress queue ID, currently fixed at 0x00. The exit node does not support carrying queue ID. On the exit node, this field carries the traffic class information.
· Rx Timestamp Seconds Upper/Rx Timestamp Seconds— Ingress timestamp in seconds.
· Rx Timestamp Nano-Seconds Upper—Ingress timestamp in nanoseconds.
· Tx Timestamp Nano-Seconds Upper—Egress timestamp in nanoseconds.
· Egress Port Utilization [%]—Egress port utilization in percentage, currently fixed at 0x0000.
· Ingress Port [module, port]—Ingress port.
· Egress Port [module, port]—Egress port.
· Egress Port Drop Pkt Byte Cnt—Drop count in bytes for the egress port, currently fixed at 0x00000000.
Mechanism
INT-capable devices form an INT zone. Each INT device performs different functions in the INT zone.
· Entry node—By using a QoS policy on the ingress port, the entry node classifies incoming traffic and mirrors classified traffic to the INT processor. The INT processor adds the inherent INT header to matching packets, and adds metadata, and forwards the packets by looking up the routing table.
· Transit node—The transit node automatically identifies INT packets, adds metadata to them, and forwards them by looking up the routing table.
· Exit node—The transit node automatically identifies INT packets, sends the INT packets to the INT processor, and performs the following actions on the packets:
¡ Adds metadata.
¡ Encapsulates the outer UDP header for the INT packets.
¡ Encapsulates the outer IP header for the INT packets by using the configured encapsulation parameters.
¡ Routes the packet to the collector according to the destination IP address in the outer IP header.
Restrictions
Only the following switch series support INT:
· S6850.
· S9820.
· S9850.
· S6805.
· S6825.
· S12500X-AF T.
The following restrictions apply when you use INT on these switch series:
· The S9820 and S12500X-AF T switch series can act as only transit nodes.
· The S6850, S9850, S9820, S6805, and S6825 switch series can act as entry nodes, transit nodes, and exit nodes.
· If an S9850 switch acts as an entry node, you must enable internal loopback on an interface in the same port group as the ingress port. The interface enabled with internal loopback cannot be used for other purposes or configured with other settings. For port grouping conventions, execute the display drv system 9 command in probe view. Interfaces of the same pipe are in the same port group.
· For the mappings between ports on the front panel and the Ingress/Egress Port IDs in metadata, see Appendix.
INT 2.0 implementation
INT network diagram
The network diagram is the same as that for INT 1.0.
Figure 5 INT network diagram
Concepts
· Entry node
The entry node samples packets and mirrors sampled packets to the internal loopback interface, adds an INT header and metadata to the packets, set the protocol number of packets to 253, and sends them to the transit node.
· Transit node
The transit node identifies INT packets, adds metadata to the INT packets, and sends them to the exit node.
· Exit node
As the last hop in an INT network, the exit node identifies INT packets, adds metadata to the INT packets, encapsulates the UDP header and IP header for the INT packets, and sends them to the collector.
· Ingress port
For the entry node, this port is the input interface of original packets. For the transit node and exit node, this port is the input interface of INT packets.
· Egress port
For the entry node and transit node, this port is the output interface of INT packets. For the exit node, this port is the output interface of encapsulated packets.
Metadata that INT can collect
INT can collect and monitor the following metadata:
· Device ID.
· Ingress port ID—Logical input interface of packets.
· Ingress timestamp—The local time on the device when a packet enters the ingress port. For the entry node, it is the time when an INT packet enters the loopback interface.
· Egress port ID—Logical output interface of packets
· Cache information:
¡ Queue ID—ID of the queue that caches original packets.
¡ ECN information.
INT packet types and packet formats
Packet types
INT has two packet types: INT over TCP and INT over UDP.
An original TCP packet is called an INT-over-TCP packet after it is mirrored and inserted with an INT header.
An original UDP packet is called an INT-over-UDP packet after it is mirrored and inserted with an INT header.
Figure 6 INT over TCP/UDP
The following explains the meanings of related fields:
· IFA Header—INT header.
· IFA Metadata Header—INT metadata header.
· Termination Function Metadata—Data collected on the exit node.
· Transit Function hop 0-N Metadata—Data collected on the transit node.
· Initiating Function Metadata—Data collected on the entry node.
Packet formats
IFA header
Figure 7 shows the format of the 4-byte IFA header.
The following explains the meanings of the fields:
· Version—Currently fixed at 0x2.
· GSN—Global Name Space. This field indicates the metadata type and is fixed at 0xF, which indicates local metadata.
· Next Header—This field is copied from the original packet.
· Flags
¡ Reserved (3 bits)—Reserved field, which can only be 0.
¡ Metadata Fragment (1 bit)—Indicates the presence of the optional metadata fragment header. This field is fixed at 0, which indicates that the metadata fragment header is not present.
¡ Tail Stamp (1 bit)—Indicates the location of the IFA metadata header. This field is fixed at 0, which indicates that the IFA metadata header is behind the Layer 4 header.
¡ Inband (1 bit)—Indicates whether the packet is an original packet or a copied packet. This field is fixed at 1, which indicates that the packet is a copied packet. The exit node will discard the packet after sending the collected data to the collector.
¡ Turn Around (1 bit)—Indicates whether the exit node will send the packet back to the source IP address. This field is fixed at 1, which indicates that the exit node will not send the packet back to the source IP address.
¡ Checksum (1 bit)—Indicates the presence of the optional checksum header. This field is fixed at 1, which indicates that the optional checksum header is not present.
· Max Length (8 bits)—Maximum length of metadata that can be collected, in multiples of 4 bytes.
IFA metadata header
Figure 8 shows the format of the IFA metadata header.
The following explains the meanings of the fields:
· Request Vector—Controls whether a node can add metadata. This field is not supported in the current software version and is fixed at 0.
· Action vector—Indicates the action type of a node. This field is not supported in the current software version and is fixed at 0.
· Hop Limit—Indicates the maximum of nodes that can add metadata. Similar to the TTL in IP packets, this field can be used to prevent loops. This field is initialized to 20 by the entry node and is decremented at each hop. When a node receive a packet with a hop limit of 0, it will not add metadata. When this field is 0xFF, a node does not examine or modify this field, and the number of hops is not limited.
· Current length—Specifies the current length of the metadata, in multiples of 4 bytes.
Metadata
Figure 9 shows the format of the metadata.
The following explains the meanings of the fields:
· LNS—Local Name Space. This field is fixed at 0xF.
· Device ID.
· IP TTL—TTL value.
· EPS—Egress Port Speed. The S9825 switch series does not support this field. The following values are supported:
¡ 0—10 Gbps.
¡ 1—25 Gbps.
¡ 2—40 Gbps.
¡ 3—50 Gbps.
¡ 4—100 Gbps.
¡ 5—200 Gbps.
¡ 6—400 Gbps.
· C—Congestion, or ECN. The higher three bits are fixed at 0, and the lower two bits are the ECN field.
· Queue ID—Queue ID of the egress port.
· RX Timestamp Seconds—Device startup time.
· Egress System Port.
· Ingress System Port.
· Rx Timestamp Nanosecond—Ingress port timestamp in nanoseconds.
· Residence Time(nanoseconds)—Delay of the packet on a node, in nanoseconds.
· Queue Transmit Byte Count—This field is not supported in the current software version.
· Reserved—Reserved field, which is fixed at 0.
· Queue Depth—Indicates the amount of the buffer that is used by the queue.
· MMU Stats—Indicates the amount of the free buffer. For the S9825 switch series, bits 23 through 21 of this field are fixed at 3 (011).
Packets sent by the exit node to the collector
The exit node adds metadata, IPFIX header, UDP header, and Layer 3 header to the INT packet, and forwards the INT packet according to the destination IP address in the Layer 3 header.
Mechanism
INT-capable devices form an INT zone. Each INT device performs different functions in the INT zone.
· Entry node—By using a QoS policy on the ingress port, the entry node classifies incoming traffic and mirrors classified traffic to the internal loopback interface. The device adds an INT header to matching packets, adds metadata, set the IP protocol number to 253, and forwards the packets by looking up the routing table.
· Transit node—The transit node automatically identifies INT packets, adds metadata to them, and forwards them by looking up the routing table.
· Exit node—The transit node automatically identifies INT packets, sends the INT packets to the internal loopback interface, and performs the following actions on the packets:
¡ Adds metadata.
¡ Encapsulates the outer UDP header for the INT packets.
¡ Encapsulates the outer IP header for the INT packets by using the configured encapsulation parameters.
¡ Routes the packet to the collector according to the destination IP address in the outer IP header.
Restrictions
Only the following S9855 and S9825 switch series support INT 2.0. An S9825 switch can only act as a transit node. An S9855 switch can act as an entry node, transit node, or exit node.
Application scenarios
Example: Configuring INT 1.0
Network configuration
As shown in Figure 10, configure INT to test the link delay.
Prerequisites
Assign IP addresses to interfaces and configure unicast routes. Make sure the network connections are available.
Procedure
1. Configure Device C:
# Enable INT globally.
[DeviceC] telemetry ifa global enable
# Specify 10.0.0.3 as the device ID of the exit node.
<DeviceC> system-view
[DeviceC] telemetry ifa device-id 10.0.0.3
# Specify Twenty-FiveGigE 1/0/1 as the egress interface.
[DeviceC] interface twenty-fivegige 1/0/1
[DeviceC-Twenty-FiveGigE1/0/1] telemetry ifa role egress
[DeviceC-Twenty-FiveGigE1/0/1] quit
# Configure addressing parameters to encapsulate in INT packets sent to the collector.
[DeviceC] telemetry ifa collector source 20.0.0.2 destination 30.0.0.1 source-port 12 destination-port 14
2. Configure Device B:
# Enable INT globally.
[DeviceB] telemetry ifa global enable
# Specify 10.0.0.2 as the device ID of the transit node.
<DeviceB> system-view
[DeviceB] telemetry ifa device-id 10.0.0.2
# Specify Twenty-FiveGigE 1/0/1 as the transit interface.
[DeviceB] interface twenty-fivegige 1/0/1
[DeviceB-Twenty-FiveGigE1/0/1] telemetry ifa role transit
[DeviceB-Twenty-FiveGigE1/0/1] quit
3. Configure Device A:
# Create a sampler named samp in random sampling mode, and set the sampling rate to 8. One packet from 256 packets is selected.
<DeviceA> system-view
[DeviceA] sampler samp mode random packet-interval n-power 8
# Enable INT globally.
[DeviceA] telemetry ifa global enable
# Create a traffic class named classifier1, and use destination MAC address a08c-fdd7-fd99 as the match criterion in the traffic class.
[DeviceA] traffic classifier classifier1
[DeviceA-classifier-classifier1] if-match destination-mac a08c-fdd7-fd99
[DeviceA-classifier-classifier1] quit
# Create a traffic behavior named behavior1, and configure the action of mirroring traffic to the INT processor.
[DeviceA] traffic behavior behavior1
[DeviceA-behavior-behavior1] mirror-to ifa-processor sampler samp
[DeviceA-behavior-behavior 1] quit
# Create a QoS policy named ifa1, and associate traffic class classifier1 with traffic behavior behavior1 in the QoS policy.
[DeviceA] qos policy ifa1
[DeviceA-qospolicy-ifa1] classifier classifier1 behavior behavior1
[DeviceA-qospolicy-ifa1] quit
# Apply QoS policy ifa1 to the incoming traffic of Twenty-FiveGigE1/0/1.
[DeviceA] interface twenty-fivegige 1/0/1
[DeviceA-Twenty-FiveGigE1/0/1] qos apply policy ifa1 inbound
[DeviceA-Twenty-FiveGigE1/0/1] quit
# Specify 10.0.0.1 as the device ID of the entry node.
<DeviceA> system-view
[DeviceA] telemetry ifa device-id 10.0.0.1
# Specify Twenty-FiveGigE1/0/1 as the ingress interface.
[DeviceA] interface twenty-fivegige 1/0/1
[DeviceA-Twenty-FiveGigE1/0/1] telemetry ifa role ingress
[DeviceA-Twenty-FiveGigE1/0/1] quit
# Enable internal loopback on Twenty-FiveGigE1/0/3.
[DeviceA] interface twenty-fivegige 1/0/3
[DeviceA-Twenty-FiveGigE1/0/3] telemetry ifa role ingress
[DeviceA-Twenty-FiveGigE1/0/3] quit
Verify the configuration
# Verify the configuration on Device A.
[DeviceA] display qos policy interface twenty-fivegige 1/0/1 inbound
Interface: Twenty-FiveGigE1/0/1
Direction: Inbound
Policy: ifa1
Classifier: classifier1
Operator: AND
Rule(s) :
If-match destination-mac a08c-fdd7-fd99
Behavior: behavior1
Mirroring:
Mirror to the ifa-processor sampler samp
[DeviceA] display telemetry ifa
Telemetry ifa status: Enabled
Telemetry ifa packet-drop : Disabled
Telemetry ifa device-id : 10.0.0.1
Telemetry ifa role:
Twenty-FiveGigE1/0/1: Ingress
Telemetry ifa loopback:
Twenty-FiveGigE1/0/3
# Verify the configuration on Device B.
[DeviceB] display telemetry ifa
Telemetry ifa status: Enabled
Telemetry ifa packet-drop : Disabled
Telemetry ifa device-id : 10.0.0.2
Telemetry ifa role:
Twenty-FiveGigE1/0/1: Transit
# Verify the configuration on Device C.
[DeviceC] display telemetry ifa
Telemetry ifa status: Enabled
Telemetry ifa packet-drop : Disabled
Telemetry ifa device-id : 10.0.0.3
Telemetry ifa role:
Twenty-FiveGigE1/0/1: Egress
Telemetry ifa collector:
Source IP: 20.0.0.2
Destination IP: 30.0.0.1
Source-port: 12
Destination-port: 14
Example: Configuring INT 2.0
Network configuration
As shown in Figure 11, configure INT to test the link delay.
Prerequisites
Assign IP addresses to interfaces and configure unicast routes. Make sure the network connections are available.
Procedure
1. Configure Device C:
# Enable INT globally.
[DeviceC] telemetry ifa global enable
# Specify 11 as the device ID of the exit node.
<DeviceC> system-view
[DeviceC] telemetry ifa device-id 11
# Specify HundredGigE 1/0/1 as the egress interface.
[DeviceC] interface hundredgige 1/0/1
[DeviceC-HundredGigE1/0/1] telemetry ifa role egress
[DeviceC-HundredGigE1/0/1] quit
# Configure addressing parameters to encapsulate in INT packets sent to the collector.
[DeviceC] telemetry ifa collector source 20.0.0.2 destination 30.0.0.1 source-port 12 destination-port 14
2. Configure Device B:
# Enable INT globally.
[DeviceB] telemetry ifa global enable
# Specify 10 as the device ID of the transit node.
<DeviceB> system-view
[DeviceB] telemetry ifa device-id 10
# Specify HundredGigE 1/0/1 as the transit interface.
[DeviceB] interface hundredgige 1/0/1
[DeviceB-HundredGigE1/0/1] telemetry ifa role transit
[DeviceB-HundredGigE1/0/1] quit
3. Configure Device A:
# Create a sampler named samp in random sampling mode, and set the sampling rate to 8. One packet from 256 packets is selected.
<DeviceA> system-view
[DeviceA] sampler samp mode random packet-interval n-power 8
# Enable INT globally.
[DeviceA] telemetry ifa global enable
# Create a traffic class named classifier1, and use destination MAC address a08c-fdd7-fd99 as the match criterion in the traffic class.
[DeviceA] traffic classifier classifier1
[DeviceA-classifier-classifier1] if-match destination-mac a08c-fdd7-fd99
[DeviceA-classifier-classifier1] quit
# Create a traffic behavior named behavior1, and configure the action of mirroring traffic to the internal loopback interface.
[DeviceA] traffic behavior behavior1
[DeviceA-behavior-behavior1] mirror-to ifa-processor sampler samp
[DeviceA-behavior-behavior 1] quit
# Create a QoS policy named ifa1, and associate traffic class classifier1 with traffic behavior behavior1 in the QoS policy.
[DeviceA] qos policy ifa1
[DeviceA-qospolicy-ifa1] classifier classifier1 behavior behavior1
[DeviceA-qospolicy-ifa1] quit
# Apply QoS policy ifa1 to the incoming traffic of HundredGigE1/0/1.
[DeviceA] interface hundredgige 1/0/1
[DeviceA-HundredGigE1/0/1] qos apply policy ifa1 inbound
[DeviceA-HundredGigE1/0/1] quit
# Specify 9 as the device ID of the entry node.
<DeviceA> system-view
[DeviceA] telemetry ifa device-id 9
# Specify HundredGigE1/0/1 as the ingress interface.
[DeviceA] interface hundredgige 1/0/1
[DeviceA-HundredGigE1/0/1] telemetry ifa role ingress
[DeviceA-HundredGigE1/0/1] quit
# Enable internal loopback on HundredGigE1/0/3.
[DeviceA] interface hundredgige 1/0/3
[DeviceA-HundredGigE1/0/3] telemetry ifa role ingress
[DeviceA-HundredGigE1/0/3] quit
Verify the configuration
# Verify the configuration on Device A.
[DeviceA] display qos policy interface hundredgige 1/0/1 inbound
Interface: HundredGigE1/0/1
Direction: Inbound
Policy: ifa1
Classifier: classifier1
Operator: AND
Rule(s) :
If-match destination-mac a08c-fdd7-fd99
Behavior: behavior1
Mirroring:
Mirror to the ifa-processor sampler samp
[DeviceA] display telemetry ifa
Telemetry ifa status : Enabled
Telemetry ifa packet-drop : Disabled
Telemetry ifa device-id: 9
Telemetry ifa role:
HundredGigE1/0/1: Ingress
# Verify the configuration on Device A.
[DeviceB] display telemetry ifa
Telemetry ifa status : Enabled
Telemetry ifa packet-drop : Disabled
Telemetry ifa device-id: 10
Telemetry ifa role:
HundredGigE1/0/1: Transit
# Verify the configuration on Device C.
[DeviceC] display telemetry ifa
Telemetry ifa status : Enabled
Telemetry ifa packet-drop : Disabled
Telemetry ifa device-id: 11
Telemetry ifa role:
HundredGigE1/0/1: Egress
Telemetry ifa collector:
Source IP: 20.0.0.2
Destination IP: 30.0.0.1
Source-port: 12
Destination-port: 14
Appendix
To view the mappings between ports on the front panel and the Ingress/Egress Port IDs in metadata for the S9855 or S9825 switch series, you can execute the display hardware internal port mapping slot slot-number command in probe view. The Lport field indicates the Egress System Port/Ingress System Port.
Table 1, Table 2, Table 3, Table 4, Table 5, Table 6, Table 7, and Table 8 show the port-Ingress/Egress Port ID mappings for the S6805-54HF, S6825-54HF, S6850-56HF, S6850-2C, S9850-4C, S9850-32H, S9820-64H, and S9820-8C switch series, respectively.
Table 1 Port-Ingress/Egress Port ID mappings for the S6805-54HF switch
Ports on the front panel |
Timestamp Port ID |
Ingress/Egress Port ID |
|
Port before splitting |
Ports after splitting |
||
XGE1/0/1 |
- |
0 |
1 |
XGE1/0/2 |
- |
1 |
2 |
XGE1/0/3 |
- |
2 |
3 |
XGE1/0/4 |
- |
3 |
4 |
XGE1/0/5 |
- |
4 |
5 |
XGE1/0/6 |
- |
5 |
6 |
XGE1/0/7 |
- |
6 |
7 |
XGE1/0/8 |
- |
7 |
8 |
XGE1/0/9 |
- |
8 |
9 |
XGE1/0/10 |
- |
9 |
10 |
XGE1/0/11 |
- |
10 |
11 |
XGE1/0/12 |
- |
11 |
12 |
XGE1/0/13 |
- |
12 |
13 |
XGE1/0/14 |
- |
13 |
14 |
XGE1/0/15 |
- |
14 |
15 |
XGE1/0/16 |
- |
15 |
16 |
XGE1/0/17 |
- |
16 |
17 |
XGE1/0/18 |
- |
17 |
18 |
XGE1/0/19 |
- |
18 |
19 |
XGE1/0/20 |
- |
19 |
20 |
XGE1/0/21 |
- |
20 |
21 |
XGE1/0/22 |
- |
21 |
22 |
XGE1/0/23 |
- |
22 |
23 |
XGE1/0/24 |
- |
23 |
24 |
HGE1/0/25 |
- |
24 |
25 |
HGE1/0/26 |
- |
25 |
26 |
HGE1/0/27 |
WGE1/0/27:1 |
26 |
27 |
- |
WGE1/0/27:2 |
27 |
28 |
- |
WGE1/0/27:3 |
28 |
29 |
- |
WGE1/0/27:4 |
29 |
30 |
HGE1/0/28 |
WGE1/0/28:1 |
30 |
33 |
- |
WGE1/0/28:2 |
31 |
34 |
- |
WGE1/0/28:3 |
32 |
35 |
- |
WGE1/0/28:4 |
33 |
36 |
HGE1/0/29 |
- |
34 |
37 |
HGE1/0/30 |
- |
35 |
38 |
XGE1/0/31 |
- |
36 |
39 |
XGE1/0/32 |
- |
37 |
40 |
XGE1/0/33 |
- |
38 |
41 |
XGE1/0/34 |
- |
39 |
42 |
XGE1/0/35 |
- |
40 |
43 |
XGE1/0/36 |
- |
41 |
44 |
XGE1/0/37 |
- |
42 |
45 |
XGE1/0/38 |
- |
43 |
46 |
XGE1/0/39 |
- |
44 |
47 |
XGE1/0/40 |
- |
45 |
48 |
XGE1/0/41 |
- |
46 |
49 |
XGE1/0/42 |
- |
47 |
50 |
XGE1/0/43 |
- |
48 |
51 |
XGE1/0/44 |
- |
49 |
52 |
XGE1/0/45 |
- |
50 |
53 |
XGE1/0/46 |
- |
51 |
54 |
XGE1/0/47 |
- |
52 |
55 |
XGE1/0/48 |
- |
53 |
56 |
XGE1/0/49 |
- |
54 |
57 |
XGE1/0/50 |
- |
55 |
58 |
XGE1/0/51 |
- |
56 |
59 |
XGE1/0/52 |
- |
57 |
60 |
XGE1/0/53 |
- |
58 |
61 |
XGE1/0/54 |
- |
59 |
62 |
Table 2 Port-Ingress/Egress Port ID mappings for the S6825-54HF switch
Ports on the front panel |
Timestamp Port ID |
Ingress/Egress Port ID |
|
Port before splitting |
Ports after splitting |
||
WGE1/0/1 |
- |
0 |
1 |
WGE1/0/2 |
- |
1 |
2 |
WGE1/0/3 |
- |
2 |
3 |
WGE1/0/4 |
- |
3 |
4 |
WGE1/0/5 |
- |
4 |
5 |
WGE1/0/6 |
- |
5 |
6 |
WGE1/0/7 |
- |
6 |
7 |
WGE1/0/8 |
- |
7 |
8 |
WGE1/0/9 |
- |
8 |
9 |
WGE1/0/10 |
- |
9 |
10 |
WGE1/0/11 |
- |
10 |
11 |
WGE1/0/12 |
- |
11 |
12 |
WGE1/0/13 |
- |
12 |
13 |
WGE1/0/14 |
- |
13 |
14 |
WGE1/0/15 |
- |
14 |
15 |
WGE1/0/16 |
- |
15 |
16 |
WGE1/0/17 |
- |
16 |
17 |
WGE1/0/18 |
- |
17 |
18 |
WGE1/0/19 |
- |
18 |
19 |
WGE1/0/20 |
- |
19 |
20 |
WGE1/0/21 |
- |
20 |
21 |
WGE1/0/22 |
- |
21 |
22 |
WGE1/0/23 |
- |
22 |
23 |
WGE1/0/24 |
- |
23 |
24 |
HGE1/0/25 |
- |
24 |
25 |
HGE1/0/26 |
- |
25 |
26 |
HGE1/0/27 |
WGE1/0/27:1 |
26 |
27 |
- |
WGE1/0/27:2 |
27 |
28 |
- |
WGE1/0/27:3 |
28 |
29 |
- |
WGE1/0/27:4 |
29 |
30 |
HGE1/0/28 |
WGE1/0/28:1 |
30 |
33 |
- |
WGE1/0/28:2 |
31 |
34 |
- |
WGE1/0/28:3 |
32 |
35 |
- |
WGE1/0/28:4 |
33 |
36 |
HGE1/0/29 |
- |
34 |
37 |
HGE1/0/30 |
- |
35 |
38 |
WGE1/0/31 |
- |
36 |
39 |
WGE1/0/32 |
- |
37 |
40 |
WGE1/0/33 |
- |
38 |
41 |
WGE1/0/34 |
- |
39 |
42 |
WGE1/0/35 |
- |
40 |
43 |
WGE1/0/36 |
- |
41 |
44 |
WGE1/0/37 |
- |
42 |
45 |
WGE1/0/38 |
- |
43 |
46 |
WGE1/0/39 |
- |
44 |
47 |
WGE1/0/40 |
- |
45 |
48 |
WGE1/0/41 |
- |
46 |
49 |
WGE1/0/42 |
- |
47 |
50 |
WGE1/0/43 |
- |
48 |
51 |
WGE1/0/44 |
- |
49 |
52 |
WGE1/0/45 |
- |
50 |
53 |
WGE1/0/46 |
- |
51 |
54 |
WGE1/0/47 |
- |
52 |
55 |
WGE1/0/48 |
- |
53 |
56 |
WGE1/0/49 |
- |
54 |
57 |
WGE1/0/50 |
- |
55 |
58 |
WGE1/0/51 |
- |
56 |
59 |
WGE1/0/52 |
- |
57 |
60 |
WGE1/0/53 |
- |
58 |
61 |
WGE1/0/54 |
- |
59 |
62 |
Table 3 Port-Ingress/Egress Port ID mappings for the S6850-56HF switch
Ports on the front panel |
Timestamp Port ID |
Ingress/Egress Port ID |
|
Port before splitting |
Ports after splitting |
||
WGE1/0/1 |
- |
0 |
23 |
WGE1/0/2 |
- |
1 |
24 |
WGE1/0/3 |
- |
2 |
21 |
WGE1/0/4 |
- |
3 |
22 |
WGE1/0/5 |
- |
4 |
31 |
WGE1/0/6 |
- |
5 |
32 |
WGE1/0/7 |
- |
6 |
29 |
WGE1/0/8 |
- |
7 |
30 |
WGE1/0/9 |
- |
8 |
35 |
WGE1/0/10 |
- |
9 |
36 |
WGE1/0/11 |
- |
10 |
33 |
WGE1/0/12 |
- |
11 |
34 |
WGE1/0/13 |
- |
12 |
43 |
WGE1/0/14 |
- |
13 |
44 |
WGE1/0/15 |
- |
14 |
41 |
WGE1/0/16 |
- |
15 |
42 |
WGE1/0/17 |
- |
16 |
51 |
WGE1/0/18 |
- |
17 |
52 |
WGE1/0/19 |
- |
18 |
49 |
WGE1/0/20 |
- |
19 |
50 |
WGE1/0/21 |
- |
20 |
59 |
WGE1/0/22 |
- |
21 |
60 |
WGE1/0/23 |
- |
22 |
57 |
WGE1/0/24 |
- |
23 |
58 |
HGE1/0/25 |
WGE1/0/25:1 |
24 |
1 |
- |
WGE1/0/25:2 |
25 |
2 |
- |
WGE1/0/25:3 |
26 |
3 |
- |
WGE1/0/25:4 |
27 |
4 |
HGE1/0/26 |
WGE1/0/26:1 |
28 |
5 |
- |
WGE1/0/26:2 |
29 |
6 |
- |
WGE1/0/26:3 |
30 |
7 |
- |
WGE1/0/26:4 |
31 |
8 |
HGE1/0/27 |
WGE1/0/27:1 |
32 |
13 |
- |
WGE1/0/27:2 |
33 |
14 |
- |
WGE1/0/27:3 |
34 |
15 |
- |
WGE1/0/27:4 |
35 |
16 |
HGE1/0/28 |
WGE1/0/28:1 |
36 |
61 |
- |
WGE1/0/28:2 |
37 |
62 |
- |
WGE1/0/28:3 |
38 |
63 |
- |
WGE1/0/28:4 |
39 |
64 |
HGE1/0/29 |
WGE1/0/29:1 |
40 |
115 |
- |
WGE1/0/29:2 |
41 |
116 |
- |
WGE1/0/29:3 |
42 |
117 |
- |
WGE1/0/29:4 |
43 |
118 |
HGE1/0/30 |
WGE1/0/30:1 |
44 |
67 |
- |
WGE1/0/30:2 |
45 |
68 |
- |
WGE1/0/30:3 |
46 |
69 |
- |
WGE1/0/30:4 |
47 |
70 |
HGE1/0/31 |
- |
48 |
127 |
HGE1/0/32 |
WGE1/0/32:1 |
52 |
123 |
- |
WGE1/0/32:2 |
53 |
124 |
- |
WGE1/0/32:3 |
54 |
125 |
- |
WGE1/0/32:4 |
55 |
126 |
WGE1/0/33 |
- |
56 |
73 |
WGE1/0/34 |
- |
57 |
74 |
WGE1/0/35 |
- |
58 |
71 |
WGE1/0/36 |
- |
59 |
72 |
WGE1/0/37 |
- |
60 |
81 |
WGE1/0/38 |
- |
61 |
82 |
WGE1/0/39 |
- |
62 |
79 |
WGE1/0/40 |
- |
63 |
80 |
WGE1/0/41 |
- |
64 |
89 |
WGE1/0/42 |
- |
65 |
90 |
WGE1/0/43 |
- |
66 |
87 |
WGE1/0/44 |
- |
67 |
88 |
WGE1/0/45 |
- |
68 |
97 |
WGE1/0/46 |
- |
69 |
98 |
WGE1/0/47 |
- |
70 |
95 |
WGE1/0/48 |
- |
71 |
96 |
WGE1/0/49 |
- |
72 |
101 |
WGE1/0/50 |
- |
73 |
102 |
WGE1/0/51 |
- |
74 |
99 |
WGE1/0/52 |
- |
75 |
100 |
WGE1/0/53 |
- |
76 |
109 |
WGE1/0/54 |
- |
77 |
110 |
WGE1/0/55 |
- |
78 |
107 |
WGE1/0/56 |
- |
79 |
108 |
GE1/0/57 |
- |
80 |
66 |
GE1/0/58 |
- |
81 |
130 |
Table 4 Port-Ingress/Egress Port ID mappings for the S6850-2C switch
Ports on the front panel |
Port ID |
||
Port before splitting |
Ports after splitting |
LSWM116Q expansion card |
|
tw1/1/1 |
TW1/1/1:1 |
F1/1/1 |
0 |
tw1/1/2 |
TW1/1/1:2 |
- |
1 |
tw1/1/3 |
TW1/1/1:3 |
F1/1/2 |
2 |
tw1/1/4 |
TW1/1/1:4 |
- |
3 |
tw1/1/5 |
TW1/1/2:1 |
F1/1/3 |
4 |
tw1/1/6 |
TW1/1/2:2 |
- |
5 |
tw1/1/7 |
TW1/1/2:3 |
F1/1/4 |
6 |
tw1/1/8 |
TW1/1/2:4 |
- |
7 |
tw1/1/9 |
TW1/1/3:1 |
F1/1/5 |
8 |
tw1/1/10 |
TW1/1/3:2 |
- |
9 |
tw1/1/11 |
TW1/1/3:3 |
F1/1/6 |
10 |
tw1/1/12 |
TW1/1/3:4 |
- |
11 |
tw1/1/13 |
TW1/1/4:1 |
F1/1/7 |
12 |
tw1/1/14 |
TW1/1/4:2 |
- |
13 |
tw1/1/15 |
TW1/1/4:3 |
F1/1/8 |
14 |
tw1/1/16 |
TW1/1/4:4 |
- |
15 |
tw1/1/17 |
TW1/1/5:1 |
F1/1/9 |
16 |
tw1/1/18 |
TW1/1/5:2 |
- |
17 |
tw1/1/19 |
TW1/1/5:3 |
F1/1/10 |
18 |
tw1/1/20 |
TW1/1/5:4 |
- |
19 |
tw1/1/21 |
TW1/1/6:1 |
F1/1/11 |
20 |
tw1/1/22 |
TW1/1/6:2 |
- |
21 |
tw1/1/23 |
TW1/1/6:3 |
F1/1/12 |
22 |
tw1/1/24 |
TW1/1/6:4 |
- |
23 |
H1/1/25 |
TW1/1/7:1(TW1/1/25:1) |
F1/1/13 |
24 |
- |
TW1/1/7:2(TW1/1/25:2) |
- |
25 |
- |
TW1/1/7:3(TW1/1/25:3) |
F1/1/14 |
26 |
- |
TW1/1/7:4(TW1/1/25:4) |
- |
27 |
H1/1/26 |
TW1/1/8:1(TW1/1/26:1) |
F1/1/15 |
28 |
- |
TW1/1/8:2(TW1/1/26:2) |
- |
29 |
- |
TW1/1/8:3(TW1/1/26:3) |
F1/1/16 |
30 |
- |
TW1/1/8:4(TW1/1/26:4) |
- |
31 |
tw1/2/1 |
TW1/2/1:1 |
F1/2/1 |
32 |
tw1/2/2 |
TW1/2/1:2 |
- |
33 |
tw1/2/3 |
TW1/2/1:3 |
F1/2/2 |
34 |
tw1/2/4 |
TW1/2/1:4 |
- |
35 |
tw1/2/5 |
TW1/2/2:1 |
F1/2/3 |
36 |
tw1/2/6 |
TW1/2/2:2 |
- |
37 |
tw1/2/7 |
TW1/2/2:3 |
F1/2/4 |
38 |
tw1/2/8 |
TW1/2/2:4 |
- |
39 |
tw1/2/9 |
TW1/2/3:1 |
F1/2/5 |
40 |
tw1/2/10 |
TW1/2/3:2 |
- |
41 |
tw1/2/11 |
TW1/2/3:3 |
F1/2/6 |
42 |
tw1/2/12 |
TW1/2/3:4 |
- |
43 |
tw1/2/13 |
TW1/2/4:1 |
F1/2/7 |
44 |
tw1/2/14 |
TW1/2/4:2 |
- |
45 |
tw1/2/15 |
TW1/2/4:3 |
F1/2/8 |
46 |
tw1/2/16 |
TW1/2/4:4 |
- |
47 |
tw1/2/17 |
TW1/2/5:1 |
F1/2/9 |
48 |
tw1/2/18 |
TW1/2/5:2 |
- |
49 |
tw1/2/19 |
TW1/2/5:3 |
F1/2/10 |
50 |
tw1/2/20 |
TW1/2/5:4 |
- |
51 |
tw1/2/21 |
TW1/2/6:1 |
F1/2/11 |
52 |
tw1/2/22 |
TW1/2/6:2 |
- |
53 |
tw1/2/23 |
TW1/2/6:3 |
F1/2/12 |
54 |
tw1/2/24 |
TW1/2/6:4 |
- |
55 |
H1/2/25 |
TW1/2/7:1(TW1/2/25:1) |
F1/2/13 |
56 |
- |
TW1/2/7:2(TW1/2/25:2) |
- |
57 |
- |
TW1/2/7:3(TW1/2/25:3) |
F1/2/14 |
58 |
- |
TW1/2/7:4(TW1/2/25:4) |
- |
59 |
H1/2/26 |
TW1/2/8:1(TW1/2/26:1) |
F1/2/15 |
60 |
- |
TW1/2/8:2(TW1/2/26:2) |
- |
61 |
- |
TW1/2/8:3(TW1/2/26:3) |
F1/2/16 |
62 |
- |
TW1/2/8:4(TW1/2/26:4) |
- |
63 |
HGE1/0/1 |
TW1/0/1:1 |
- |
64 |
- |
TW1/0/1:2 |
- |
65 |
- |
TW1/0/1:3 |
- |
66 |
- |
TW1/0/1:4 |
- |
67 |
HGE1/0/2 |
TW1/0/2:1 |
- |
68 |
- |
TW1/0/2:2 |
- |
69 |
- |
TW1/0/2:3 |
- |
70 |
- |
TW1/0/2:4 |
- |
71 |
Table 5 Port-Ingress/Egress Port ID mappings for the S9850-4C switch
Ports on the front panel |
Port ID |
||||
LSWM124TG2H interface card |
LSWM18Cq or LSWM18CQMSEC interface card |
LSWM116Q expansion card |
|||
Port before splitting |
Ports after splitting |
Port before splitting |
Ports after splitting |
||
tw1/1/1 |
- |
HGE1/1/1 |
TW1/1/1:1 |
F1/1/1 |
0 |
tw1/1/2 |
- |
- |
TW1/1/1:2 |
- |
1 |
tw1/1/3 |
- |
- |
TW1/1/1:3 |
F1/1/2 |
2 |
tw1/1/4 |
- |
- |
TW1/1/1:4 |
- |
3 |
tw1/1/5 |
- |
HGE1/1/2 |
TW1/1/2:1 |
F1/1/3 |
4 |
tw1/1/6 |
- |
- |
TW1/1/2:2 |
- |
5 |
tw1/1/7 |
- |
- |
TW1/1/2:3 |
F1/1/4 |
6 |
tw1/1/8 |
- |
- |
TW1/1/2:4 |
- |
7 |
tw1/1/9 |
- |
HGE1/1/3 |
TW1/1/3:1 |
F1/1/5 |
8 |
tw1/1/10 |
- |
- |
TW1/1/3:2 |
- |
9 |
tw1/1/11 |
- |
- |
TW1/1/3:3 |
F1/1/6 |
10 |
tw1/1/12 |
- |
- |
TW1/1/3:4 |
- |
11 |
tw1/1/13 |
- |
HGE1/1/4 |
TW1/1/4:1 |
F1/1/7 |
12 |
tw1/1/14 |
- |
- |
TW1/1/4:2 |
- |
13 |
tw1/1/15 |
- |
- |
TW1/1/4:3 |
F1/1/8 |
14 |
tw1/1/16 |
- |
- |
TW1/1/4:4 |
- |
15 |
tw1/1/17 |
- |
HGE1/1/5 |
TW1/1/5:1 |
F1/1/9 |
16 |
tw1/1/18 |
- |
- |
TW1/1/5:2 |
- |
17 |
tw1/1/19 |
- |
- |
TW1/1/5:3 |
F1/1/10 |
18 |
tw1/1/20 |
- |
- |
TW1/1/5:4 |
- |
19 |
tw1/1/21 |
- |
HGE1/1/6 |
TW1/1/6:1 |
F1/1/11 |
20 |
tw1/1/22 |
- |
- |
TW1/1/6:2 |
- |
21 |
tw1/1/23 |
- |
- |
TW1/1/6:3 |
F1/1/12 |
22 |
tw1/1/24 |
- |
- |
TW1/1/6:4 |
- |
23 |
H1/1/25 |
TW1/1/25:1 |
HGE1/1/7 |
TW1/1/7:1 |
F1/1/13 |
24 |
- |
TW1/1/25:2 |
- |
TW1/1/7:2 |
- |
25 |
- |
TW1/1/25:3 |
- |
TW1/1/7:3 |
F1/1/14 |
26 |
- |
TW1/1/25:4 |
- |
TW1/1/7:4 |
- |
27 |
H1/1/26 |
TW1/1/26:1 |
HGE1/1/8 |
TW1/1/8:1 |
F1/1/15 |
28 |
- |
TW1/1/26:2 |
- |
TW1/1/8:2 |
- |
29 |
- |
TW1/1/26:3 |
- |
TW1/1/8:3 |
F1/1/16 |
30 |
- |
TW1/1/26:4 |
- |
TW1/1/8:4 |
- |
31 |
tw1/2/1 |
- |
HGE1/2/1 |
TW1/2/1:1 |
F1/2/1 |
32 |
tw1/2/2 |
- |
- |
TW1/2/1:2 |
- |
33 |
tw1/2/3 |
- |
- |
TW1/2/1:3 |
F1/2/2 |
34 |
tw1/2/4 |
- |
- |
TW1/2/1:4 |
- |
35 |
tw1/2/5 |
- |
HGE1/2/2 |
TW1/2/2:1 |
F1/2/3 |
36 |
tw1/2/6 |
- |
- |
TW1/2/2:2 |
- |
37 |
tw1/2/7 |
- |
- |
TW1/2/2:3 |
F1/2/4 |
38 |
tw1/2/8 |
- |
- |
TW1/2/2:4 |
- |
39 |
tw1/2/9 |
- |
HGE1/2/3 |
TW1/2/3:1 |
F1/2/5 |
40 |
tw1/2/10 |
- |
- |
TW1/2/3:2 |
- |
41 |
tw1/2/11 |
- |
- |
TW1/2/3:3 |
F1/2/6 |
42 |
tw1/2/12 |
- |
- |
TW1/2/3:4 |
- |
43 |
tw1/2/13 |
- |
HGE1/2/4 |
TW1/2/4:1 |
F1/2/7 |
44 |
tw1/2/14 |
- |
- |
TW1/2/4:2 |
- |
45 |
tw1/2/15 |
- |
- |
TW1/2/4:3 |
F1/2/8 |
46 |
tw1/2/16 |
- |
- |
TW1/2/4:4 |
- |
47 |
tw1/2/17 |
- |
HGE1/2/5 |
TW1/2/5:1 |
F1/2/9 |
48 |
tw1/2/18 |
- |
- |
TW1/2/5:2 |
- |
49 |
tw1/2/19 |
- |
- |
TW1/2/5:3 |
F1/2/10 |
50 |
tw1/2/20 |
- |
- |
TW1/2/5:4 |
- |
51 |
tw1/2/21 |
- |
HGE1/2/6 |
TW1/2/6:1 |
F1/2/11 |
52 |
tw1/2/22 |
- |
- |
TW1/2/6:2 |
- |
53 |
tw1/2/23 |
- |
- |
TW1/2/6:3 |
F1/2/12 |
54 |
tw1/2/24 |
- |
- |
TW1/2/6:4 |
- |
55 |
H1/2/25 |
- |
HGE1/2/7 |
- |
F1/2/13 |
56 |
H1/2/26 |
TW1/2/26:1 |
HGE1/2/8 |
TW1/2/8:1 |
F1/2/14 |
57 |
- |
TW1/2/26:2 |
- |
TW1/2/8:2 |
F1/2/15 |
58 |
- |
TW1/2/26:3 |
- |
TW1/2/8:3 |
F1/2/16 |
59 |
- |
TW1/2/26:4 |
- |
TW1/2/8:4 |
- |
60 |
tw1/3/1 |
- |
HGE1/3/1 |
TW1/3/1:1 |
F1/3/1 |
61 |
tw1/3/2 |
- |
- |
TW1/3/1:2 |
- |
62 |
tw1/3/3 |
- |
- |
TW1/3/1:3 |
F1/3/2 |
63 |
tw1/3/4 |
- |
- |
TW1/3/1:4 |
- |
64 |
tw1/3/5 |
- |
HGE1/3/2 |
TW1/3/2:1 |
F1/3/3 |
65 |
tw1/3/6 |
- |
- |
TW1/3/2:2 |
- |
66 |
tw1/3/7 |
- |
- |
TW1/3/2:3 |
F1/3/4 |
67 |
tw1/3/8 |
- |
- |
TW1/3/2:4 |
- |
68 |
tw1/3/9 |
- |
HGE1/3/3 |
TW1/3/3:1 |
F1/3/5 |
69 |
tw1/3/10 |
- |
- |
TW1/3/3:2 |
- |
70 |
tw1/3/11 |
- |
- |
TW1/3/3:3 |
F1/3/6 |
71 |
tw1/3/12 |
- |
- |
TW1/3/3:4 |
- |
72 |
tw1/3/13 |
- |
HGE1/3/4 |
TW1/3/4:1 |
F1/3/7 |
73 |
tw1/3/14 |
- |
- |
TW1/3/4:2 |
- |
74 |
tw1/3/15 |
- |
- |
TW1/3/4:3 |
F1/3/8 |
75 |
tw1/3/16 |
- |
- |
TW1/3/4:4 |
- |
76 |
tw1/3/17 |
- |
HGE1/3/5 |
TW1/3/5:1 |
F1/3/9 |
77 |
tw1/3/18 |
- |
- |
TW1/3/5:2 |
- |
78 |
tw1/3/19 |
- |
- |
TW1/3/5:3 |
F1/3/10 |
79 |
tw1/3/20 |
- |
- |
TW1/3/5:4 |
- |
80 |
tw1/3/21 |
- |
HGE1/3/6 |
TW1/3/6:1 |
F1/3/11 |
81 |
tw1/3/22 |
- |
- |
TW1/3/6:2 |
- |
82 |
tw1/3/23 |
- |
- |
TW1/3/6:3 |
F1/3/12 |
83 |
tw1/3/24 |
- |
- |
TW1/3/6:4 |
- |
84 |
H1/3/25 |
TW1/3/25:1 |
HGE1/3/7 |
TW1/3/7:1 |
F1/3/13 |
85 |
- |
TW1/3/25:2 |
- |
TW1/3/7:2 |
- |
86 |
- |
TW1/3/25:3 |
- |
TW1/3/7:3 |
F1/3/14 |
87 |
- |
TW1/3/25:4 |
- |
TW1/3/7:4 |
- |
88 |
H1/3/26 |
TW1/3/26:1 |
HGE1/3/8 |
TW1/3/8:1 |
F1/3/15 |
89 |
- |
TW1/3/26:2 |
- |
TW1/3/8:2 |
- |
90 |
- |
TW1/3/26:3 |
- |
TW1/3/8:3 |
F1/3/16 |
91 |
- |
TW1/3/26:4 |
- |
TW1/3/8:4 |
- |
92 |
tw1/4/1 |
- |
HGE1/4/1 |
TW1/4/1:1 |
F1/4/1 |
93 |
tw1/4/2 |
- |
- |
TW1/4/1:2 |
- |
94 |
tw1/4/3 |
- |
- |
TW1/4/1:3 |
F1/4/2 |
95 |
tw1/4/4 |
- |
- |
TW1/4/1:4 |
- |
96 |
tw1/4/5 |
- |
HGE1/4/2 |
TW1/4/2:1 |
F1/4/3 |
97 |
tw1/4/6 |
- |
- |
TW1/4/2:2 |
- |
98 |
tw1/4/7 |
- |
- |
TW1/4/2:3 |
F1/4/4 |
99 |
tw1/4/8 |
- |
- |
TW1/4/2:4 |
- |
100 |
tw1/4/9 |
- |
HGE1/4/3 |
TW1/4/3:1 |
F1/4/5 |
101 |
tw1/4/10 |
- |
- |
TW1/4/3:2 |
- |
102 |
tw1/4/11 |
- |
- |
TW1/4/3:3 |
F1/4/6 |
103 |
tw1/4/12 |
- |
- |
TW1/4/3:4 |
- |
104 |
tw1/4/13 |
- |
HGE1/4/4 |
TW1/4/4:1 |
F1/4/7 |
105 |
tw1/4/14 |
- |
- |
TW1/4/4:2 |
- |
106 |
tw1/4/15 |
- |
- |
TW1/4/4:3 |
F1/4/8 |
107 |
tw1/4/16 |
- |
- |
TW1/4/4:4 |
- |
108 |
tw1/4/17 |
- |
HGE1/4/5 |
TW1/4/5:1 |
F1/4/9 |
109 |
tw1/4/18 |
- |
- |
TW1/4/5:2 |
- |
110 |
tw1/4/19 |
- |
- |
TW1/4/5:3 |
F1/4/10 |
111 |
tw1/4/20 |
- |
- |
TW1/4/5:4 |
- |
112 |
tw1/4/21 |
- |
HGE1/4/6 |
TW1/4/6:1 |
F1/4/11 |
113 |
tw1/4/22 |
- |
- |
TW1/4/6:2 |
- |
114 |
tw1/4/23 |
- |
- |
TW1/4/6:3 |
F1/4/12 |
115 |
tw1/4/24 |
- |
- |
TW1/4/6:4 |
- |
116 |
H1/4/25 |
TW1/4/25:1 |
HGE1/4/7 |
TW1/4/7:1 |
F1/4/13 |
117 |
- |
TW1/4/25:2 |
- |
TW1/4/7:2 |
- |
118 |
- |
TW1/4/25:3 |
- |
TW1/4/7:3 |
F1/4/14 |
119 |
- |
TW1/4/25:4 |
- |
TW1/4/7:4 |
- |
120 |
H1/4/26 |
TW1/4/26:1 |
HGE1/4/8 |
TW1/4/8:1 |
F1/4/15 |
121 |
- |
TW1/4/26:2 |
- |
TW1/4/8:2 |
- |
122 |
- |
TW1/4/26:3 |
- |
TW1/4/8:3 |
F1/4/16 |
123 |
- |
TW1/4/26:4 |
- |
TW1/4/8:4 |
- |
124 |
GE1/0/1 |
- |
- |
- |
- |
125 |
GE1/0/2 |
- |
- |
- |
- |
126 |
Table 6 Port-Ingress/Egress Port ID mappings for the S9850-32H switch
Ports on the front panel |
Timestamp Port ID |
Ingress/Egress Port ID |
|
Port before splitting |
Ports after splitting |
||
HGE1/0/1 |
WGE1/0/1:1 |
0 |
1 |
- |
WGE1/0/1:2 |
1 |
2 |
- |
WGE1/0/1:3 |
2 |
3 |
- |
WGE1/0/1:4 |
3 |
4 |
HGE1/0/2 |
WGE1/0/2:1 |
4 |
5 |
- |
WGE1/0/2:2 |
5 |
6 |
- |
WGE1/0/2:3 |
6 |
7 |
- |
WGE1/0/2:4 |
7 |
8 |
HGE1/0/3 |
WGE1/0/3:1 |
8 |
9 |
- |
WGE1/0/3:2 |
9 |
10 |
- |
WGE1/0/3:3 |
10 |
11 |
- |
WGE1/0/3:4 |
11 |
12 |
HGE1/0/4 |
WGE1/0/4:1 |
12 |
13 |
- |
WGE1/0/4:2 |
13 |
14 |
- |
WGE1/0/4:3 |
14 |
15 |
- |
WGE1/0/4:4 |
15 |
16 |
HGE1/0/5 |
WGE1/0/5:1 |
16 |
17 |
- |
WGE1/0/5:2 |
17 |
18 |
- |
WGE1/0/5:3 |
18 |
19 |
- |
WGE1/0/5:4 |
19 |
20 |
HGE1/0/6 |
WGE1/0/6:1 |
20 |
21 |
- |
WGE1/0/6:2 |
21 |
22 |
- |
WGE1/0/6:3 |
22 |
23 |
- |
WGE1/0/6:4 |
23 |
24 |
HGE1/0/7 |
WGE1/0/7:1 |
24 |
25 |
- |
WGE1/0/7:2 |
25 |
26 |
- |
WGE1/0/7:3 |
26 |
27 |
- |
WGE1/0/7:4 |
27 |
28 |
HGE1/0/8 |
WGE1/0/8:1 |
28 |
29 |
- |
WGE1/0/8:2 |
29 |
30 |
- |
WGE1/0/8:3 |
30 |
31 |
- |
WGE1/0/8:4 |
31 |
32 |
HGE1/0/9 |
WGE1/0/9:1 |
32 |
33 |
- |
WGE1/0/9:2 |
33 |
34 |
- |
WGE1/0/9:3 |
34 |
35 |
- |
WGE1/0/9:4 |
35 |
36 |
HGE1/0/10 |
WGE1/0/10:1 |
36 |
37 |
- |
WGE1/0/10:2 |
37 |
38 |
- |
WGE1/0/10:3 |
38 |
39 |
- |
WGE1/0/10:4 |
39 |
40 |
HGE1/0/11 |
WGE1/0/11:1 |
40 |
41 |
- |
WGE1/0/11:2 |
41 |
42 |
- |
WGE1/0/11:3 |
42 |
43 |
- |
WGE1/0/11:4 |
43 |
44 |
HGE1/0/12 |
WGE1/0/12:1 |
44 |
45 |
- |
WGE1/0/12:2 |
45 |
46 |
- |
WGE1/0/12:3 |
46 |
47 |
- |
WGE1/0/12:4 |
47 |
48 |
HGE1/0/13 |
WGE1/0/13:1 |
48 |
49 |
- |
WGE1/0/13:2 |
49 |
50 |
- |
WGE1/0/13:3 |
50 |
51 |
- |
WGE1/0/13:4 |
51 |
52 |
HGE1/0/14 |
WGE1/0/14:1 |
52 |
53 |
- |
WGE1/0/14:2 |
53 |
54 |
- |
WGE1/0/14:3 |
54 |
55 |
- |
WGE1/0/14:4 |
55 |
56 |
HGE1/0/15 |
WGE1/0/15:1 |
56 |
57 |
- |
WGE1/0/15:2 |
57 |
58 |
- |
WGE1/0/15:3 |
58 |
59 |
- |
WGE1/0/15:4 |
59 |
60 |
HGE1/0/16 |
WGE1/0/16:1 |
60 |
61 |
- |
WGE1/0/16:2 |
61 |
62 |
- |
WGE1/0/16:3 |
62 |
63 |
- |
WGE1/0/16:4 |
63 |
64 |
HGE1/0/17 |
WGE1/0/17:1 |
64 |
71 |
- |
WGE1/0/17:2 |
65 |
72 |
- |
WGE1/0/17:3 |
66 |
73 |
- |
WGE1/0/17:4 |
67 |
74 |
HGE1/0/18 |
WGE1/0/18:1 |
68 |
67 |
- |
WGE1/0/18:2 |
69 |
68 |
- |
WGE1/0/18:3 |
70 |
69 |
- |
WGE1/0/18:4 |
71 |
70 |
HGE1/0/19 |
WGE1/0/19:1 |
72 |
79 |
- |
WGE1/0/19:2 |
73 |
80 |
- |
WGE1/0/19:3 |
74 |
81 |
- |
WGE1/0/19:4 |
75 |
82 |
HGE1/0/20 |
WGE1/0/20:1 |
76 |
75 |
- |
WGE1/0/20:2 |
77 |
76 |
- |
WGE1/0/20:3 |
78 |
77 |
- |
WGE1/0/20:4 |
79 |
78 |
HGE1/0/21 |
WGE1/0/21:1 |
80 |
87 |
- |
WGE1/0/21:2 |
81 |
88 |
- |
WGE1/0/21:3 |
82 |
89 |
- |
WGE1/0/21:4 |
83 |
90 |
HGE1/0/22 |
WGE1/0/22:1 |
84 |
83 |
- |
WGE1/0/22:2 |
85 |
84 |
- |
WGE1/0/22:3 |
86 |
85 |
- |
WGE1/0/22:4 |
87 |
86 |
HGE1/0/23 |
WGE1/0/23:1 |
88 |
91 |
- |
WGE1/0/23:2 |
89 |
92 |
- |
WGE1/0/23:3 |
90 |
93 |
- |
WGE1/0/23:4 |
91 |
94 |
HGE1/0/24 |
WGE1/0/24:1 |
92 |
95 |
- |
WGE1/0/24:2 |
93 |
96 |
- |
WGE1/0/24:3 |
94 |
97 |
- |
WGE1/0/24:4 |
95 |
98 |
HGE1/0/25 |
WGE1/0/25:1 |
96 |
103 |
- |
WGE1/0/25:2 |
97 |
104 |
- |
WGE1/0/25:3 |
98 |
105 |
- |
WGE1/0/25:4 |
99 |
106 |
HGE1/0/26 |
WGE1/0/26:1 |
100 |
99 |
- |
WGE1/0/26:2 |
101 |
100 |
- |
WGE1/0/26:3 |
102 |
101 |
- |
WGE1/0/26:4 |
103 |
102 |
HGE1/0/27 |
WGE1/0/27:1 |
104 |
107 |
- |
WGE1/0/27:2 |
105 |
108 |
- |
WGE1/0/27:3 |
106 |
109 |
- |
WGE1/0/27:4 |
107 |
110 |
HGE1/0/28 |
WGE1/0/28:1 |
108 |
111 |
- |
WGE1/0/28:2 |
109 |
112 |
- |
WGE1/0/28:3 |
110 |
113 |
- |
WGE1/0/28:4 |
111 |
114 |
HGE1/0/29 |
WGE1/0/29:1 |
112 |
119 |
- |
WGE1/0/29:2 |
113 |
120 |
- |
WGE1/0/29:3 |
114 |
121 |
- |
WGE1/0/29:4 |
115 |
122 |
HGE1/0/30 |
WGE1/0/30:1 |
116 |
115 |
- |
WGE1/0/30:2 |
117 |
116 |
- |
WGE1/0/30:3 |
118 |
117 |
- |
WGE1/0/30:4 |
119 |
118 |
HGE1/0/31 |
- |
120 |
127 |
HGE1/0/32 |
WGE1/0/32:1 |
121 |
123 |
- |
WGE1/0/32:2 |
122 |
124 |
- |
WGE1/0/32:3 |
123 |
125 |
- |
WGE1/0/32:4 |
124 |
126 |
GE1/0/33 |
- |
125 |
66 |
GE1/0/34 |
- |
126 |
130 |
Table 7 Port-Ingress/Egress Port ID mappings for the S9820-64H switch
Ports on the front panel |
Timestamp Port ID |
Ingress/Egress Port ID |
|
Port before splitting |
Ports after splitting |
||
H1/0/1 |
TW1/0/1:1 |
0 |
34 |
- |
TW1/0/1:2 |
1 |
35 |
- |
TW1/0/1:3 |
2 |
36 |
H1/0/2 |
TW1/0/1:4 |
3 |
37 |
H1/0/3 |
TW1/0/3:1 |
4 |
38 |
- |
TW1/0/3:2 |
5 |
39 |
- |
TW1/0/3:3 |
6 |
40 |
H1/0/4 |
TW1/0/3:4 |
7 |
41 |
H1/0/5 |
TW1/0/5:1 |
8 |
42 |
- |
TW1/0/5:2 |
9 |
43 |
- |
TW1/0/5:3 |
10 |
44 |
H1/0/6 |
TW1/0/5:4 |
11 |
45 |
H1/0/7 |
TW1/0/7:1 |
12 |
46 |
- |
TW1/0/7:2 |
13 |
47 |
- |
TW1/0/7:3 |
14 |
48 |
H1/0/8 |
TW1/0/7:4 |
15 |
49 |
H1/0/9 |
TW1/0/9:1 |
16 |
50 |
- |
TW1/0/9:2 |
17 |
51 |
- |
TW1/0/9:3 |
18 |
52 |
H1/0/10 |
TW1/0/9:4 |
19 |
53 |
H1/0/11 |
TW1/0/11:1 |
20 |
54 |
- |
TW1/0/11:2 |
21 |
55 |
- |
TW1/0/11:3 |
22 |
56 |
H1/0/12 |
TW1/0/11:4 |
23 |
57 |
H1/0/13 |
TW1/0/13:1 |
24 |
58 |
- |
TW1/0/13:2 |
25 |
59 |
- |
TW1/0/13:3 |
26 |
60 |
H1/0/14 |
TW1/0/13:4 |
27 |
61 |
H1/0/15 |
TW1/0/15:1 |
28 |
62 |
- |
TW1/0/15:2 |
29 |
63 |
- |
TW1/0/15:3 |
30 |
64 |
H1/0/16 |
TW1/0/15:4 |
31 |
65 |
H1/0/17 |
TW1/0/17:1 |
32 |
68 |
- |
TW1/0/17:2 |
33 |
69 |
- |
TW1/0/17:3 |
34 |
70 |
H1/0/18 |
TW1/0/17:4 |
35 |
71 |
H1/0/19 |
TW1/0/19:1 |
36 |
72 |
- |
TW1/0/19:2 |
37 |
73 |
- |
TW1/0/19:3 |
38 |
74 |
H1/0/20 |
TW1/0/19:4 |
39 |
75 |
H1/0/21 |
TW1/0/21:1 |
40 |
76 |
- |
TW1/0/21:2 |
41 |
77 |
- |
TW1/0/21:3 |
42 |
78 |
H1/0/22 |
TW1/0/21:4 |
43 |
79 |
H1/0/23 |
TW1/0/23:1 |
44 |
80 |
- |
TW1/0/23:2 |
45 |
81 |
- |
TW1/0/23:3 |
46 |
82 |
H1/0/24 |
TW1/0/23:4 |
47 |
83 |
H1/0/25 |
TW1/0/25:1 |
48 |
84 |
- |
TW1/0/25:2 |
49 |
85 |
- |
TW1/0/25:3 |
50 |
86 |
H1/0/26 |
TW1/0/25:4 |
51 |
87 |
H1/0/27 |
TW1/0/27:1 |
52 |
88 |
- |
TW1/0/27:2 |
53 |
89 |
- |
TW1/0/27:3 |
54 |
90 |
H1/0/28 |
TW1/0/27:4 |
55 |
91 |
H1/0/29 |
TW1/0/29:1 |
56 |
92 |
- |
TW1/0/29:2 |
57 |
93 |
- |
TW1/0/29:3 |
58 |
94 |
H1/0/30 |
TW1/0/29:4 |
59 |
95 |
H1/0/31 |
TW1/0/31:1 |
60 |
96 |
- |
TW1/0/31:2 |
61 |
97 |
- |
TW1/0/31:3 |
62 |
98 |
H1/0/32 |
TW1/0/31:4 |
63 |
99 |
H1/0/33 |
TW1/0/33:1 |
64 |
1 |
- |
TW1/0/33:2 |
65 |
2 |
- |
TW1/0/33:3 |
66 |
3 |
H1/0/34 |
TW1/0/33:4 |
67 |
4 |
H1/0/35 |
TW1/0/35:1 |
68 |
5 |
- |
TW1/0/35:2 |
69 |
6 |
- |
TW1/0/35:3 |
70 |
7 |
H1/0/36 |
TW1/0/35:4 |
71 |
8 |
H1/0/37 |
TW1/0/37:1 |
72 |
9 |
- |
TW1/0/37:2 |
73 |
10 |
- |
TW1/0/37:3 |
74 |
11 |
H1/0/38 |
TW1/0/37:4 |
75 |
12 |
H1/0/39 |
TW1/0/39:1 |
76 |
13 |
- |
TW1/0/39:2 |
77 |
14 |
- |
TW1/0/39:3 |
78 |
15 |
H1/0/40 |
TW1/0/39:4 |
79 |
16 |
H1/0/41 |
TW1/0/41:1 |
80 |
17 |
- |
TW1/0/41:2 |
81 |
18 |
- |
TW1/0/41:3 |
82 |
19 |
H1/0/42 |
TW1/0/41:4 |
83 |
20 |
H1/0/43 |
TW1/0/43:1 |
84 |
21 |
- |
TW1/0/43:2 |
85 |
22 |
- |
TW1/0/43:3 |
86 |
23 |
H1/0/44 |
TW1/0/43:4 |
87 |
24 |
H1/0/45 |
TW1/0/45:1 |
88 |
25 |
- |
TW1/0/45:2 |
89 |
26 |
- |
TW1/0/45:3 |
90 |
27 |
H1/0/46 |
TW1/0/45:4 |
91 |
28 |
H1/0/47 |
TW1/0/47:1 |
92 |
29 |
- |
TW1/0/47:2 |
93 |
30 |
- |
TW1/0/47:3 |
94 |
31 |
H1/0/48 |
TW1/0/47:4 |
95 |
32 |
H1/0/49 |
TW1/0/49:1 |
96 |
102 |
- |
TW1/0/49:2 |
97 |
103 |
- |
TW1/0/49:3 |
98 |
104 |
H1/0/50 |
TW1/0/49:4 |
99 |
105 |
H1/0/51 |
TW1/0/51:1 |
100 |
106 |
- |
TW1/0/51:2 |
101 |
107 |
- |
TW1/0/51:3 |
102 |
108 |
H1/0/52 |
TW1/0/51:4 |
103 |
109 |
H1/0/53 |
TW1/0/53:1 |
104 |
110 |
- |
TW1/0/53:2 |
105 |
111 |
- |
TW1/0/53:3 |
106 |
112 |
H1/0/54 |
TW1/0/53:4 |
107 |
113 |
H1/0/55 |
TW1/0/55:1 |
108 |
114 |
- |
TW1/0/55:2 |
109 |
115 |
- |
TW1/0/55:3 |
110 |
116 |
H1/0/56 |
TW1/0/55:4 |
111 |
117 |
H1/0/57 |
TW1/0/57:1 |
112 |
118 |
- |
TW1/0/57:2 |
113 |
119 |
- |
TW1/0/57:3 |
114 |
120 |
H1/0/58 |
TW1/0/57:4 |
115 |
121 |
H1/0/59 |
TW1/0/59:1 |
116 |
122 |
- |
TW1/0/59:2 |
117 |
123 |
- |
TW1/0/59:3 |
118 |
124 |
H1/0/60 |
TW1/0/59:4 |
119 |
125 |
H1/0/61 |
TW1/0/61:1 |
120 |
126 |
- |
TW1/0/61:2 |
121 |
127 |
- |
TW1/0/61:3 |
122 |
128 |
H1/0/62 |
TW1/0/61:4 |
123 |
129 |
H1/0/63 |
TW1/0/63:1 |
124 |
130 |
- |
TW1/0/63:2 |
125 |
131 |
- |
TW1/0/63:3 |
126 |
132 |
H1/0/64 |
TW1/0/63:4 |
127 |
133 |
Table 8 Port-Ingress/Egress Port ID mappings for the S9820-8C switch
Ports on the front panel |
Port ID |
||
LSWM116H expansion card |
LSWM1M4CD expansion card |
||
Port before splitting |
Ports after splitting |
||
H1/1/1 |
400GE1/1/1 |
200GE1/1/1:1 |
0 |
H1/1/2 |
- |
200GE1/1/1:2 |
1 |
H1/1/3 |
- |
- |
2 |
H1/1/4 |
- |
- |
3 |
H1/1/5 |
400GE1/1/2 |
200GE1/1/2:1 |
4 |
H1/1/6 |
- |
200GE1/1/2:2 |
5 |
H1/1/7 |
- |
- |
6 |
H1/1/8 |
- |
- |
7 |
H1/1/9 |
400GE1/1/3 |
200GE1/1/3:1 |
8 |
H1/1/10 |
- |
200GE1/1/3:2 |
9 |
H1/1/11 |
- |
- |
10 |
H1/1/12 |
- |
- |
11 |
H1/1/13 |
400GE1/1/4 |
200GE1/1/4:1 |
12 |
H1/1/14 |
- |
200GE1/1/4:2 |
13 |
H1/1/15 |
- |
- |
14 |
H1/1/16 |
- |
- |
15 |
H1/2/1 |
400GE1/2/1 |
200GE1/2/1:1 |
16 |
H1/2/2 |
- |
200GE1/2/1:2 |
17 |
H1/2/3 |
- |
- |
18 |
H1/2/4 |
- |
- |
19 |
H1/2/5 |
400GE1/2/2 |
200GE1/2/2:1 |
20 |
H1/2/6 |
- |
200GE1/2/2:2 |
21 |
H1/2/7 |
- |
- |
22 |
H1/2/8 |
- |
- |
23 |
H1/2/9 |
400GE1/2/3 |
200GE1/2/3:1 |
24 |
H1/2/10 |
- |
200GE1/2/3:2 |
25 |
H1/2/11 |
- |
- |
26 |
H1/2/12 |
- |
- |
27 |
H1/2/13 |
400GE1/2/4 |
200GE1/2/4:1 |
28 |
H1/2/14 |
- |
200GE1/2/4:2 |
29 |
H1/2/15 |
- |
- |
30 |
H1/2/16 |
- |
- |
31 |
H1/3/1 |
400GE1/3/1 |
200GE1/3/1:1 |
32 |
H1/3/2 |
- |
200GE1/3/1:2 |
33 |
H1/3/3 |
- |
- |
34 |
H1/3/4 |
- |
- |
35 |
H1/3/5 |
400GE1/3/2 |
200GE1/3/2:1 |
36 |
H1/3/6 |
- |
200GE1/3/2:2 |
37 |
H1/3/7 |
- |
- |
38 |
H1/3/8 |
- |
- |
39 |
H1/3/9 |
400GE1/3/3 |
200GE1/3/3:1 |
40 |
H1/3/10 |
- |
200GE1/3/3:2 |
41 |
H1/3/11 |
- |
- |
42 |
H1/3/12 |
- |
- |
43 |
H1/3/13 |
400GE1/3/4 |
200GE1/3/4:1 |
44 |
H1/3/14 |
- |
200GE1/3/4:2 |
45 |
H1/3/15 |
- |
- |
46 |
H1/3/16 |
- |
- |
47 |
H1/4/1 |
400GE1/4/1 |
200GE1/4/1:1 |
48 |
H1/4/2 |
- |
200GE1/4/1:2 |
49 |
H1/4/3 |
- |
- |
50 |
H1/4/4 |
- |
- |
51 |
H1/4/5 |
400GE1/4/2 |
200GE1/4/2:1 |
52 |
H1/4/6 |
- |
200GE1/4/2:2 |
53 |
H1/4/7 |
- |
- |
54 |
H1/4/8 |
- |
- |
55 |
H1/4/9 |
400GE1/4/3 |
200GE1/4/3:1 |
56 |
H1/4/10 |
- |
200GE1/4/3:2 |
57 |
H1/4/11 |
- |
- |
58 |
H1/4/12 |
- |
- |
59 |
H1/4/13 |
400GE1/4/4 |
200GE1/4/4:1 |
60 |
H1/4/14 |
- |
200GE1/4/4:2 |
61 |
H1/4/15 |
- |
- |
62 |
H1/4/16 |
- |
- |
63 |
H1/5/1 |
400GE1/5/1 |
200GE1/5/1:1 |
64 |
H1/5/2 |
- |
200GE1/5/1:2 |
65 |
H1/5/3 |
- |
- |
66 |
H1/5/4 |
- |
- |
67 |
H1/5/5 |
400GE1/5/2 |
200GE1/5/2:1 |
68 |
H1/5/6 |
- |
200GE1/5/2:2 |
69 |
H1/5/7 |
- |
- |
70 |
H1/5/8 |
- |
- |
71 |
H1/5/9 |
400GE1/5/3 |
200GE1/5/3:1 |
72 |
H1/5/10 |
- |
200GE1/5/3:2 |
73 |
H1/5/11 |
- |
- |
74 |
H1/5/12 |
- |
- |
75 |
H1/5/13 |
400GE1/5/4 |
200GE1/5/4:1 |
76 |
H1/5/14 |
- |
200GE1/5/4:2 |
77 |
H1/5/15 |
- |
- |
78 |
H1/5/16 |
- |
- |
79 |
H1/6/1 |
400GE1/6/1 |
200GE1/6/1:1 |
80 |
H1/6/2 |
- |
200GE1/6/1:2 |
81 |
H1/6/3 |
- |
- |
82 |
H1/6/4 |
- |
- |
83 |
H1/6/5 |
400GE1/6/2 |
200GE1/6/2:1 |
84 |
H1/6/6 |
- |
200GE1/6/2:2 |
85 |
H1/6/7 |
- |
- |
86 |
H1/6/8 |
- |
- |
87 |
H1/6/9 |
400GE1/6/3 |
200GE1/6/3:1 |
88 |
H1/6/10 |
- |
200GE1/6/3:2 |
89 |
H1/6/11 |
- |
- |
90 |
H1/6/12 |
- |
- |
91 |
H1/6/13 |
400GE1/6/4 |
200GE1/6/4:1 |
92 |
H1/6/14 |
- |
200GE1/6/4:2 |
93 |
H1/6/15 |
- |
- |
94 |
H1/6/16 |
- |
- |
95 |
H1/7/1 |
400GE1/7/1 |
200GE1/7/1:1 |
96 |
H1/7/2 |
- |
200GE1/7/1:2 |
97 |
H1/7/3 |
- |
- |
98 |
H1/7/4 |
- |
- |
99 |
H1/7/5 |
400GE1/7/2 |
200GE1/7/2:1 |
100 |
H1/7/6 |
- |
200GE1/7/2:2 |
101 |
H1/7/7 |
- |
- |
102 |
H1/7/8 |
- |
- |
103 |
H1/7/9 |
400GE1/7/3 |
200GE1/7/3:1 |
104 |
H1/7/10 |
- |
200GE1/7/3:2 |
105 |
H1/7/11 |
- |
- |
106 |
H1/7/12 |
- |
- |
107 |
H1/7/13 |
400GE1/7/4 |
200GE1/7/4:1 |
108 |
H1/7/14 |
- |
200GE1/7/4:2 |
109 |
H1/7/15 |
- |
- |
110 |
H1/7/16 |
- |
- |
111 |
H1/8/1 |
400GE1/8/1 |
200GE1/8/1:1 |
112 |
H1/8/2 |
- |
200GE1/8/1:2 |
113 |
H1/8/3 |
- |
- |
114 |
H1/8/4 |
- |
- |
115 |
H1/8/5 |
400GE1/8/2 |
200GE1/8/2:1 |
116 |
H1/8/6 |
- |
200GE1/8/2:2 |
117 |
H1/8/7 |
- |
- |
118 |
H1/8/8 |
- |
- |
119 |
H1/8/9 |
400GE1/8/3 |
200GE1/8/3:1 |
120 |
H1/8/10 |
- |
200GE1/8/3:2 |
121 |
H1/8/11 |
- |
- |
122 |
H1/8/12 |
- |
- |
123 |
H1/8/13 |
400GE1/8/4 |
200GE1/8/4:1 |
124 |
H1/8/14 |
- |
200GE1//4:2 |
125 |
H1/8/15 |
- |
- |
126 |
H1/8/16 |
- |
- |
127 |