Appendix A - Ethernet to G.703 Specifications...................................23
Appendix B - Ethernet 10Base-T Specifications.................................24
Radio and TV Interference
The Ethernet to G.703 Bridge generates and uses radio frequency energy,
and if not installed and used properly-that is, in strict accordance with the
manufacturer's instructions-may cause interference to radio and television
reception. The Ethernet to G.703 Bridge has been tested and found to
comply with the limits for a Class A computing device in accordance with
the specifications in Subpart J of Part 15 of FCC rules, which are designed
to provide reasonable protection from such interference in a commercial
installation. However, there is no guarantee that interference will not occur
in a particular installation. If the Ethernet to G.703 Bridge does cause
interference to radio or television reception, which can be determined by
disconnecting the unit, the user is encouraged to try to correct the
interference by one or more of the following measures: moving the
computing equipment away from the receiver, re-orienting the receiving
antenna and/or plugging the receiving equipment into a different AC outlet
(such that the computing equipment and receiver are on different branches).
CE NOTICE
The CE symbol on your equipment indicates that it is in compliance with the
Electromagnetic Compatibility (EMC) directive and the Low Voltage Directive
(LVD) of the European Union (EU). A Certificate of Compliance is available
by contacting Black Box Technical Support.
Black Box Technical Support are also available to answer any questions that
might arise concerning the installation or use of your Ethernet to G.703 Bridge .
Page 4
6
5
Ethernet to G.703 Bridge
Ethernet to G.703 Bridge
General Information
Thank you for your purchase of this Black Box product. This product has been
thoroughly inspected and tested and is warranted for One Year parts and labor. If any
questions or problems arise during installation or use of this product, please do not
hesitate to contact Black Box Technical Support.
Features
• Terminates G.703 and G.704, E1/fractional E1 service
• Available in low-cost standalone or rack-mountable versions
• n x 64 kbps data rates to 2.048 Mbps
• 10Base-T Ethernet bridge
• PPP (Point to Point Protocol, RFC 1661) with Bridge Control Protocol (RFC
1638)
• 75-ohm dual coax and 120-ohm twisted-pair G.703 connections
• Local and remote loopback diagnostics
• Internal and G.703 network timing
• CE and BABT approvals
• 90-260VAC & 48VDC power options
• Conforms to ONP requirements CTR 12 and CTR 13 for connection to
international Telecom networks
Description
The Ethernet to G.703 Bridge receives channelized G.704 (n x 64kbps) or clear
channel E1/G.703 (2.048-Mbps) data from the telco's digital data network. The
Ethernet to G.703 Bridge terminates the G.703 telco interface and converts the data
for transmission to a user-oriented 10Base-T (802.3) Ethernet interface.
The Ethernet (Ethernet to G.703 Bridge ) supports an integrated 10Base-T
(802.3) Ethernet port with transparent bridging capability for IP, IPX, DECnet,
NetBIOS and other layer-3 protocols. The Ethernet to G.703 Bridge attaches to the
LAN and intelligently bridges data traffic to the large central site router through the
telco's leased line network. The Ethernet to G.703 Bridge supports PPP (RFC 1661)
and BCP (RFC 1638).
The Ethernet to G.703 Bridge is a 10Base-T bridge that operates over
G.703/G.704 lines. It uses MAC learning and forwarding to provide seamless LANto-LAN connectivity. As a result, corporate enterprises can connect their servers to a
pair of NTUs and automatically forward data packets that are meant for the remote
network. Local packets are filtered and passed only to the local LAN.
PPP Operational Background
PPP is a protocol used for multi-plexed transport over a point-to-point
link. PPP operates on all full duplex media, and is a symmetric peer-to-peer
protocol, which can be broken into three main components: 1. A standard
method to encapsulate datagrams over serial links; 2. A Link Control
Protocol (LCP) to establish, configure, and test the data-link connection; 3. A
family of Network Control Protocols (NCPs) to establish and configure
different network layer protocols.
In order to establish communications over a point-to-point link, each end
of the PPP link must first announce its capabilities and agree on the
parameters of the link’s operation.This exchange is facilitated through LCP
Configure-Request packets.
Once the link has been established and optional facilities have been
negotiated, PPP will attempt to establish a network protocol. PPP will use
Network Control Protocol (NCP) to choose and configure one or more
network layer protocols. Once each of the network layer protocols have been
configured, datagrams from the established network layer protocol can be
sent over the link. The link will remain configured for these communications
until explicit LCP or NCP packets close the link down, or until some external
event occurs.
The PPP Bridging Control Protocol (BCP), defined in RFC 1638,
configures and enables/disables the bridge protocol on both ends of the
point-to-point link. BCP uses the same packet exchange mechanism as
the Link Control Protocol (LCP). BCP is a Network Control Protocol of
PPP, bridge packets may not be exchanged until PPP has reached the
network layer protocol phase.
Applications
In situations where a routed network requires connectivity to a
remote Ethernet network, the interface on a router can be configured as a
PPP IP Half Bridge. The serial line to the remote bridge functions as a
Virtual Ethernet interface, effectively extending the routers serial port
connection to the remote network. The bridge device sends bridge
packets (BPDU's) to the router's serial interface. The router will receive
the layer three address information and will forward these packets based
on its IP address.
Figure 1 shows a typical Cisco router with a serial interface configured as
a PPP Half Bridge. The router serial interface uses a remote device that
supports PPP bridging to function as a node on the remote Ethernet network.
The serial interface on the Cisco will have an IP address on the same
subnet as the bridge.
Ethernet
Page 5
8
7
Ethernet to G.703 Bridge
Ethernet to G.703 Bridge
Ethernet to
G.703
Bridge
Ethernet LAN
Figure 1. Cisco router with serial interface, configured as PPP Half Bridge.
Router
For example, the customer site is assigned the addresses
192.168.1.0/24 through 192.168.1.1/24. The address 192.168.1.1/24 is
also the default gateway for the remote network. The above settings
remove any routing/forwarding intelligence from the CPE. The
associated Cisco configuration will set serial interface (s0) to
accommodate half bridging for the above example.
Authentication is optional under PPP. In a point-to-point leased-line
link, incoming customer facilities are usually fixed in nature, therefore
authentication is generally not required. If the foreign device requires
authentication via PAP or CHAP, the PPP software will respond with
default Peer-ID consisting of the units Ethernet MAC address and a
password which consists of the unit’s Ethernet MAC address.
Some networking systems do not define network numbers in packets
sent out over a network. If a packet does not have a specific destination
network number, a router will assume that the packet is set up for the
local segment and will not forward it to any other sub-network.
However, in cases where two devices need to communicate over the
wide-area, bridging can be used to transport non-routable protocols.
Figure 2 illustrates transparent bridging between two routers over a
serial interface (s0). Bridging will occur between the two Ethernet
Interfaces on Router A (e0 and e1) and the two Ethernet Interfaces on
Router B (e0 and e1).
Ethernet to
!
no ip routing
!
interface Ethernet0
ip address 1.1.1.1 255.255.255.0
bridge-group 1
!
interface Serial0
ip address 1.1.1.1 255.255.255.0
encapsulation PPP
bridge-group 1
!
interface Serial1
ip address 2.2.2.2 255.255.255.0
bridge-group 1
!
bridge 1 protocol ieee
!
Serial Interface
Router A
S0
LAN
S1
LAN
e0
Using Bridge-Groups,
multiple remote LANs can be
bridged over the wide-area.
S0
e1
Serial Interface
S1
Router B
e0
LAN
Figure 2. Transparent Bridging Between Two Ethernet Interfaces
E1/FE1 Link
LAN
LAN
E1/FE1 Link
G.703 Bridge
Ethernet
to G.703
Bridge
Configuration
The Ethernet to G.703 Bridge features configuration capability via hardware
DIP switches. This section describes all possible DIP switch configurations of the
Ethernet to G.703 Bridge .
Front
ON
OFF
Rear
Figure 3.Underside of Ethernet to G.703 Bridge , Showing Location of DIP Switches
S2
S1
Dip Switch Configuration
The Ethernet to G.703 Bridge has two sets of internal DIP switches that allow
configuration for a wide range of applications. The sets of switches are accessed
from the underside. Figure 4 (below) shows the location of the DIP switches on the
bottom of the printed circuit board.
The Ethernet to G.703 Bridge DIP switches (Switch Sets 1-2) can be configured
as either “ON” or “OFF”. Figure 2 (below) shows the orientation of the DIP
switches with respect to ON/OFF positions.
Figure 4. Close up of configuration switches
ON
OFF
Page 6
1010
9
Ethernet to G.703 Bridge
10
Ethernet to G.703 Bridge
Switch SW1-1 through SW1-8
A detailed description of each switch (SW1-1 through SW1-8) setting follows the
summary table below.
Use Switches SW1-1 through SW1-5 to set the DTE data rate.
SW2 SW3 SW4 SW5Speed
SW1
ONON ONON ON64kbps
OFF ON ONON ON128kbps
ONOFF ONON ON192kbps
OFF OFF ONON ON256kbps
ONON OFF ON ON320kbps
OFF ON OFFON ON384kbps
ONOFF OFF ON ON448kbps
OFF OFF OFF ON ON512kbps
ONON ONOFF ON576kbps
OFF ON ONOFF ON640kbps
ONOFF ONOFF ON704kbps
OFF OFF ONOFF ON768kbps
ONON OFF OFF ON832kbps
OFF ON OFF OFF ON896kbps
ONOFF OFF OFF ON960kbps
OFF OFF OFF OFF ON1024kbps
ONON ONON OFF1088kbps
OFF ON ONON OFF1152kbps
ONOFF ONON OFF1216kbps
OFF OFF ONON OFF1280kbps
ONON OFF ON OFF1344kbps
OFF ON OFF ON OFF1408kbps
2.048 Mbps
Clear
}
Channel
ONOFF OFF ON OFF1472kbps
OFF OFF OFF ON OFF1536kbps
ONON ONOFF OFF1600kbps
OFF ON ONOFF OFF1664kbps
ONOFF ONOFF OFF1728kbps
OFF OFF ONOFF OFF1792kbps
ONON OFF OFF OFF1856kbps
OFF ON OFFOFF OFF1920kbps
ONOFF OFF OFF OFF1984kbps
OFF OFF OFF OFF OFFClear Channel 2048kbps
NOTE:When the data rate is set to 2.048Mb/s, then the unit is forced into
G.703 mode, and it transmits user data on all 32 time-lots. There is no framing
information; therefore, the CRC4 MF (SW2-2) switch is ignored. In all other
rate settings, the unit employs G.704 framing; TS0 is reserved for signaling.
Use Switch SW2-1 to control the Network Line Coding options. Set these
options to be the same as the Line Coding given to you by
you are using two Ethernet to G.703 Bridge s together as short range modems, set
both units to HDB3.
SW2-1Line Encoding
OFFHDB3
ONAMI
OPTIONS: HDB3, AMI
HDB3:In this line coding, the transmitter substitutes a deliberate bipolar
violation when excessive zeros in the data stream are detected. The receiver
recognizes these special violations and decodes them as zeros. This method
enables the network to meet minimum pulse density requirements. Unless
AMI is required in your application, HDB3 should be used whenever
possible.
AMI:Alternate Mark Inversion defines a pulse as a "mark,” a binary one, as
opposed to a zero. In an E1 network connection, signals are transmitted as a
sequence of ones and zeros. Ones are sent as pulses, and zeros are sent as
spaces, i.e., no pulse. Every other pulse is inverted from the previous pulse
in polarity, so that the signal can be effectively transmitted. This means,
however, that a long sequence of zeros in the data stream will cause
problems, since the NTU receiving the signal relies on the signal to recover
the 2.048 Mb/s clock.
If you must use AMI, you should ensure that the data terminal equipment
connected to the unit provides a minimally acceptable pulse density.For
this reason, there are advantages to using HDB3 instead. AMI coding does
not inherently account for ones density. To meet this requirement, the user
should ensure that the data inherently meets pulse density requirements.
your Service Provider. If
SW2-2Option
OffCRC-4 Disabled
OnCRC-4 Enabled
NOTE:When the data rate is set to 2.048Mb/s, then the unit is forced into
G.703 mode, and it transmits user data on all 32 time-lots. There is no framing
information; therefore, the CRC4 MF (SW2-2) switch is ignored. In all other
rate settings, the unit employs G.704 framing; TS0 is reserved for signaling.
Switch SW2-3 Data Inversion
Set Switch S2-3 to determine whether or not the data stream from the local DTE is
inverted within the Ethernet to G.703 Bridge before being passed to the
G.703/G.704 network. An inverted data stream may be required when you use the
Ethernet to G.703 Bridge to communicate with a G.703 device (that inverts the data)
on the remote end.In typical installations, data inversion is not necessary.
SW2-3
OffData not inverted
OnData inverted
Switch SW2-4: Remote Digital Loopback Type
The user can set this variable to select the type of remote loop that will be initiated
by the Ethernet to G.703 Bridge . If set to V.54, the Ethernet to G.703 Bridge will
initiate a V.54 loop when Remote Loop is selected by the front panel switches. If
set to CSU, the Ethernet to G.703 Bridge will initiate a CSU loop when Remote
Loop is selected by the front panel switches.
S2-4
OffInitiate a V.54 RDL loop when selected
OnInitiate a CSU loopback when selected
Option
RDL Type
SWITCH SW2-2: CRC-4 Multiframe
In framed mode, SW2-2 is used for CRC-4 MF. When CRC-4 is enabled, the unit
monitors the incoming data stream for CRC-4 errors. It transmits CRC-4 error
counts to the transmitting unit. When using timeslot zero (TS0), excessive errors
may cause loss of frame or loss of sync. If CRC-4 MF is used, both units must be set
for set for CRC-4 MF. Otherwise, the one using CRC-4 MF will detect loss of sync.
11
SWITCH SW2-5 FRONT PANEL SWITCHES
As the Front Panel Switches may be inadvertently toggled, or in the event that the
end-user may not need to use the switches, the installer may disable the front panel
switches. Set Switch S2-5 to determine whether the front-panel toggle switches are
active or inactive.
Once the Ethernet to G.703 Bridge is properly configured, it is ready to connect
to the G.703/G.704 interface, to the Ethernet port, and to the power source. This
section describes how to make these connections.
V.54 is a special in-band loopback facility that sends a pseudo-random pattern over
the data stream. This is the only loopback that the unit can initiate. This is useful for
campus applications when you need to put a remote unit in loopback. The unit
responds to the V.54 loopback command, and the whole process takes only a few
seconds to complete. When V.54 Loopback is disabled, the unit will not be able to
respond to V.54 loopback commands.
The Power, G.703/G.704 and Ethernet Line connections are located on the rear
panel of the Ethernet to G.703 Bridge . Figure 5, below, shows the location of each
of these ports.
75 Ohm
TX
Figure 5. Ethernet to G.703 Bridge Rear Panel
120 Ohm
RX
Connecting Dual Coaxial Cable (75 ohm) to the G.703 Network
The Ethernet to G.703 Bridge is equipped with dual female BNCs (TX and RX)
for connection to a 75 ohm dual coax G.703 network interface. If your G.703/G.704
network terminates via dual coaxial cable, use the diagram below to make the proper
connections. See Figure 6 below.
Data TO
Network
TX
RX
Data
FROM
Network
Figure 6:Rear Panel, Showing Location of Connectors.
NOTE: The outer conductor of the coax cables are isolated from system earth
ground.
When using the 75 Ohm interface, jumper straps JP3, JP6, JP7, and JP8 must be
installed over the jumpers. The jumpers are located next to the BNC connectors.
Refer to the following section to open the case. Open the case and install jumper
straps for JP3, JP6, JP7, and JP8.
Page 9
16
15
Ethernet to G.703 Bridge
Ethernet to G.703 Bridge
Opening the Case
Open the case by inserting a screwdriver into the slots and twist the screwdriver
head slightly. The top half of the case will separate from the lower half of the case.
Take caution not to damage any of the PC board mounted components.
Connecting the Twisted Pair (120 ohm) to the G.703 Network
The Ethernet to G.703 Bridge is equipped with a single RJ-48C jack for
connections to a 120 ohm twisted pair G.703/G.704 network interface. If your
G.703/G.704 network terminates via RJ-48C, use the connection diagram (Figure 7)
following the pinout and signals chart below to connect the 120 ohm G.703/G.704
network channel.
Connecting the 10Base-T Ethernet Port to a PC (DTE)
1
2
3
4
5
6
7
8
Figure 8:Connecting the 10Base-T Ethernet Port to a PC
The 10Base-T interface is configured as DTE (Data Terminal Equipment). If the
Ethernet to G.703 Bridge is to connect to another DTE device such as a 10Base-T
network interface card, construct a 10Base-T crossover cable and connect the wires
as shown in the diagram below (Figure 9).
1 TD+(data output)
2 TD- (data output)
3 RD+ (data input)
4 (no connection)
5 (no connection)
6 RD- (data input)
7 (no connection)
8 (no connection)
Connecting the 10Base-T Ethernet Port to a Hub
(No Connection) 8
(No Connection) 7
(No Connection) 6
(TX+) 5
(TX-) 4
(No Connection) 3
(RX-) 2
(RX+) 1
Figure 7:G.703/G.704 120 Ohm Connection.
8
7
6
5
4
3
2
1
The 10Base-T interface is configured as DTE (Data Terminal Equipment), just
like a 10Base-T network interface card in a PC. Therefore, it “expects” to connect
to a 10Base-T Hub using a straight-through RJ-45 cable. Use the diagram below
(Figure 10) to construct a cable to connect the 10 BaseT interface to a 10Base-T
Hub.
Figure 10:Connecting the 10Base-T Ethernet Port to a Hub
Page 10
18
17
Ethernet to G.703 Bridge
Ethernet to G.703 Bridge
Power Connection
Universal ACPower (100-240VAC)
The Ethernet to G.703 Bridge uses a 5VDC, 2A universal input 100-240VAC,
power supply (center pin is +5V). The universal input power supply has a male
IEC-320 power entry connector. This power supply connects to the Ethernet to
G.703 Bridge by means of a barrel jack on the rear panel. Many international power
cords are available for the universal power supply.
The Ethernet to G.703 Bridge powers up as soon as it is plugged into an AC
outlet--there is no power switch.
DC Power
The 36-60VDC DC to DC adapter supplied with the DC version, which is
available on a special order from Black Box, plugs in a DC source (nominal
48VDC) and plugs into the barrel power supply jack on the rear of the Ethernet to
G.703 Bridge. Please refer to Figure 11, below, to make the proper connection.
To Power
Supply Jack
To -48VDC
Source
+ Vin
Operation
When the Ethernet to G.703 Bridge has been properly configured and installed,
it should operate transparently. This sections describes power-up, LED status
monitors, and the built-in loopback test modes.
Power-Up
Before applying power to the Ethernet to G.703 Bridge, please read the
Installation Section and ensurethat the unit is properly connected to the appropriate
power source.
LED Status Monitors
The Ethernet to G.703 Bridge features six front panel LEDs that monitor
connections on the G.703/G.704 and 10BaseT links, signaling, error and test modes.
Figure 12 (below) shows the front panel location of each LED. Descriptions of each
LED follow Figure 12.
- Vin
Figure 11:Connecting DC Power to the Ethernet to G.703 Bridge DC Power Supply.
WARNING!There are no user-serviceable parts in the power
supply section of the Ethernet to G.703 Bridge .For more
information, please contact Black Box Technical support.
Figure 12:Ethernet to G.703 Bridge Front Panel
E1 Link(Active Green) Solid green (On) indicates that the end to end E1
Link is up, signifying that the link is active. The E1 Link LED
is Off when the link is down.
10BT Link (Active Green) Solid green indicates that the 10BaseT Ethernet
interface has detected a valid SQE heartbeat, signifying a valid
10BaseT connection.
StatusBlinks yellow from one to eleven times to indicate system
status. Each pulse pattern is separated by a 2 second “off”
period. Greater pulse patterns have higher priority (buffer
saturation has greater priority than an empty MAC table). Valid
system statuses are:
1 pulse = system status is okay
2 pulses = no MAC entries in the MAC
Address Table
Page 11
20
19
Ethernet to G.703 Bridge
Ethernet to G.703 Bridge
3 pulses = Clear to Send (CTS) or Carrier Detect (DCD)
from base unit are not asserted
4 pulses = IM1/I buffer is saturated
5 pulses = WAN receive frame(s) too large
6 pulses = WAN receive frame(s) not octet aligned
7 pulses = WAN receive frame(s) aborted
8 pulses = Detected WAN receive frame(s) with CRC
9 pulses = Detected LAN receive frame(s) too large
10 pulses = Detected LAN receive frame(s) not octet aligned
11 pulses = Detected LAN receive frame(s) with bad CRC
LOS The Loss of Sync LED lights when the unit loses
synchronization with the incoming signal. This may
happen when there is a framing mismatch or a loss
of signal. In unframed mode, the LOS LED monitors
the status of the transmit clock.
ERThe error LED indicates various error conditions, including
framing bit errors, excessive zeros, controlled slips, severe errors,
or bit errors (when sending V.52 test patterns). When sending a
test pattern, the LED will remain lit if the unit does not receive the
identical pattern. When it receives the correct pattern, the LED
will turn off. If error insertion is on, the LED will blink once a
second if everything is operating properly.
2Mbps G.703
Network
Clock/
Data
Clock/
Data
All Switches
set to “OFF”
Figure 13.Local Loopback for a Network Termination Application
2Mbps G.703
Network
Internal
Clocking
Ethernet to G.703 Bridge
Receive
Recover
Clocking
Cable Span
Data
Ethernet to G.703 Bridge
To perform a LL test, follow these steps:
1. Activate LL. This may be done by selecting local loop on the front panel
switch.
2. Perform a V.52 BER(bit error rate) test. If the BER test equipment
indicates no faults, but the data terminal indicates a fault, follow the
manufacturer’s checkout procedures for the data terminal. Also, check the
interface cable between the terminal and the Ethernet to G.703 Bridge .
Operating Remote Digital Loopback (RL)
Ethernet
Device
TM (Active Yellow) Solid Yellow indicates an Active Test Mode. The
unit may be placed in test mode by the local user or by the remote
user.
Loop (V.54 & TELCO) Diagnostics
The Ethernet to G.703 Bridge offers three V.54 loop diagnostics. Use these
diagnostics to test the NTU and any communication links. These tests can be
activated via the front panel switches.
Operating Local Loopback (LL)
The Local Loopback (LL) test checks the operation of the local Ethernet to
G.703 Bridge , and is performed separately on each unit.
The Remote Digital Loopback (RL) test checks the performance of both the
local and remote units, as well as the communication link between them. Any
characters sent to the remote unit in this test mode will be returned back to the
originating device.
Ethernet to G.703 Bridge
Ethernet
Device
Clock/
Data
Clock/
Data
Internal
Clocking
Cable Span
Figure 14.Remote Loop in a Network Extension Application
Ethernet to G.703 Bridge
Receive
Recover
Clocking
Data
Ethernet
Device
Clock/
Data
Data
Page 12
22
22
Ethernet to G.703 Bridge
Ethernet to G.703 Bridge
There are two Remote Loops that can be initiated from the Ethernet to G.703
Bridge unit: (1) V.54 Loop, and; (2) CSU Loop. The user can select the type of
loop that can be initiated by Switch S2-4. When a loopback is initiated this is the
type of loop that the unit uses to loop up the remote unit and which type of loop the
unit will respond to.
To perform an RDL test, follow these steps:
1. Activate RDL. This may be done by setting the front panel switch to
‘Remote’.
2. Perform a bit error rate test (BERT) using the internal V.52 generator, or
using a separate BER Tester. If the BER test indicates a fault, and the
Local Line Loopback test was successful for both units, you may have a
problem with the twisted pair line connection.
CSU Loop
Although CSU Loop is predominantly a T1 function, the Ethernet to G.703
Bridge responds to central office initiated loop commands. Customers can use this
facility when the Central Office network switch supports CSU loops over an E1
interface.
When CSU Loop is selected, and when in D4 framing mode, the Ethernet to
G.703 Bridge will implement the “loop up” command when it recognizes the pattern
“10000” in the data stream for a minimum of 5 seconds. The “loop down” command
is implemented by the pattern “100” in the data stream for a minimum of 5 seconds.
The Ethernet to G.703 Bridge will respond to Universal Loopback De-activate
to clear all central office loops.
and monitor the tests at the local Ethernet to G.703 Bridge , and one to do
the same at the remote Ethernet to G.703 Bridge . In this case, the test
pattern sent by each Ethernet to G.703 Bridge will not be looped back, but
will be transmitted down the line to the other Ethernet to G.703 Bridge .
While one operator initiates test, the other monitors for errors.
Using the V.52 (BER) Test Pattern Generator
To use the V.52 BER tests in conjunction with the Remote Digital Loopback tests
(or with Local Line Loopback tests), follow these instructions:
1. Locate the “511/511E” toggle switch on the front panel of the Ethernet to
G.703 Bridge and move it UP. This activates the V.52 BER test mode and
transmits a “511” test pattern into the loop. If any errors are present, the
local modem’s red “ER” LED will blink sporadically.
2. If the above test indicates no errors are present, move the V.52 toggle
switch DOWN, activating the “511/E” test with errors present. If the test is
working properly, the local modem's red “ER” LED will blink once per
second. A successful “511/E” test will confirm that the link is in place, and
that the Ethernet to G.703 Bridge’s built-in “511” generator and detector
are working properly.
NOTE:The above V.52 BER tests can be used independently of the
Remote Digital Loopback tests. This requires two operators: one to initiate
21
Page 13
24
24
Ethernet to G.703 Bridge
23
Ethernet to G.703 Bridge
Appendix A
Ethernet to G.703 Bridge Specifications
Network Data Rate:2.048 Mbps
Network Connector:RJ-48C/Dual Coax BNC
Nominal Impedance:75/120 ohm
Line Coding:Selectable AMI or HDB3
Line Framing:G.703 (Unframed) or G.704/G.732 (Framed)
CRC-4 Multiframing:Selectable On or Off
Clocking:Internal or Network (Receive Recover)
Time Slot Rate:64 kbps
Network Data Rates:64, 128, 192, 256, 320,384, 448, 512, 576, 640, 704,
DTE Data Rates:10Mbps
LANConnection: RJ-45, 10Base-T, 802.3 Ethernet
Protocol:PPP (RFC 1661) with Bridging Control (RFC 1638)
MAC Address Table Size:4096 entries
MAC Address Aging:MAC addresses deleted after 8 minutes of inactivity
Frame Buffer:512 Frames
Frame Latency:1 frame
Diagnostics:V.54 Loopback; CSU Loopback; V.52 Patterns: 511
Indicators:E-1 Link, 10Base-T Link, Ethernet Status, Loss of
Configuration:Two 8-Position DIP Switches
Power Supply:+5VDC external power supply 100-240VAC, 50-
Humidity:Up to 90% non-condensing
Temperature:0 to 70
Dimensions: 9.0 x 5.3 x 2.0 cm (3.5”L x 2.1”W x 0.78”H)
Frame Sync, Error, Test Mode
60Hz, 0.4A
o
C
Loading...
+ hidden pages
You need points to download manuals.
1 point = 1 manual.
You can buy points or you can get point for every manual you upload.