Configure Management Interface and Gateway
From Notes_Wiki
Revision as of 06:31, 4 December 2025 by Kalyan (talk | contribs) (Created page with "Assign the switch management interface (e.g., VLAN interface) a static IP as per the customer’s IP plan. #interface vlan <Mgmt_VLAN_ID> #ip address <Mgmt_IP> <Subnet_Mask> #ip default-gateway <Mgmt_GW_IP> Ensure connectivity to the NOC or management system via ping or traceroute. '''Note:''' Avoid using VLAN 1 as the management VLAN to prevent potential security risks and traffic leaks.")
Assign the switch management interface (e.g., VLAN interface) a static IP as per the customer’s IP plan.
#interface vlan <Mgmt_VLAN_ID> #ip address <Mgmt_IP> <Subnet_Mask> #ip default-gateway <Mgmt_GW_IP>
Ensure connectivity to the NOC or management system via ping or traceroute.
Note: Avoid using VLAN 1 as the management VLAN to prevent potential security risks and traffic leaks.