user manual

If you are configuring a port on a cluster member switch as a dynamic-access port, first use the rcommand
privileged EXEC command to log in to the cluster member switch.
Before You Begin
You must have IP connectivity to the VMPS for dynamic-access ports to work. You can test for IP connectivity
by pinging the IP address of the VMPS and verifying that you get a response.
To return an interface to its default configuration, use the default interface interface-id interface
configuration command. To return an interface to its default switchport mode (dynamic auto), use the no
switchport mode interface configuration command. To reset the access mode to the default VLAN for
the switch, use the no switchport access vlan interface configuration command.
Note
SUMMARY STEPS
1.
configure terminal
2.
interface interface-id
3.
switchport mode access
4.
switchport access vlan dynamic
5.
end
6.
show interfaces interface-id switchport
7.
copy running-config startup-config
DETAILED STEPS
PurposeCommand or Action
Enters the global configuration mode.configure terminal
Example:
Switch# configure terminal
Step 1
Specifies the switch port that is connected to the end
station, and enters interface configuration mode.
interface interface-id
Example:
Switch(config)# interface gigabitethernet 1/0/1
Step 2
Sets the port to access mode.switchport mode access
Example:
Switch(config-if)# switchport mode access
Step 3
Catalyst 2960-XR Switch VLAN Configuration Guide, Cisco IOS Release 15.0(2)EX1
112 OL-29440-01
Configuring VMPS
Configuring Dynamic-Access Ports on VMPS Clients