cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
rookus
New Contributor II

Adtran NV3200 Bridge to Bridge Programming

Jump to solution

I am very new to Adtran and to the NV3200.  I need to program two (2) NV3200 units to bridge a network

with a T-1 in between them.  We are only using the CSU/DSU component and not the router.  Can anyone

help with this?

0 Kudos
1 Solution

Accepted Solutions
rookus
New Contributor II

Re: Adtran NV3200 Bridge to Bridge Programming

Jump to solution

Thank you Jayh for your response. 

I have been using the Web-browser to configure the 3200 with a straight through CAT 5 cable.  What do I use in order to program the 3200 with the commands

you used in your reply?

Thank you for your assistance.

View solution in original post

0 Kudos
3 Replies
jayh
Honored Contributor
Honored Contributor

Re: Adtran NV3200 Bridge to Bridge Programming

Jump to solution

This should be similar to the solution in https://supportforums.adtran.com/thread/3165 .

bridge 1 protocol ieee

!

interface t1 0/1

  description T-1 from remote

  tdm-group 1 timeslots 1-24 speed 64

  no shutdown

!

interface ppp 1

  no ip address

  no shutdown

  cross-connect 1 t1 0/1 1 ppp 1

  bridge-group 1

!

!

interface eth 0/1

  description Ethernet to LAN

  no ip address

  no shutdown

  bridge-group 1

!


On one of the units, it doesn't matter which one, add the command:


timing-source t1 0/1

On the other, leave it the default


timing-source internal


If your T1 interface is something other than T1 0/1, change it accordingly.

rookus
New Contributor II

Re: Adtran NV3200 Bridge to Bridge Programming

Jump to solution

Thank you Jayh for your response. 

I have been using the Web-browser to configure the 3200 with a straight through CAT 5 cable.  What do I use in order to program the 3200 with the commands

you used in your reply?

Thank you for your assistance.

0 Kudos
jayh
Honored Contributor
Honored Contributor

Re: Adtran NV3200 Bridge to Bridge Programming

Jump to solution

rookus wrote:



I have been using the Web-browser to configure the 3200 with a straight through CAT 5 cable.  What do I use in order to program the 3200 with the commands you used in your reply?



A terminal emulator such as minicom, hyperterminal, putty, etc. or a real VT100 terminal connected via serial RS-232 to Console port. Serial ports on computers are becoming scarce so a USB-to-serial adapter may be needed.