JPAX 90001 TPIM Issue 1.1
JPAX 90001 TPIM Issue 1.1
Issue 1.1
August 2019
JunglePAX
Technical Practice
and
Installation Manual
JunglePAX
The copyright of this document is the property of GE Multilin Inc. This document must not be
copied, reprinted or reproduced in any material form, either wholly or in part, without the written
consent of GE Multilin Inc.
GE Multilin Inc. reserves the right to make changes and modifications to any part of this
document without notice.
GE Multilin Inc. is not responsible for any damages or losses incurred as a result of out-of-date or
incorrect information contained in this document.
WARNINGS
HAZARDOUS VOLTAGE: To completely isolate JunglePAX from input power source,
the input power to both power supply modules needs to be disconnected.
The laser radiation is infrared and invisible. Do not attempt to look into the laser.
Use only laser-safe SFP modules (per IEC 60825-1 and IEC 60950-1).
Exercise extreme caution when connecting power supply inputs to voltages higher
than 60 V.
The SFP cage, heat sink and heat spreader on the Core Unit may be very hot!
The heat sink and heat spreader on the Power Supply Unit may be very hot!
ATTENTION
DANGER DE TENSION: La tension des deux blocs d’alimentation doit être coupée
afin d’isoler complètement le JunglePAX de la source d’alimentation.
Ce produit doit être installé uniquement dans des zones d’accès restreint (local
technique dédié, armoires électriques ou autres).
TABLE OF CONTENTS
SECTION PAGE
1. INTRODUCTION .................................................. 8
Handling and Packing ..........................................................................8
Earthing.................................................................................................9
Class A Compliance .............................................................................9
Revision History ...................................................................................9
2. MPLS .................................................................. 10
What is MPLS? ....................................................................................10
MPLS Operation ..................................................................................10
MPLS Routers .................................................................................... 11
Label-Switched Paths ....................................................................... 11
Routing ............................................................................................... 12
LSP Protection ................................................................................... 13
Pseudowires ........................................................................................13
VPWS ...................................................................................................14
VPLS .....................................................................................................14
MPLS-TP ..............................................................................................15
Scalability ........................................................................................... 20
Flexible Bandwidth Utilization .......................................................... 20
Hot Swappable Units ......................................................................... 20
6. CORE UNIT......................................................... 27
Interfaces .............................................................................................28
Fiber-Optic WAN Ports ...................................................................... 28
NMS Ports .......................................................................................... 30
Serial Craft Interface Port ................................................................. 30
USB Port ............................................................................................. 30
Timing Connections .......................................................................... 31
Micro SD Card Socket ....................................................................... 31
LED Indications ...................................................................................31
Unit/System Status LEDs .................................................................. 31
WAN Port Status LEDs ...................................................................... 31
Core Unit Insertion ..............................................................................32
Core Unit Ejection ...............................................................................33
9. ACCESS UNITS.................................................. 42
General Information ............................................................................42
APPENDIX A .......................................................... 94
TDMoIP .................................................................................................94
TDMoIP Format ....................................................................................94
Delay ....................................................................................................95
Timing Recovery .................................................................................96
Packet Loss .........................................................................................96
APPENDIX B .......................................................... 98
List of Figures .....................................................................................98
List of Tables ......................................................................................100
1. INTRODUCTION
The JunglePAX has been designed based on MPLS-TP standard for superior
packet delivery performance within utility-specific operational and environmental
conditions thus addressing their communication challenges and meeting their
future business needs.
This manual provides the overview of JunglePAX hardware, its features and
operation. It also briefly describes the basic concepts of the underlying
technology.
ATTENTION
OBSERVE PRECAUTIONS
FOR HANDLING HANDLE & ASSEMBLE
ELECTROSTATIC PER 562-48043-01
SENSITIVE
DEVICES
THIS UNIT CONTAINS STATIC SENSITIVE DEVICES
Earthing
Class A Compliance
This equipment has been tested and found to comply with the limits for
a Class A digital device pursuant to Part 15 of the FCC Rules. These
limits are designed to provide reasonable protection against harmful
interference when the equipment is operated in a commercial environment. This
equipment generates, uses, and can radiate radio frequency energy and, if not
installed and used in accordance with the instruction manual, may cause harmful
interference to radio communications. Operation of this equipment in a
residential area is likely to cause harmful interference in which case the user will
be required to correct the interference at his own expense.
Revision History
2. MPLS
What is MPLS?
The labels assigned to data packets identify virtual links (paths) between ingress
and egress nodes in an MPLS network. Packet-forwarding decisions are made
solely on the contents of this label, without the need to examine the packet itself.
MPLS Operation
MPLS works by prefixing packets with an MPLS header, containing one or more
labels. This is called a label stack. Each label in the label stack has 4 bytes and
contains the following four fields:
- A 20-bit label value.1
- A 3-bit Traffic Class field for QoS (Quality of Service) priority.2
- A 1-bit Bottom of Stack flag. (If this bit is set, this label is the last in the
label stack.)
- An 8-bit TTL (time to live) field.
Figure 1: Unicast MPLS packet format (shown without preamble and FCS)
MPLS Routers
A Label Edge Router (LER) or Provider Edge (PE) router is a router that
operates at the edge of an MPLS network and acts as an entry/exit point to/from
the MPLS network. LERs push an MPLS label onto each packet that enters the
MPLS network and pop it off each packet that leaves it.
An MPLS router that performs routing based only on the label is called a Label
Switching Router (LSR), a transit router or Provider (P) router. This is a type of
router located in the middle of an MPLS network. It is responsible for switching
the labels used to route packets.
When an LSR receives a packet, it uses the label included in the packet header
as an index to determine the next hop on the label-switched path (LSP) and a
corresponding label for the packet from a lookup table. The old label is then
removed from the header and replaced with the new label before the packet is
forwarded. This action is called label swap.
Label-Switched Paths
1 Although most LSPs are point-to-point (P2P), there are also LSPs that are point-to-multipoint
(P2MP), which are mainly used for multicasting purposes.
Routing
When an unlabeled packet enters the ingress router and needs to be passed on
to an MPLS tunnel, the router first determines the forwarding equivalence class
(FEC) for the packet based on the packet’s QoS and then inserts (pushes) one or
more labels in the packet's newly created MPLS header. The packet is then
passed on to the next hop router along this tunnel.
During these operations, the contents of the packet below the MPLS label stack
are not examined. MPLS transit routers (LSRs) typically need only to examine
the topmost label on the stack. Forwarding of the packet is done based only on
the contents of the labels.
At the egress router, when the last label has been popped, only the payload
packet remains. The egress router must therefore have routing information for
the packet's payload, since it must forward it without the help of label lookup
tables. An MPLS transit router has no such requirement.
LSP Protection
Pseudowires
For PW transport over MPLS, the tunnel label is known as the "outer" label, while
the PW label is known as the "inner" label.
Pseudowires can be used to deliver two types of services to end users: virtual
private wire service (VPWS) and virtual private LAN service (VPLS).
VPWS
VPLS
In a VPLS, the local area network (LAN) at each site is extended to the edge of
the provider network. The provider network then emulates a switch or bridge to
connect all of the customer LANs to create a single bridged LAN. Since VPLS
emulates a LAN, full mesh connectivity is often required.2
When a PE receives a frame from a CE, it inspects the frame and learns the CE's
MAC address, storing it locally along with LSP routing information. It then checks
the frame's destination MAC address. If it is a broadcast frame, or the MAC
address is not known to the PE, it floods the frame to all PEs in the mesh.
MPLS-TP
Transport networks have been traditionally built using Time Division Multiplexed
(TDM) SONET/SDH devices. These are becoming ineffective and costly in
today's packet-oriented world, which is driving service providers to deploy more
packet-based equipment in their transport networks.
Packet technology, however, did not offer the resilience, reliability, manageability
and operational simplicity of SONET/SDH that carriers demand. These include:
- In-band OAM functions to detect and isolate faults
- Fast (<50 ms) protection and restoration, to minimize traffic loss due to faults
- End-to-end QoS.
- Data Plane non-reliant on Control Plane.
MPLS MPLS-TP
Control Plane Dependency No Control Plane required
- Fast re-convergence and no dependencies
- Forwarding is independent of IP to avoid
complex routing and control protocols
- Physical separation of the control and
management planes from the data plane
(packet forwarding continues in the absence
of the control plane)
- MPLS-TP data plane is a subset of MPLS
data plane as defined by IETF
- Can interoperate with existing IETF MPLS
and IETF PWE3 control and data planes
without requiring a gateway
- Data plane must support 1+1 protection
switching, revertive and non-revertive
Unidirectional paths Supports unidirectional, co-routed bidirectional,
and associated bidirectional point-to-point
transport paths. (Co-routed bidirectional paths
ensure path symmetry.)
Ring support not mandated Explicit support of ring topologies to reduce
(Protection switching is network complexity.
dependent on Interior - Supports 1+1 and 1:1 protection.
Gateway Routing Protocol) - Switching time must be within 50 ms from the
moment of fault detection in a 16-node ring
with less than 1200 km of fiber.
Connectionless Connection-oriented with traffic engineering
capabilities.
- Must support traffic-engineered point-to-point
(P2P) and point-to-multipoint (P2MP)
transport paths.
- Must support static provisioning
Out-of-Band OAM In-band OAM (“fate sharing”)
- OAM-triggered protection switching
- Mandated use of BFD (Bidirectional
Forwarding Detection) protocol.
3. PRODUCT OVERVIEW
JunglePAX is a utility-grade MPLS-TP device designed specifically for network
operations requiring mission-critical and time-sensitive communications within
harsh substation environments. It uses an optimized version of MPLS-TP that
provides determinism for secure and dependable packet transport.
JunglePAX has been designed for utility applications and is designed to meet
SWC (Surge Withstand Capability), Fast Transient, RFI (Radio Frequency
Interference) and Zone 4 Earthquake specifications that are applicable to all
power utilities.
The product has been built to work in remote locations, which required additional
measures to prevent local wildlife liquid and solid droppings from penetrating the
chassis.
JunglePAX does not require a forced cooled environment or fans for it to operate.
The temperature range is -20°C to +60°. Fans in substation environments can
JunglePAX with its wide range of interface units has the ability to transport voice,
data, IP, teleprotection and video traffic with guaranteed security and
dependability.
Comprehensive OAM
Scalability
L2VPN (layer-2 virtual private network) and VPLS (virtual private LAN service)
instances can be created over the JunglePAX infrastructure to enable point-to-
point and point-to-multipoint connections, respectively.
All units in the JunglePAX system are hot swappable. This allows continuous
operation during troubleshooting or expansion of the network.
4. PRODUCT STRUCTURE
1. Equipment Shelf
2. Core Units
3. Timing Unit (presently not available)
4. Power Supply Units
5. Ethernet LAN access units
6. TDM access units (T1/E1, CBUS and DS0/64kbps level units)
The Equipment shelf occupies 2 RU in a 19” rack. It can accommodate two Core
Units, Timing unit, two Power Supply units and various access units. The Core
and Timing units are installed from the front, while the Power Supply and access
units are installed from the rear. Customer connections to individual units are
provided on their faceplates.
All modules are hot swappable. They are equipped with special ejection handles
that allow reduced insertion/ejection force and ensure safe locking for
Earthquake Risk Zone 4 compliance.
On its faceplate, the Core Unit provides six optical WAN ports, two NMS ports,
two serial ports for console/modem access, and ports for clock & time reference
inputs & outputs. Through the backplane, the Core Unit interfaces the
companion Core Unit, the Timing Unit and access units, which may include
Ethernet LAN units, T1/E1 Units, CBUS Units (for access to legacy JungleMUX
64kb/s level units1) and JPAX 64kb/s level access units (also referred to as iDS0
level units – internal DS0/64kbps level units). The Core Unit also provides NMS
functionality. When two (left and right) Core Units are installed, redundancy is
provided for all the aforementioned functions. In unprotected applications (e.g.
terminal node in a linear system), only one Core Unit is installed.
The Timing unit is needed only if external BITS/SSU or GPS timing needs to be
fed into the node. Hardware protection/redundancy is provided at the system
level by establishing connections to external synchronization/timing sources at
two or more JunglePAX nodes equipped with Timing units. The Timing unit
provides GPS antenna input as well BITS/SSU timing inputs.
The Power Supply Units are installed into the shelf’s leftmost and rightmost rear
slot positions. Two units are needed for redundancy. The DC Power Supply Unit
supports 36-140 VDC. The future AC Power Supply Unit will support 85-265
VAC (50/60Hz).
Access units (Ethernet LAN, T1/E1, CBUS and iDS0 level units) are installed into
the slots between Power Supply Units. There are 16 shelf slots available for
access units.
5. EQUIPMENT SHELF
The JunglePAX Equipment Shelf (P/N 90001-01) occupies 2 RUs in a 19” rack.
The shelf is equipped with two side brackets. These could be mounted in ten
different positions to support recessed (-1.5”), flush (-0.25”) and protruded
mounts with 7 different depths (1”, 2.25”, 3.5”, 4.75”, 5”, 6.25”, 7.5”, 8.75, 10”).
The shelf dimensions provided in the figure below are shown for when the
brackets are positioned for the recessed mount (-1.5”).
As the product was expected to work in remote, often unmanned locations, the
convection chimneys have been designed to prevent liquid and solid wildlife
droppings from penetrating into the shelf. They also prevent penetration of
industrial contaminants into the shelf.
The shelf design meets Radio Frequency Immunity (RFI) and Electromagnetic
Compatibility (EMC) according to ANSI/IEEE C37.90.2, IEC61850-3 and IEEE
1613.
Backplane
The rear side of the backplane (Figure 10) has 18 slots. The two outside slots
are reserved for Power Supply Units, while the remaining 16 slots (numbered 1
to 16) are reserved for access units. These 16 slots are divided into two zones;
Ethernet Zone (slots 1-6) and Flex Zone (slots 7-16). The capacities and
possible uses of individual slots in these zones are shown in Table 2.
Note: The backplane provides independent tracing from individual access units
to each Core Unit to ensure full 1+1 hardware protection. It also allows the Core
Units to automatically detect all installed access units.
The backplane has no active components. Both front and rear backplane
connectors allow for self-aligned low-force insertion/ejection of units.
Rear Side
Backplane
Left Right
Core Core
Timing Card
Front Side (optional)
Figure 9: JunglePAX Shelf Top View (shown with top cover removed)
The example in Figure 11 shows the shelf’s rear view with redundant Power
Supply, two Ethernet LAN interface units (installed in slots 1 and 4) and one
CBUS Unit (installed in slot 15).
NOTE 1: Presently, only the module with 4 x 1 GigE optical ports (SFP) and the module with 4 x
10/100/1000 Mbps RJ-45 ports are available. When either module is installed in slot 2, 4, 6, 7, 13
or 15, only Port #4 can be used.
NOTE 2: One of the following future dual-slot units can be alternatively installed into any two
adjacent slots between slots 1 and 8 and between slots 13 and 16:
a) 8 x 10/100/1000 Mb/s Ethernet
b) 16 T1/E1 unit (supports only bulk T1/E1 tunneling)
Figure 11: Shelf Rear View with Power Supply, 2 Ethernet and 1 CBUS Unit
6. CORE UNIT
The Core Unit (P/N 90010-01) acts as the multiplexing unit for the JunglePAX
system. It multiplexes data from various access interfaces into any of the 6 fiber-
optic WAN interfaces located on the faceplate of the Core Unit. The unit also
provides NMS functions for the JunglePAX node.
The key functional components of a Core Unit are the 24 Gbps switch/router,
TDM packetizer and a dual-core processor. The processor’s core #1 provides a
high-speed / real-time control of the fiber network data plane. The core #2
provides embedded management plane functionality (NMS). Full separation of
Management and Data planes is ensured.
The JunglePAX shelf is normally equipped with two Core Units to support ring
applications and provide hardware redundancy. At any given point of time, one
of the two Core Units is actively managing the node while the other one operates
as a hot standby for that function.
Interfaces
Figure 14: WAN port connectors: (a) with no SFPs installed; (b) with WAN 1 and
WAN 3 SFPs in place (WAN 1 port is disabled so its LEDs are off)
On an installed SFP transceiver in the upper row (WAN ports 1, 3 and 5), the
laser source is the left connector, while the PINFET receiver is the right
connector. This is reversed for the SFP transceivers in the lower row (WAN
ports 2, 4, 6).
The dust covers for unequipped SFP cages must be kept in place to prevent dust
contamination. Additionally, the dust covers for SFP transceiver connectors
should be in place when the transceiver is installed but not in operation or when
the unit with installed transceivers is stowed away for future use.
WARNING
The laser radiation is infrared and invisible.
Do not attempt to look into the laser.
Use only laser-safe SFP modules (per IEC 60825-1 and IEC 60950-1).
NOTE
Do not insert alcohol swabs into optical connectors.
All fiber patch cord connectors should be properly cleaned before insertion into
the unit. Compressed air can be used if it is necessary to remove dust from the
unit's optical connectors.
Note: Each WAN port that needs to be activated requires an activation license.
Please contact GE Lentronics for more information.
Note: A JunglePAX node operating in a single ring topology has one WAN port
provisioned on each Core Unit. Similarly, a JunglePAX node acting as a
gateway between two rings has two WAN ports provisioned on each Core Unit.
Meshed network topologies are also supported.
Note: In the event of a single fibre failure, the Core Unit’s switch automatically
kills the traffic in the opposite direction. Note, however, that the WIS overhead is
not killed so the RDI (Remote Defect Indication) is still received at the transmit
end of the faulty fibre link.
NMS Ports
Two stacked Ethernet RJ-45 ports denoted NMS (Figure 13) provide two NMS
access points to the unit. Two connections allow the user to dedicate one port
for a permanent NMS link and the second for local maintenance access.
The modular 8P8C (RJ45) jack denoted “RS232” is for factory use only. The
pinouts for this connector are available in Table 3.
USB Port
A standard USB Type B female connector is used for local eMS access
(alternative to the NMS connectors). Its use is mandatory for the unit IP address
allocation.
Timing Connections
Core Unit provides four SMB connectors (1PPS-in, 1PPS-out, CLK-in, CLK-out)
for passing timing signals to/from the unit. 1PPS signals are used for precision
timing, while the CLK signals are used for frequency synchronization.
The CLK port signals do not carry embedded NMS and can be configured for
three different reference frequencies. One of them is the 2 kHz sync signal,
commonly used for passing clock between JungleMUX networks. This allows for
the reference clock to be passed from a legacy JungleMUX node to a collocated
JunglePAX node.
A Micro SD card socket allows for insertion of externally accessible data storage.
LED Indications
There are 3 Unit/System Status LEDs located on the Core Unit. They provide
summary status of the shelf. The indications are as follows:
There are 2 bicolored LEDs associated on each WAN port. They are positioned
between the upper and lower WAN ports as shown in Figure 15.
Steady Red – SFP alarm (LOS, Transmit Fault, Temperature, SFP missing, etc.)
Flashing Red – presently not used
Steady Amber – Link is down and port enabled, or RDI and port enabled.
Flashing Amber – Port is receiving bad packets (CRC, illegal length, etc).
1. Ensure that the ejection/insertion handles located at the left and right side of
the Core Unit are in the disengaged position.
2. While loosely holding both ejection/insertion handles, gently push the unit into
the shelf until you reach the point of resistance.
3. Once the handles have cleared the raised edge of the chassis, push the
handles simultaneously. When the handles have locked into position, the unit
is fully inserted.
1. Pull the lock clip located immediately above each ejection/insertion handle up
to unlock the respective ejection/insertion handle.
2. Pull the ejection/insertion handle to eject the unit.
3. Slide the unit out of the chassis.
WARNING
The SFP cage, heat sink and heat spreader may be very hot!
Overview
Each JunglePAX node requires two PSUs (DC, AC or one of each) to operate
normally. The module has been designed to reliably share the load with a
paralleled PSU thus providing redundant power to all other installed units. If
either PSU fails, the remaining PSU takes over the entire load without
interruptions on the output voltage rail.
Faceplate LED
The unit provides a single bicolor LED to report the unit’s state.
Green indicates that the unit is powered and operating normally.
Red indicates that either the 3 VDC output or both 12 VDC and 3 VDC outputs
have failed.
The LED turned off indicates that the unit’s power input is not connected to a
voltage source or the unit has failed.
Faceplate Connections
The unit uses a two-piece 5.08 mm terminal block for input power connection.
Use TE P/N 796859-3 (or similar) as a mating connector. The pin assignments
for the power input connector are shown in Table 5.
WARNING
Exercise extreme caution when connecting power supply inputs to
voltages higher than 60 V.
The unit uses a two-piece 3.5 mm terminal block for Major/Minor alarm
connections. Use TE P/N: 284510-3 (or similar) as a mating connector. The pin
assignments for the Major/Minor alarm connectors are shown in Table 6.
The mating connectors for power input and both alarm contacts are supplied with
the unit.
1. Prior to Power Supply Unit insertion, ensure that the shelf is properly
grounded (see Earthing section on page 9).
2. Make sure there is no power input connections made to the Power Supply
unit before insertion.
3. A protective device such as a molded case circuit breaker or fused disconnect
switch must be installed on both sources of incoming power for circuit
protection and as a disconnection device.
4. Make sure the unit’s heat sink is facing outside of the chassis before inserting
the unit.
Note: The unit in the right-hand side position is installed rotated by 180 with
respect to the one installed in the left-hand side position (Figure 20).
5. Ensure that the ejection/insertion handle is in the disengaged position (Figure
21).
6. Gently push the unit into the shelf until you reach the point of resistance.
7. Engage the handle (i.e. lift it up if the unit is in the left position, or pull it down
if the unit is in the right position). When the handles have locked into position,
the unit is fully inserted.
8. Prior to establishing input power connections to the unit, ensure that the
external fuse rating does not exceed the specified value (5A at 48VDC, 1.5A
at 130VDC). A protective device such as a molded case circuit breaker or
fused disconnect switch must be installed on both sources of incoming power
for circuit protection and as a disconnection device.
9. Establish the input power connections. Use 12 AWG conductors Green LED
will indicate proper Power Supply Unit operation.
WARNING
The heat sink and heat spreader may be very hot!
Ejection/Insertion
Handle
Lock Clip
a) b)
Figure 20: DC PSU installed in left position (a) and right position (b)
Overview
Faceplate LED
The unit provides a single bicolor LED to report the unit’s state.
Green indicates that the unit is powered and operating normally.
Red indicates that either the 3 VDC output or both 12 VDC and 3 VDC outputs
have failed.
The LED turned off indicates that the unit’s power input is not connected to a
voltage source or the unit has failed.
Faceplate Connections
The unit has an integrated 18” AC power “pigtail” cord terminated with the
universal female AC power connector IEC 320 C14 (Figure 24). Supplied with
the unit is an AC main power cable equipped with the universal male AC power
connector (IEC 320 C13) at one end and the adequate power plug at the other.
The most commonly used main power cables and their codes are shown in Table
7.
Figure 24: Universal female connector (connects to supplied main power cable)
The unit uses a two-piece 3.5 mm terminal block for Major/Minor alarm
connections. Use TE P/N: 284510-3 (or similar) as a mating connector. The pin
assignments for the Major/Minor alarm connectors are shown in Table 6.
The mating connectors for both alarm contacts are supplied with the unit.
1. Prior to AC Power Supply Unit insertion, ensure that the shelf is properly
grounded (see Earthing section on page 9).
2. Make sure the power cord is disconnected from the power source before
insertion.
3. A protective device such as a molded case circuit breaker or fused disconnect
switch must be installed on both sources of incoming power for circuit
protection and as a disconnection device.
4. Make sure the unit’s heat sink is facing outside of the chassis before inserting
the unit.
Note: The unit in the right-hand side position is installed rotated by 180 with
respect to the one installed in the left-hand side position (Figure 26).
5. Gently push the unit into the shelf. The unit is fully inserted when the upper
and lower screw tabs are touching the back of the shelf. Note that a fully
inserted unit is partially protruded.
6. Secure the unit in position using the retaining screw (type 4-40) supplied with
the unit.
7. Prior to establishing input power connections to the unit, ensure that the
external fuse rating does not exceed the specified value (2A @ 115VAC or 1A
@ 240VAC). A protective device such as a molded case circuit breaker or
fused disconnect switch must be installed on both sources of incoming power
for circuit protection and as a disconnection device.
8. Connect the supplied main power cord to the universal adapter at the end of
the integrated power pigtail cord. Ensure they are fully mated.
9. Connect the other end of the main power cord to the power source (115-
240VAC 50-60Hz). Green LED will indicate proper Power Supply Unit
operation.
Screw tab
a) b)
Figure 26: AC PSU installed in left position (a) and right position (b)
9. ACCESS UNITS
Access units are installed at the back of the JunglePAX shelf, between the Power
Supply Units. There are sixteen slots available for access unit installation;
however, not all the slots are available for all unit types (refer to Table 2 on page
26 for more information). The presently available access units are listed in Table
8. These units provide connections to the customer drop equipment except for
the CBUS-4A unit, which provides access to the Expansion Shelf with
JungleMUX DS0 level units.
General Information
This sub-section provides the information applicable to all access unit types. The
information applicable to individual access unit types is provided later in this
section.
There are two types of visual indicators on every access unit panel:
Unit Condition “OK” LED - Green “ALM” LED - Red “ON” LED - Blue
Uninitialized OFF OFF ON
Normal operation ON OFF OFF
Board level alarm OFF ON OFF
Initialization failure OFF ON ON
Traffic test on one or X X Blinking twice per
more ports second
Unit is booting OFF OFF Blinking once per
second
EEPROM X X ON
programing
(factory use)
1. Before insertion, make sure that the correct access unit type and the correct
slot position have been selected.
2. Make sure the unit is properly oriented (its thumb screw should be on the top;
see Figure 29a).
3. Align the unit into the red rail at the bottom of the chassis and into the green
rail at the top of the chassis (Figure 28).
4. Slide the access unit into the slot and push the handle in to lock the unit.
Shortly after the handle has been placed in the locked position, the blue LED
on the unit’s faceplate will turn off.
5. Secure the thumb screw on the top of the unit.
6. Ensure the lock handle is pushed in.
Figure 29: Access unit: (a) ejected; (b) unlocked; (c) locked
1. Pull the lock handle at the bottom of the unit half way out. Blue LED will light
up.
2. Push the lock handle back in. Blue LED will start flashing.
3. Once the unit is up and running, the blue LED turns off.
Figure 30: EF-4A Unit The dust covers for unequipped SFP cages must
with SFP transceiver be kept in place to prevent dust contamination.
installed for Port 2 Additionally, the dust covers for SFP transceiver
connectors should be in place when the
transceiver is installed but not in operation or when the unit with installed
transceivers is stowed away for future use.
All fiber patch cord connectors should be properly cleaned before insertion into
the unit. Compressed air can be used if it is necessary to remove dust from SFP
connectors.
WARNING
The laser radiation is infrared and invisible.
Do not attempt to look into the laser.
Use only laser-safe SFP modules (per IEC 60825-1 and IEC 60950-1).
NOTE
Do not insert alcohol swabs into optical connectors.
As shown in Figure 31, each SFP port has two bi-colored LEDs: the upper one
(Port Status LED) and lower one (Traffic Status LED). Table 10 provides the
details on the conditions indicated by these LEDs.
Table 10: SFP Ethernet Access Unit Port Status LED Indications
Additionally, the blue LED located at the bottom of the faceplate will blink twice
per second if there is a traffic test in progress on one or more SFP ports.
For Unit Status LED indications refer to the Access Unit LED Indications section
(Page 42).
Each RJ-45 port can also be set for MDI, MDIX or MDI/MDIX
auto-detect mode.
Figure 32:
EC-4A Unit
As shown in Figure 31, each SFP port has two LEDs: the upper one
(green/yellow) and lower one (green). Table 10 provides the details on the
conditions indicated by these LEDs.
Speed
(green/yellow)
Table 11: RJ-45 Ethernet Access Unit Port Status LED Indications
Additionally, the blue LED located at the bottom of the faceplate will blink twice
per second if there is a traffic test in progress on one or more RJ-45 ports.
For Unit Status LED indications refer to the Access Unit LED Indications section
(Page 42).
The unit deploys a passive 1+1 protection scheme where two T1/E1 LIUs (one
for the left and one for the right Core Unit) are used for each T1/E1 port.
As shown in Figure 35, each T1/E1 port has two LEDs: the upper one (Port
Status LED) and lower one (RAI LED). Table 13 provides the details on the
conditions indicated by these LEDs.
Additionally, the blue LED located at the bottom of the faceplate will blink twice
per second if there is a traffic test in progress on one or more RJ-45 ports.
For Unit Status LED indications refer to the Access Unit LED Indications section
(Page 42).
As shown in Figure 37, each CBUS port has two bi-colored LEDs: the upper one
(Port Status LED) and lower one (Traffic Status LED). Table 15 provides the
details on the conditions indicated by these LEDs.
Port Condition Upper LED (Port Status) Lower LED (Traffic Status)
Disabled OFF OFF
OK Green X
Loss of CBUS Yellow OFF
link
For Unit Status LED indications refer to the Access Unit LED Indications section
(Page 42).
A CBUS cable (P/N 90902-01, Figure 38) connects a CBUS RJ45 connector to a
header connector on the JungleMUX/TN1U Expansion Shelf (B86430-0X/-1X/-
3X). To establish such a connection, do the following:
1. Connect the RJ45 end of the cable to the selected CBUS access unit’s port
Figure 39a).
2. Connect the header connector to the lower pinout connector to the left of the
leftmost end of the CBUS established on a JungleMUX/TN1U Expansion
Shelf while making sure the red side of the ribbon cable is aligned with pin 1
on the shelf’s connector. Cover the installed header with a blank jumper
board and secure it in place with the plastic screw provided with the blank
jumper board (Figure 39b).
3. Connect the spade terminal to the ground connector on the JungleMUX/TN1U
Expansion Shelf.
4. If more than one DS0/64kb/s channel unit is installed on the same CBUS,
make sure the CBUS jumper assemblies (P/N 087-86430-90, Figure 40) are
installed along the CBUS (Figure 39b).
Figure 39: CBUS cable connection: (a) Expansion Shelf side; (b) CBUS Unit
side
087-86430-90
J1
J2
1. Connect the adapter to the selected CBUS (male DB9) connector on the
TN1Ue Expansion Shelf (Figure 41) and secure it using the two integral
thumb screws.
2. Using a shielded RJ45 cable of appropriate length (customer provided),
connect the adapter’s female RJ45 connector to the desired CBUS port on
the CBUS-4A Unit.
3. If more than one 64kb/s level unit is installed on the same CBUS, make sure
the CBUS jumper assemblies (P/N 087-86430-90, Figure 40) are installed
along the CBUS (Figure 41).
CBUS CONNECTOR TRACED TO SLOT 14 CBUS CONNECTOR TRACED TO SLOT 7
TIF EXT TIF EXT TIF EXT TIF EXT TIF EXT TIF EXT
[14] R [12] R +5V +5V [5] R [3] R
[10] R [7] R
CBUS CBUS
[8] [1]
TIF EXT TIF EXT TIF EXT TIF EXT TIF EXT
TIF EXT
[13] L [11] L [6] L [4] L [2] L
[9] L
CBUS JUMPER ASSEMBLY CBUS CONNECTOR TRACED TO SLOT 8 CBUS CONNECTOR TRACED TO SLOT 2
TDM data from up to eight T1/E1 or CBUS ports can be packetized and
forwarded to the Ethernet WAN. Figure 42 shows the port mapping.
Note: Two physical ports connected to the same packetizer port cannot be
simultaneously used. For example, if CBUS port 15-1 is used, the T1/E1 port
13-1 cannot be used and vice versa.
CBUS T1/E1
Slot: 16 15 14 13
Bundles
Note: Each set of DS0/64kbps circuits from a CBUS or T1/E1 port destined for
any specific far-end port can be placed into the same bundle (service) if the
same QoS is needed for all of them. Separate bundles/services are created if
different QoS is needed.
Caution: Adding a timeslot to a bundle in service takes the whole bundle out of
service until the new timeslot is added at both ends. If this is unacceptable (and
the added timeslot is a new circuit rather than bandwidth expansion of an existing
circuit), a new bundle needs to be used for this timeslot.
Note: By default, bundles are including signaling data for all associated
DS0/64kbps circuits. If none of the DS0/64kbps circuits in the bundle are using
signaling, this feature should be disabled.
Ethernet
MAC 10/
TDM Cross- 100
Connect Payload Type
Machine
(CESoPSN)
LIU Receiver RX Framer
CBUS Interface
TDMoP Delays
The packet creation time (or packetization delay) can be reduced by decreasing
the number of TDM frames (125μs) per packet (minimum is 3 frames, or 4
frames if signaling channel is enabled); which in turn reduces the bandwidth
utilization as packets (with potentially unfilled payload) are sent more frequently.
Jitter buffer time (also called dejitter buffer time) is the parameter that sets the
size of the buffer for incoming packets. The longer the buffering time, the more
tolerance for the variations in packet arrival rate is provided. The objective is to
minimize this time while ensuring that the buffer will not get emptied during
normal network operation.
Circuit processing time includes the circuit processing time at both ends of the
circuit and it varies depending on the of type of TDM circuit. For example, for a
4W VF circuit, this time is approximately 600 μs, while for a DTT circuit it is
typically 1.5 ms (max 3 ms).
Note: Reducing the buffering time below certain limit reduces its ability to
efficiently compensate for network packet jitter, which may result in data loss.
Bundle Hairpinning
Figure 45 and Figure 46 are showing two typical TDM data hairpinning scenarios
Note that bundle hairpinning requires use of two bundles.
CBUS
Bundle #6 Interface
T1/E1
10/100 Ethernet
Interface
Bundle #1
Ethernet
Port 1
MAC
Octal T1/E1
Transceiver TDM Cross Connection
As pointed out earlier in this manual, LSPs are unidirectional in nature. Two co-
routed LSPs carrying traffic in opposite directions are configured simultaneously
to create a tunnel1.
L R L R
Rx Pri=L Rx Pri=L
Rx Pri=R Rx Pri=R
R L R L
Figure 47: 1+1 protection switching for a path set with no asymmetrical delay
L R L R
Rx Pri=L Rx Pri=L
Rx Pri=L Rx Pri=L
R L R L
R L R L
NOTE: On unidirectional failure,
loss of Rx BFDs causes near-
end receive failover. Near end
LSP
also stops sending BFDs, which
Service/Pseudowire causes far-end receive failover.
Figure 48: 1+1 protection switching for a path set with asymmetrical delay
Tx Pri=Tunnel A Tx Pri=Tunnel A
Left Core Left Core
R R
L NOTE: On unidirectional failure, L
loss of Rx BFDs causes near-
end transmit failover. Near end
LSP
also stops sending BFDs, which
Service/Pseudowire causes far-end transmit failover.
Figure 49: 1:1 protection switching for a path set with no asymmetrical delay
Tx Pri=Tunnel A Tx Pri=Tunnel A
Left Core Left Core
R R
L NOTE: On unidirectional failure, L
loss of Rx BFDs causes near-
end transmit failover. Near end
LSP
also stops sending BFDs, which
Service/Pseudowire causes far-end transmit failover.
Figure 50: 1:1 protection switching for a path set with asymmetrical delay
Note: Use of 1:1 protection scheme results in slightly longer protection switching
time than 1+1 scheme, but it allows services originated on the same access port
to be destined for different far-end nodes.
Each access port must be configured for either Bulk or Shared mode of
operation. Table 16 details the differences between the two modes.
Bulk mode: All services must be placed into the same tunnel (i.e. they must all be
destined for the same far-end node). A mix of protected and unprotected VPWS
services is allowed. Must not include VPLS services. In protected applications,
either the left or right unit is set as ‘working’ for the receive direction. (This is
achieved by setting Rx Priority to either Left or Right on both units). Protection
switching is executed at the access port level.
Shared mode: Services may be placed in the same or different tunnels. A mix of
protected/unprotected VPWS and VPLS services is allowed. The left unit is
‘online’, while the right unit is ‘offline’ for the port. (Note that Rx Priority is neither
configurable nor exposed).
Bulk Shared
Placement of services Same tunnel Same or different tunnels
Protection switching for services associated with ports in “Bulk” mode is always
1+1. If multiple services are present on the port, they must be connected to the
same tunnel. Use of left and right Core Units at both LER nodes is mandatory.
For each access port in “bulk” mode, one Core Unit (e.g. left for access ports 15-
1 and 1-2 in Figure 51) is normally online for traffic received from the far end.
This is determined by the Rx Priority setting for the port. Both Left and Right
Core Units are configured with the same Rx Priority setting (either Left or Right).
The Rx Priority is usually set based on the minimum end-to-end delay from the
far end. Note that, if multiple access ports are connected to the same tunnel,
they are usually configured with the same Rx Priority.
If the working receive tunnel path for the given service is deemed unhealthy (due
to near-end WAN link failure or loss of BFD connectivity), protection switching
takes place. As shown in Figure 52, the affected access ports (port 15-1 in this
example) will start receiving traffic via the companion unit after the switchover.
In a situation where one of the two Core Units becomes unavailable, the other
Core Unit becomes online for all 1+1 protected services destined for this node
(Figure 53).
If an access port has services destined for multiple far-end sites, the port must be
configured for “Shared” mode of operation. For protected services originating on
access ports in Shared mode, use of 1:1 path protection switching mechanism
(executed at the pseudowire level) is mandatory.
The left Core Unit is automatically designated ‘working’ for all access ports in
Shared mode. If present, the right Core Unit is automatically designated
‘protection’ for these access ports. Note that it acts as a protection unit only for
those services whose one path (either normally online or normally offline) is
routed through the right Core Unit.
(but different from the tunnel pair 4’/4”). In the transmit (add) direction, traffic is
presented to both Core Units. The Left Core Unit sends traffic associated with
each service into only one of the two tunnels associated with the desired far-end
node. This designation is made by setting the Primary and Secondary tunnel for
each service and decision is usually made based on the minimal end-to-end
delay to the respecive far-end node. In the example in Figure 54, Tunnel 4’ is the
designated primary tunnel for the “purple” service on Port 15-2 and for the
“orange” service on Port 14-3, while Tunnel 5” is the designated primary tunnel
for the “red” service on Port 15-2 and the “blue” service on Port 15-3.
In the receive direction, the traffic for the given service is “collected” from both
the primary and the secondary tunnel (of course, traffic is present in only one of
them).
If the primary tunnel for the given pseudowire is deemed unhealthy (due to near-
end WAN link failure or loss of BFD connectivity), protection switching takes
place at the transmit end of each affected pseudowire (see Figure 55).
Note that 1:1 protection switching is executed in the Left Core Unit regardless of
which of the two tunnels is designated primary. Observe that the Left Core Unit
remains online for all access ports in Shared mode regardless of the status of
individual tunnels. This means that the presence of Right Core Unit at LER
nodes is irrelevant for those 1:1-protected services whose both primary and
secondary tunnels are routed through the Left Core Unit’s WAN ports, which
makes use of Shared ports and 1:1 switching mechanism suitable in
implementations with single (left only) Core Units.
The right-hand Core Unit will go online for ports in Share mode only if the Left
Core Unit fails (Figure 56). Note that hardware redundancy for a
service/pseudowire can be provided only if either the primary or the secondary
tunnel is routed through the Right Core Unit.
An example of a node terminating two VPLS services each with two pseudowires
is shown in Figure 57. The operation is the same as the one for tunnels carrying
VPWS services except that all traffic is forwarded through a switch ensuring that
all known unicast frames are sent to only one pseudowire.
If the primary tunnel for the given pseudowire is deemed unhealthy (due to near-
end WAN link failure or loss of BFD connectivity), protection switching takes
place at the transmit end of each affected pseudowire (Figure 58).
The right-hand Core Unit will go online for the receive traffic only if the Left Core
Unit fails (Figure 59).
Note: A WAN link failure initiates fast protection switching of all services carried
in the working LSPs terminated by the Core Units interfacing the failed WAN link
regardless of whether BFD is enabled for their respective tunnels or not.
Note: Although it is strongly recommended to have the BFD protocol enabled for
all tunnels, if the Core Unit’s limit of 256 locally terminated tunnels with BFD
enabled has been reached (or is likely to be reached), the user may choose to
have BFD disabled for tunnels that meet one of the following two criteria:
- Tunnel is exclusively used for carrying unprotected traffic.
1The stated period is applicable to hardware-assisted BFDs. There are 256 HW-assisted BFDs
available per Core Unit. Firmware-assisted BFDs are planned for the future and their transmit
period is expected to be approximately 50 ms. Use of HW-assisted BFDs is mandatory for
applications where fast protection switching is required.
- Tunnel is not traversing multiple hops (no LSR nodes) and not extended (from
Right to Left Core) at either LER node.
Hardware Redundancy
Note: JunglePAX cannot provide hardware redundancy for services that are not
path protected.
1+1 protection switching mechanism can be used for services established over
ring, multiple ring, protected linear, and meshed network topologies as long as
both left and right Core Units are equipped at the near and far end nodes.
1:1 protection switching mechanism can be used for services established over
ring, multiple ring, protected linear, and meshed network topologies regardless of
whether one (left only) or both Core Units are installed at either end.
Line timing implies that there is a node designated as a "headend node" which
provides the reference clock for the entire system. At the headend node, the
reference clock is either generated by the node itself (i.e. by one of its Core
Units) or introduced externally. Presently, the external reference clock can be a
2 kHz, 1.544 MHz, 10 MHz or 1 PPS signal. Solutions with primary and
secondary headend nodes are used when the system needs to remain
referenced to a highly accurate external clock even if the primary headend
becomes unavailable. These configurations are detailed later in this section.
The Core Unit unit has a user-configurable parameter called Node Type. The
Node Type can be set to Normal, HEI (Headend Internal), or HEE (Headend
External). Use of these synchronization modes is explained below. Note that at
any given node the Node Type parameter must be configured identically at both
left and right Core Units.
A JunglePAX node configured as HEI generates its own clock. One of the two
Core Units provides the reference clock (i.e. it is internally timed) while the other
one is companion-timed; however, if the unit which is normally internally timed
fails (or is being replaced for maintenance), the normally-companion-timed unit
takes over the clock generation task. This clock is used to time the unit's
outgoing WAN port signals, the companion unit and its outgoing WAN port
signals, and all access units.
A "Normal" node derives the reference clock from the received line signal.
Normally, one of the two Core Units is "line-timed" while the other one is
"companion-timed". Which of the two Core Units (left or right) will be "line-timed"
is determined by comparing the SSM values in the received optical WAN port
signals provisioned for timing. In the case when all WAN port signals provisioned
for timing are carrying the same SSM value, the "Sync Priority" setting
determines the one used for timing.
Both left and right Core Units receive and transmit SSM messages. The SSM
message is a four-bit message contained in bits 5-8 of the S1 byte of the WIS1
overhead or in the Ethernet Synchronization Message Channel (ESMC) protocol
data unit as described in ITU-T G.8264. These messages provide an indication
of the quality level of the synchronization source of the aggregate optical signal.
JunglePAX supports both Option I (SDH) and Option II (SONET) SSM message
sets. The SSM values used for both options are provided in the tables below.
1 WAN Interface Sublayer (WIS) is a framing standard described in IEEE 802.3ae that allows
Ethernet frames to be mapped into a SONET/SDH-like signal thus facilitating the SONET/SDH
Layer 1 fault management (LOS/LOF/AIS/RDI/BIP/REI). By default, WIS functionality is enabled
on all provisioned JunglePAX 10G, 1G and future 2.5 WAN ports. Future Core Unit firmware
versions will allow the user to turn the WIS functionality off on selected ports to allow
interoperability with foreign MPLS-TP products.
SSM S1 bits
Quality Level Description
Value (b5-b8)
QL1 1 0001 Traceable to Stratum 1 (ST1)
QL2 0 0000 Synchronized – traceability/quality
unknown (STU)
QL3 7 0111 Traceable to Stratum 2 (ST2)
QL4 4 0100 Traceable to transit node clock (TNC)
QL5 13 1101 Traceable to Stratum 3E (ST3E)
QL6 A (10) 1010 Traceable to Stratum 3 (ST3)
QL7 C (12) 1100 Traceable to 20 ppm clock (SMC)
QL8 E (14) 1110 Reserved for network synchronization
QL9 F (15) 1111 Do not use for synchronization (DUS)
1 The actual value depends on whether SONET or SDH SSM message set is used. This info is
embedded in the license file.
2 Port Sync Priority determines which of the two or more local Core Unit’s WAN ports receiving
the same best SSM at the node level will be selected for timing. Factory preset to match the
WAN port numbers. This feature is not use for standard JunglePAX synchronization schemes.
1 For main synchronization loops established in JunglePAX networks whose individual nodes are
equipped with only one (left) Core Unit, it must be ensured that a lower-to-higher WAN port
number connectivity is established along the loop in either clockwise or counterclockwise
direction (e.g. L1-L2 in the clockwise direction).
Ring 1 Ring 2
HEE
1 For open loops established in JunglePAX networks whose individual nodes are equipped with
only one (left) Core Unit, it must be ensured that a lower-to-higher WAN port number connectivity
is established along the open loop (e.g. L1-L2).
Some of the possible timing solutions for the above network are shown below.
The main loop is green, the first open loop is yellow and the second open loop is
blue.
DUS DUS
HEE
Ring 1 Ring 2
DUS DUS
HEE
DUS
Ring 1 Ring 2
DUS DUS
HEE
HEE
DUS DUS
Ring 1 Ring 2
DUS DUS
HEE
HEE
DUS DUS
DUS DUS
Ring 1 Ring 2
Added 3rd Tie
DUS DUS
HEE
HEE
Ring 1 Ring 2
HEE
In the sync solution below, note that the main loop (green) is selected to coincide
with Ring 1. The first open loop is pink while the second open loop is blue. Also
note that the pink loop is closed through the tie node in Ring 2 and attached to
the two Core Units at the Ring 1 tie node.
HEE
DUS DUS
Ring 1 Ring 2
DUS DUS
HEE
Figure 66: Two rings with parallel tie links – Sync Solution
In both sync solutions 1 and 2 (Figure 68 and Figure 69), the main sync loop is
colored dark green. The two solutions differ by the selection of nodes for the
open loops in the lower left quadrant of the network.
HEE
HEE
HEE
DUS
DUS DUS
DUS DUS
DUS
DUS DUS
DUS
DUS HEE DUS
DUS DUS
DUS DUS
DUS
DUS
DUS
DUS
DUS
Figure 68: Meshed network with spurs and parallel links – Sync Solution 1
HEE
DUS
DUS DUS
DUS DUS
DUS
DUS DUS
DUS
DUS HEE DUS
DUS
DUS
DUS DUS
DUS
DUS
DUS DUS
DUS
Figure 69: Meshed network with spurs and parallel links – Sync Solution 2
Figure 70 shows a JunglePAX main loop timed from an external sync source.
Node A is the headend node (Node Type = HEE) with redundant external
reference clock feeds established either to the Timing Unit or to the Core Unit’s
Front Frequency Inputs. One of the two external inputs is selected based on
their health, incoming or assigned SSM, and port/unit priority setting. The
selected reference is used to supply the node with the clock. The SSM
associated with the selected reference input will be forwarded to both left and
right Core Units and asserted into the outgoing WAN port signals.
Node A distributes the clock to other nodes in the loop, typically one way around
it (default setting). The Core Units at all other nodes in the loop have their Node
Type set to Normal. At each Normal node, one of the two Core Units is normally
line-timed while the other unit is companion-timed.
Prim
A C
Sec
Prim
A C
Sec
Figure 71: Application with single headend node (loss of primary sync input)
If both external sources at Node A become unavailable (Figure 72), the Timing
Unit (if used) or the Sync Priority Core Unit will go into Holdover mode and will
continue to supply the node with the clock. In this mode, the SSM=14 (Option II)
or 11 (Option I) will be outputted on all provisioned headend node’s WAN ports.
If the Sync Priority unit fails, its companion will become the new sync leader.
Prim
HOLD
C
OVER
Sec
If the headend node were to time internally, its Core Units would have their Node
Type parameter configured for HEI mode. The Sync Priority unit (left by default)
would generate the reference clock for the entire system. In the networks using
the Option I (SDH) SSM message set, the SSM outputted on the headend node’s
WAN port would be 8, while in the networks with Option II (SONET) SSM
message set, the WAN ports would output SSM=10.
Figure 73 shows the normal condition for the application with both main and
backup sync nodes residing in the same ring.
Main
Headend
Node
Prim Prim
A C
Sec Sec
Backup
Headend
Site
Figure 73: Main and backup headend nodes in same ring (normal operation)
In the case when both external sync references at the main headend node are
lost, its master External Sync Unit goes into Holdover mode and asserts SSM=14
(SONET) / 11 (SDH) into all outgoing WAN port signals. Since this SSM is now
greater than the SSM associated with external references available at the backup
headend node, the primary reference at the backup headend node will be
selected for local timing and its SSM will be asserted in the outgoing WAN port
signals. The master External Sync Unit at the main headend node will observe
that the new (lower than 14/11) SSM is received on one of the local aggregate
inputs and will perform a sync switch from holdover to line timing (Figure 74).
Main
Headend
Node
Prim Prim
A C
Sec Sec
Backup
Headend
Node
Figure 74: Main and backup headend nodes in same ring (loss of sync inputs at
main headend node)
Once at least one of the two external sync references at the main headend node
is valid again, the node will switch back to it. Shortly, the backup sync node will
become line-timed again.
13. SPECIFICATIONS
Emissions Conducted and radiated emissions FCC Title 47 CFR Part 15 Class A
ICES-003 Issue 6
ETSI EN 300 386V1.6.1
EN 55022:2010/AC:2011
EN 55032:2012/AC:2013
EN 61000-3-2:2014
EN 61000-3-3:2013
Immunity IEEE 1613-2009+A1-2011 (Sections
4-8)
ETSI EN 300 386 V1.6.1
EN 55024:2010
• IEC 61000-4-2:2008
• IEC 61000-4-3:2006
+AMD1:2007+AMD2:2010
• IEC 61000-4-4:2012
• IEC 61000-4-5:2014
• IEC 61000-4-6:2013
• IEC 61000-4-8:2009
• IEC 61000-4-11:2004
Environmental Operating Temperature -20C (-4F) to + 60C (140F)
IEEE 1613-2019+A1-2011 Section 3
Storage Temperature -40C (-40F) to +70C (158F)
IEC 60068-2
IEEE 1613-2019+A1-2011 Section 3
Humidity, %RH 5 - 95%, non-condensing
IEEE 1613-2019+A1-2011 Section 3
Operating Altitude 2000 m
Penetration of small objects and At least IP32 (Protected against
liquids ingress of solid foreign objects
>2.5mm and dripping water (15
angled)
Earthquake NEBS ITL GR-63-CORE-TCG Issue 4,
April 2012 Section 4.4
Vibration/Shock
10mm/s 1-150Hz
100mm fall test
IEEE 1613-2019+A1-2011 Section 9
RoHS RoHS / WEEE
Reliability JunglePAX node in redundant 21 years
configuration
Shelf Size 19” (48.26cm) W
16.32” (41.45 cm) L
3.49" (8.86cm) H
Spacing 1 RU above and below for air
circulation
Backplane Type Passive
Hot swappable units Yes
Core Unit slots 2
Power Unit slots 2
This section covers the ordering information for JunglePAX units and is not
intended to replace standard engineering documentation or drawings. Please
contact the Account Manager for your area regarding ordering the
JunglePAX units and their accessories.
APPENDIX A
TDMoIP
TDMoIP Format
In all cases a TDMoIP packet commences with PSN headers. First comes the
20-byte header of UDP/IP, or the label-stack of MPLS. This is followed by the
"PW label", a four-byte MPLS-like label that is used to demultiplex different TDM
PWs. After the PSN header comes the four-byte TDMoIP "control word". The
control word contains a 16-bit packet sequence number (needed to detect packet
re-ordering and packet loss), payload length, and flags indicating defect
conditions.
After the control word comes the TDMoIP payload. For structure-agnostic
transport (SAToP), this is simply a predetermined number of TDM octets, while
for the structure-locked format the payload is an integer number of TDM frames.
For structure-indication and structure-reassembly TDMoIP draws on proven
adaptation mechanisms originally developed for ATM.
Delay
TDMoIP maps TDM octets directly into the payload with no voice compression
algorithms and no resultant algorithmic delay. The packetization latency added
by TDMoIP depends on the number of TDM frames (or timeslots) per packet.
Both TDMoIP and VoIP work best on paths with controlled packet delay variation
(strong overprovisioning or "QoS").
Timing Recovery
Packets in the PSN reach their destination with delay that has a random
component, known as packet delay variation (PDV). When emulating TDM
transport on such a network, this randomness may be overcome by placing the
TDM packets into a jitter buffer from which data can be read out at a constant
rate for delivery to TDM end-user equipment. The problem is that the TDM
source time reference is no longer available and the precise rate at which the
data are to be "clocked out" of the jitter buffer is unknown.
Packet Loss
While the insertion of arbitrary packets may be sufficient to maintain the TDM
timing, in voice applications packet loss can cause gaps or errors that result in
choppy, annoying, or even incomprehensible speech. The precise effect of
packet loss on voice quality and the development of packet loss concealment
algorithms have been the subject of detailed study in the VoIP community, but
their results are not directly applicable to the TDMoIP case. This is because
VoIP packets typically contain between 80 samples (10 ms) and 240 samples (30
ms) of the speech signal, while TDMoIP packets may contain only a small
number of samples. Since TDMoIP packets are so small, it is acceptable to
simply insert a constant value in place of any lost speech samples. Assuming
that the input signal is zero-mean (i.e. contains no DC component), minimal
distortion is attained when this constant is set to zero. Alternatively, more
sophisticated approaches call for optimally predicting the values of missing
samples.
APPENDIX B
LIST OF ILLUSTRATIONS
List of Figures
Figure 1: Unicast MPLS packet format (shown without preamble and FCS) ......................... 11
Figure 2: Example of label lookup table at LSR ..................................................................... 11
Figure 3: Example of a label-switched path............................................................................ 12
Figure 4: Working and Protect LSP ........................................................................................ 13
Figure 5: JunglePAX Shelf Front View (both Core Units equipped) ....................................... 21
Figure 6: JunglePAX Shelf Rear View .................................................................................... 22
Figure 7: Shelf dimensions ..................................................................................................... 23
Figure 8: Shelf design prevents penetration of industrial contaminants and wildlife
droppings ................................................................................................................ 24
Figure 9: JunglePAX Shelf Top View (shown with top cover removed) ................................. 25
Figure 10: Backplane Access Unit Zones (Rear View) .......................................................... 25
Figure 11: Shelf Rear View with Power Supply, 2 Ethernet and 1 CBUS Unit....................... 26
Figure 12: Core Unit ............................................................................................................... 27
Figure 13: Core Unit Face Plate ............................................................................................. 28
Figure 14: WAN port connectors ............................................................................................ 28
Figure 15: WAN port LED indications ..................................................................................... 32
Figure 16: Core Unit ejection/insertion handle ....................................................................... 33
Figure 17: Core Units ejected (with ejection/insertion handles in disengaged position) ........ 33
Figure 18: DC Power Supply Unit shown with and without mating terminal block
connectors installed .............................................................................................. 34
Figure 19: DC PSU’s label with CSA certification and ratings................................................ 34
Figure 20: DC PSU installed in left position (a) and right position (b) .................................... 37
Figure 21: Left DC PSU ejected (with handle in disengaged position) .................................. 37
Figure 22: AC Power Supply Unit ........................................................................................... 38
Figure 23: AC PSU’s label with CSA certification and ratings ................................................ 38
Figure 24: Universal female connector (connects to supplied main power cable) ................. 39
Figure 25: Part Number format for AC PSU and associated main power cable .................... 39
Figure 26: AC PSU installed in left position (a) and right position (b) .................................... 41
Figure 27: Access Unit Status LEDs ...................................................................................... 43
Figure 28: Proper alignment of access unit before insertion .................................................. 44
Figure 29: Access unit: (a) ejected; (b) unlocked; (c) locked ................................................. 44
Figure 30: EF-4A Unit with SFP transceiver installed for Port 2............................................. 46
Figure 31: SFP Port LED Indications ...................................................................................... 47
Figure 32: EC-4A Unit............................................................................................................ 48
Figure 33: RJ-45 Port LED Indications ................................................................................... 48
Figure 34: T1E1-4A Unit ......................................................................................................... 50
Figure 35: T1/E1 Port LEDs.................................................................................................... 50
Figure 36: CBUS-4A Unit........................................................................................................ 52
List of Tables
APPENDIX C
LIST OF ACRONYMS
• 2W 2-wire
• 4W 4-wire
• AC Alternating Current
• AES Advanced Encryption Standard
• AIS Alarm Indication Signal
• AMI Alternate Mark Inversion
• ANSI American National Standards Institute
• ATM Asynchronous Transfer Mode
• B8ZS Bipolar with 8-Zero Substitution
• BFD Bidirectional Forwarding Detection
• BER Bit Error Rate
• BITS Building Integrated Timing Supply
• BPV Bipolar Violations
• CBUS Channel Bus
• CDAX Compact Digital Access Cross-Connect
• CE Customer Edge
• CEoP Circuit Emulation over Packet
• CESoP Circuit Emulation Service over Packet
• CESoPSN Circuit Emulation over Packet-Switched Network
• CISPR Comité International Spécial des Perturbations Radioélectriques
(International Special Committee on Radio Interference)
• CLI Command Line Interface
• CMUX Channel Multiplexer
• CRC Cyclic Redundancy Check
• CSA Canada Safety Administration
• DA Destination Address
• DACS Digital Access and Cross-connect System
• DC Direct Current
• PW Pseudowire
• PWE3 Pseudowire Emulation Edge-to-Edge
• QoS Quality of Service
• QRSS Quasi-Random Signal Sequence
• QU Quality Unknown
• RADIUS Remote Authentication Dial-In User Service
• RAI Remote Alarm Indication
• RCV Receive
• RDI Remote Defect Indication
• RFI Radio Frequency Interference
• RoHS Restriction of Hazardous Substances
• RTC Real-Time Clock
• RU Rack Unit
• RX Receive
• SA Source Address
• SAToP Structure-Agnostic TDM over Packet
• SD Secure Digital (memory card)
• SDH Synchronous Digital Hierarchy
• SEC Synchronous Equipment Clock
• SHA Secure Hash Algorithm
• SF Superframe
• SFP Small Form-Factor Pluggable
• SMC SONET Minimum Clock
• SN Serial Number
• SNMP Simple Network Management Protocol
• SONET Synchronous Optical Network
• SR Short Reach
• SSH Secure Socket Shell
• SSM Synchronization Status Messaging
• SSR Solid State Relay
• SSU Synchronization Supply Unit
• ST1 Stratum 1
• ST2 Stratum 2
• ST3 Stratum 3
• ST3E Stratum 3E
• STU Synchronized, Traceability Unknown
• S/W Software
• SWC Surge Withstand Capability
• T1 Digital Signal level 1 (1,544 kb/s)
• T3 Digital Signal level 3 (44,736 kbit/s)
• T1MX T1 Multiplexer (a member of Lentronics Multiplexers’ family)
• TCP Transmission Control Protocol
• TDM Time Division Multiplexing
• TDMoIP TDM over IP
• TDMoP TDM over Packet
• TE Traffic Engineering
• TNC Transit Node Clock
• TP Transport Profile
• TPIM Technical Practice and Installation Manual
• TTL Time to Live
• TX Transmit
• UDP User Datagram Protocol
• UI User Interface
• UTC Coordinated Universal Time
• VLAN Virtual LAN
• VLL Virtual Leased Line
• VoIP Voice over IP
• VPN Virtual Private Network
• VPLS Virtual Private LAN Service
• VPWS Virtual Private Wire Service
• VRF Virtual Routing and Forwarding
• VF Voice Frequency
• WAN Wide Area Network
• WEEE Waste Electrical and Electronic Equipment
• WIS WAN Interface Sublayer
• XMT Transmit