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

Configuring Adtran 1560 for a block of static IPs

I am working with a customer to configure an Adtran 1560 switch for a PBX setup, there are going to be an Adtran 924e and 908e connected to the dummy switch, the 924 and 908 already have the static they are going to use configured on them, I just need to get the 1560 to actually let them connect, all the ports on the 1560 are set to use VLAN 10 which has the static assigned and the gateway, here is my config with all sensitive info removed. Apologies if this is a very basic/dumb question, I am very new to this 

 

Building configuration...
hostname Switch
username (username) privilege 15 password encrypted
username (username) privilege 15 password encrypted
username (username) privilege 15 password encrypted
!
vlan 10
!
!
!
!
ip route 0.0.0.0 0.0.0.0 (Gateway IP)
ip http secure-server
spanning-tree mst name 00-24-45-7f-82-71 revision 0
no snmp-server
no snmp-server community public
no snmp-server community private
no snmp-server security-to-group model v1 name public
no snmp-server security-to-group model v1 name private
no snmp-server security-to-group model v2c name public
no snmp-server security-to-group model v2c name private
!
voice vlan oui 00-01-E3 description Siemens AG phones
voice vlan oui 00-03-6B description Cisco phones
voice vlan oui 00-0F-E2 description H3C phones
voice vlan oui 00-60-B9 description Philips and NEC AG phones
voice vlan oui 00-D0-1E description Pingtel phones
voice vlan oui 00-E0-75 description Polycom phones
voice vlan oui 00-E0-BB description 3Com phones
!
interface GigabitEthernet 1/1
switchport access vlan 10
!
interface GigabitEthernet 1/2
switchport access vlan 10
!
interface GigabitEthernet 1/3
switchport access vlan 10
!
interface GigabitEthernet 1/4
switchport access vlan 10
!
interface GigabitEthernet 1/5
switchport access vlan 10
!
interface GigabitEthernet 1/6
switchport access vlan 10
!
interface GigabitEthernet 1/7
switchport access vlan 10
!
interface GigabitEthernet 1/8
switchport access vlan 10
!
interface GigabitEthernet 1/9
switchport access vlan 10
!
interface GigabitEthernet 1/10
switchport access vlan 10
!
interface vlan 10
ip address (first usuable in block) 255.255.255.248
!
mep os-tlv oui 0xC sub-type 0x1 value 0x2
!
spanning-tree aggregation
spanning-tree link-type point-to-point
!
!
line console 0
exec-timeout 0 0
!
line vty 0
exec-timeout 0 0
privilege level 15
!
line vty 1
exec-timeout 0 0
privilege level 15
!
line vty 2
!
line vty 3
!
line vty 4
!
line vty 5
!
line vty 6
!
line vty 7
!
line vty 8
!
line vty 9
!
line vty 10
!
line vty 11
!
line vty 12
!
line vty 13
!
line vty 14
!
line vty 15
!
end

0 Kudos