Point-to-Point T1s with 2 remote offices
brt013 Feb 16, 2012 11:07 AMI am new to setting up T1 point-to-point connections. I was trying to setup a Netvanta 3200 3rd Gen with a dual T1 card in bridge mode to connect two other Netvanta 3200 3rd Gen with the single T1 card in them. I can get one or the other to work but not all of them at the same time. Please help me with the configuration of this device. Scenario is a main location (A) with two remote offices (B & C). All need to be on the same network. Location A has a Netvanta 3200 3rd Gen with a dual T1 card and Location B & C both have a Netvanta 3200 3rd Gen with the single T1 card. We have a T1 that runs from location A to B and location A to C.
Current Config:
hostname "Dual.P2P.Bridge"
enable password password
!
!
ip subnet-zero
ip classless
no ip routing
!
!
!
!
no auto-config
!
event-history on
no logging forwarding
no logging email
!
no service password-encryption
!
username "admin" password "password"
!
banner motd #
****** Important Banner Message ******
Enable and Telnet passwords are configured to "password".
HTTP and HTTPS default username is "admin" and password is "password".
Please change them immediately.
****** Important Banner Message ******
#
!
ip policy-timeout tcp telnet 14400
!
no ip firewall alg msn
no ip firewall alg mszone
no ip firewall alg h323
!
!
!
!
!
!
!
no dot11ap access-point-control
!
!
!
!
!
bridge 1 protocol ieee
!
!
!
!
!
interface eth 0/1
speed 100
bridge-group 1
no shutdown
!
!
!
!
interface t1 1/1
tdm-group 1 timeslots 1-24 speed 64
no shutdown
!
interface t1 1/2
tdm-group 1 timeslots 1-24 speed 64
no shutdown
!
interface ppp 1
bridge-group 1
no shutdown
cross-connect 1 t1 1/1 1 ppp 1
cross-connect 2 t1 1/2 1 ppp 1
!
!
!
!
!
!
!
!
!
!
!
no tftp server
no tftp server overwrite
no ip http server
no ip http secure-server
no snmp agent
no ip ftp server
no ip scp server
no ip sntp server
!
!
!
!
!
!
!
!
ip sip udp 5060
ip sip tcp 5060
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
line con 0
no login
!
line telnet 0 4
login local-userlist
password password
no shutdown
line ssh 0 4
login local-userlist
no shutdown
!
!
!
!
!
end
I also tried:
hostname "Dual.P2P.Bridge"
enable password password
!
!
ip subnet-zero
ip classless
no ip routing
!
!
!
!
no auto-config
!
event-history on
no logging forwarding
no logging email
!
no service password-encryption
!
username "admin" password "password"
!
banner motd #
****** Important Banner Message ******
Enable and Telnet passwords are configured to "password".
HTTP and HTTPS default username is "admin" and password is "password".
Please change them immediately.
****** Important Banner Message ******
#
!
ip policy-timeout tcp telnet 14400
!
no ip firewall alg msn
no ip firewall alg mszone
no ip firewall alg h323
!
!
!
!
!
!
!
no dot11ap access-point-control
!
!
!
!
!
bridge 1 protocol ieee
!
!
!
!
!
interface eth 0/1
speed 100
bridge-group 1
no shutdown
!
!
!
!
interface t1 1/1
tdm-group 1 timeslots 1-24 speed 64
no shutdown
!
interface t1 1/2
tdm-group 2 timeslots 1-24 speed 64
no shutdown
!
interface ppp 1
bridge-group 1
no shutdown
cross-connect 1 t1 1/1 1 ppp 1
!
interface ppp 2
bridge-group 1
no shutdown
cross-connect 2 t1 1/1 2 ppp 2
!
!
!
!
!
!
!
!
!
!
no tftp server
no tftp server overwrite
no ip http server
no ip http secure-server
no snmp agent
no ip ftp server
no ip scp server
no ip sntp server
!
!
!
!
!
!
!
!
ip sip udp 5060
ip sip tcp 5060
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
line con 0
no login
!
line telnet 0 4
login local-userlist
password password
no shutdown
line ssh 0 4
login local-userlist
no shutdown
!
!
!
!
!
end