Link to home
Start Free TrialLog in
Avatar of InSearchOf
InSearchOfFlag for United States of America

asked on

Can't ping workstations

I just installed a network using adtran 1534 switches, win 2008 AD and a win 2003 file server.. The network is comprised of 6 switches. I can ping devices on the same switch but not devices on other switches. I can join the Domain and surf the web and access shares on the file server.with no problem. I can ping the DC ok. The switches are configured with 2 vlans, one for voice and one for data. When you do a show vlan you see vlan 1 as up and up. Data is on vlan1. This is the config on my switches:The only difference between the swich configs is the vlan addresses are incremented by 1. I can ping the other switches within the the switch OS. I am not running wins. I need to share some local resources between workstations (printers). Any suggestions would be greatly appreciated.

 ADTRAN, Inc. OS version 17.08.01.00
! Boot ROM version 17.03.01.00
! Platform: NetVanta 1534 PoE, part number 1700591G1
! Serial number LBADTN1022AC906
!
!
hostname "Switch"
enable password password
!
clock timezone +9:30-Adelaide
clock no-auto-correct-DST
!
!
no auto-config
!
event-history on
no logging forwarding
no logging email
!
no service password-encryption
!
banner motd #
               
The vlan 1 interface is enabled with an address of 10.10.10.1
Telnet access is also enabled.!
!
!
no dot11ap access-point-control

no dos-protection

no desktop-auditing dhcp

no network-forensics ip dhcp
!
!
vlan 1
  name "Default"
!
vlan 2
  name "phones"
!
interface gigabit-switchport 0/1
  no shutdown
  switchport access vlan 2
!
interface gigabit-switchport 0/2
  no shutdown
  switchport mode trunk
!
interface gigabit-switchport 0/3
  no shutdown
  switchport mode trunk
!
interface gigabit-switchport 0/4
  no shutdown
  switchport mode trunk
!
interface gigabit-switchport 0/5
  no shutdown
  switchport mode trunk
!
interface gigabit-switchport 0/6
  no shutdown
  switchport mode trunk
!
interface gigabit-switchport 0/7
  no shutdown
  switchport mode trunk
!
interface gigabit-switchport 0/8
  no shutdown
  switchport mode trunk
!
interface gigabit-switchport 0/9
  no shutdown
  switchport mode trunk
!
interface gigabit-switchport 0/10
  no shutdown
  switchport mode trunk
!
interface gigabit-switchport 0/11
  no shutdown
  switchport mode trunk
!
interface gigabit-switchport 0/12
  no shutdown
  switchport mode trunk
!
interface gigabit-switchport 0/13
  no shutdown
  switchport mode trunk
!
interface gigabit-switchport 0/14
  no shutdown
  switchport mode trunk
!
interface gigabit-switchport 0/15
  no shutdown
  switchport mode trunk
!
interface gigabit-switchport 0/16
  no shutdown
  switchport mode trunk
!
interface gigabit-switchport 0/17
  no shutdown
  switchport mode trunk
!
interface gigabit-switchport 0/18
  no shutdown
  switchport mode trunk
!
interface gigabit-switchport 0/19
  no shutdown
  switchport mode trunk
!
interface gigabit-switchport 0/20
  no shutdown
  switchport mode trunk
!
interface gigabit-switchport 0/21
  no shutdown
  switchport mode trunk
!
interface gigabit-switchport 0/22
  no shutdown
  switchport mode trunk
!
interface gigabit-switchport 0/23
  no shutdown
  switchport mode trunk
!
interface gigabit-switchport 0/24
  no shutdown
  switchport mode trunk
!
interface gigabit-switchport 0/25
  no shutdown
  switchport mode trunk
!
interface gigabit-switchport 0/26
  no shutdown
  switchport mode trunk
!
!
!
interface vlan 1
  ip address  172.16.20.13  255.255.255.0
  no shutdown
!
interface vlan 2
  description Phones
  ip address  192.168.3.3  255.255.255.0
  no awcp
  shutdown
!
!
!
no ip tftp server
no ip tftp server overwrite
ip http server
ip http secure-server
no ip snmp agent
no ip ftp server
ip ftp server default-filesystem flash
no ip scp server
no ip sntp server
!
!
line con 0
  no login
!
line telnet 0 4
  login
  password password
  no shutdown
line ssh 0 4
  login local-userlist
  no shutdown!
!
end
ASKER CERTIFIED SOLUTION
Avatar of TapioL
TapioL
Flag of Finland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of InSearchOf

ASKER

Thank you for the replies. My apologies for not posting back but things have been crazy at my location as two separate networks are going in at the same time and I am back and forth, up and down. Let me try and answer your questions.

1-After further testing I found that I got mixed results when pinging different PCs on different switches. Some worked some did not. I ran "netsh winsock reset catalog" on the ones that were failing and everything worked.

2- I have 6 X 1534 Adtran switches. Ports 23 and 24 are used to connect to the switch above it and the switch below it. They are connnected with straight Thru cables. This is the way the phone vendor installed them, each with the config posted in my question. It was his first time working with switches. He configured every port as a trunk. The ones configured without trunking have servers connected directly to them.

3- Apparently I can only have one active vlan at a time. Everytime I enable one of them the other goes down.
4- The PCs are connected to the phones. The phones work as well access the internet and network shares but the config does not look right.