![Net2Edge LIB-306 Install Manual Download Page 18](http://html1.mh-extra.com/html/net2edge/lib-306/lib-306_install-manual_1669718018.webp)
Net2Edge
LIB-306 Install Guide
Install Guide Rev. D
www.net2edge.com
Page 18 of 25
Switching MGMT / PORT 1 Modes
The LIB-306 MGMT / PORT 1 is a normal data port, but by default it will be in a separate private VLAN that
you can remove. You can enable or disable out-of-band management on Port 1. Port 1 can be optionally
configured to support either out-of-band management or it can be used as a normal data UNI/NNI port.
By default, Port 1 is enabled as a management port with a default IP (192.168.0.1/24) and subnet mask.
By default, all ports are VLAN unaware and members of VLAN 1 and Private VLAN 1.
To configure Port 1 as a normal front panel data port, use the settings below.
Normal front port
:
interface GigabitEthernet 1/1
!
Management Port
:
interface GigabitEthernet 1/1
no pvlan 1
pvlan 6
no ip dhcp forwarding
no spanning-tree
!
Configure the Default Management Port as a Data Port
The GigabitEthernet 1/1 (
MGMT / PORT 1
) is configured as a Management Port by default:
Alternatively, any port can be designated as a Management port. To change GigabitEthernet 1/1 to act as a
data port:
1.
Disable spanning-tree on the port designated for Management. Remove pvlan 1 from the new interface
and disable dhcp forwarding, and add pvlan6:
(config)#
int Gi 1/2
(config-if)#
no spanning-tree
(config-if)#
no pvlan 1
(config-if)#
no ip dhcp forwarding
(config-if)#
pvlan 6
2.
Physically connect to the newly designated Management port.
3.
Enable pvlan 1 for the new port designated as a data port.
4.
If necessary enable spanning-tree on the new data port.
Additional instructions for disabling management are provided in CLI and Web manuals.