TotalCloud Phone System
Adtran Netvanta 1234P PoE
VLAN Configuration Guide
Note: The below information and configuration is for deployment of the Cbeyond managed switch solution using the Adtran Netvanta 1234P 24 port PoE switch.
The following assumptions will be made:
1.) The Management VLAN will be 100. Devices will reside in the 192.168.100.0/24 network. (Managed by Cbeyond IAD) 2.) The Data VLAN will be 22. Devices will reside in the 192.168.22.0/24 network. (Managed by Customer)
3.) The Voice VLAN will be 33. Devices will reside in the 192.168.33.0/24 network. (Managed by Cbeyond IAD)
4.) The Firewall or Router WAN VLAN will be 44. This will handle the customer’s Public IP address.
Accessing the Device: Initial Default Variables
Default IP Address of Management Port: 10.10.10.1/24Default Login Information for the unit: Login: admin Password: password
Accessing the Device: Logging into the Unit
1.) Using a Straight-through cable, connect from your PC to any port 1-23 on the switch. 2.) Hardcode the PC/Laptop IP to 10.10.10.2/24
Telnet to 10.10.10.1
Note: When configuring switchport access, it will become default and will not show up in the running config.
CLI configuration of the unit.
! vlan 22
name DataVLAN !
vlan 33
name Voice VLAN !
vlan 44
name Firewall WAN VLAN interface switchport 0/1 spanning-tree edgeport no shutdown
switchport access vlan 22 switchport voice vlan 33 !
!
interface switchport 0/2 spanning-tree edgeport no shutdown
switchport access vlan 22 switchport voice vlan 33 !
interface switchport 0/3 spanning-tree edgeport no shutdown
switchport access vlan 22 switchport voice vlan 33 !
interface switchport 0/4 spanning-tree edgeport no shutdown
switchport access vlan 22 switchport voice vlan 33 !
interface switchport 0/5 spanning-tree edgeport no shutdown
switchport access vlan 22 switchport voice vlan 33 !
interface switchport 0/6 spanning-tree edgeport no shutdown
switchport access vlan 22 switchport voice vlan 33 !
switchport access vlan 22 switchport voice vlan 33 !
interface switchport 0/8 spanning-tree edgeport no shutdown
switchport access vlan 22 switchport voice vlan 33 !
interface switchport 0/9 spanning-tree edgeport no shutdown
switchport access vlan 22 switchport voice vlan 33 !
interface switchport 0/10 spanning-tree edgeport no shutdown
switchport access vlan 22 switchport voice vlan 33 !
interface switchport 0/11 spanning-tree edgeport no shutdown
switchport access vlan 22 switchport voice vlan 33 !
interface switchport 0/12 spanning-tree edgeport no shutdown
switchport access vlan 22 switchport voice vlan 33 !
interface switchport 0/13 spanning-tree edgeport no shutdown
switchport access vlan 22 switchport voice vlan 33 !
interface switchport 0/14 spanning-tree edgeport no shutdown
switchport access vlan 22 switchport voice vlan 33 !
interface switchport 0/15 spanning-tree edgeport no shutdown
!
interface switchport 0/16 spanning-tree edgeport no shutdown
switchport access vlan 22 switchport voice vlan 33 !
interface switchport 0/17 spanning-tree edgeport no shutdown
switchport access vlan 22 switchport voice vlan 33 !
interface switchport 0/18 spanning-tree edgeport no shutdown
switchport access vlan 22 switchport voice vlan 33 !
interface switchport 0/19 spanning-tree edgeport no shutdown
switchport access vlan 22 switchport voice vlan 33 !
interface switchport 0/20 spanning-tree edgeport no shutdown
switchport access vlan 22 switchport voice vlan 33 !
interface switchport 0/21 spanning-tree edgeport no shutdown
switchport access vlan 22 switchport voice vlan 33 !
interface switchport 0/22 spanning-tree edgeport no shutdown
switchport access vlan 22 switchport voice vlan 33 !
interface switchport 0/23
description Customer Firewall WAN Port spanning-tree edgeport
no shutdown
switchport access vlan 44 !
description Customer Available LAN Port spanning-tree edgeport
no shutdown
switchport access vlan 22 !
!
interface gigabit-switchport 0/1 description Uplink to Cbeyond ISR no shutdown
switchport mode trunk !
interface gigabit-switchport 0/2 description To Customer LAN no shutdown
switchport access vlan 22 ! interface gigabit-switchport 0/3 no shutdown ! interface gigabit-switchport 0/4 no shutdown ! ! ! interface vlan 1 ip address 10.10.10.1 255.255.255.0 no shutdown ! interface vlan 100 ip address 192.168.100.254 255.255.255.0 ! end ! wr
CLI configuration of the unit (Continued)
Once the above configuration has been completed, you will need to perform the final step of cutting over to the new management VLAN 100 on IP 192.168.100.254.
Note: Once pasted this will kick you out of your telnet session and the device will now be reachable via 192.168.100.254 after you setup your PC/Laptop back to pull DHCP configurations
config t ! interface vlan 100 no shutdown interface vlan 1 shutdown !
2.) Configure your laptop/PC and set DHCP and DNS to auto. You will now pull an IP address in the range of the Data VLAN 22 (192.168.22.x) and be able to access the switch again via telnet to 192.168.100.254