This document provides instructions for configuring an IP address for VLAN 1 on a Cisco 2950 switch. The steps are to enter configuration mode, select the VLAN 1 interface, assign an IP address of 192.168.1.112 with a subnet mask of 255.255.255.0, disable the shutdown configuration, exit the interface mode, and exit configuration mode.
1 of 3
Downloaded 43 times
More Related Content
How to configure telnet on cisco switch(1950)
1. How to configure an ip address for
a vlan on a cisco 2950 switch
WWW.TCPIPGURU.COM
3. Configuring ip address for vlan 1:
Switch#config t
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)#interface vlan 1
Switch(config-if)#ip address 192.168.1.112 255.255.255.0
Switch(config-if)#no shutdown
Switch(config-if)#exit
Switch(config)#exit