I need to create a VLAN to place Dev servers into. VLAN 216
Dev servers will accessed by Dev wokrstaions. VLAN 212
VLAN 212 & VLAN 216 can commuincate.
No other VLAN can communicate with VLAN 216 - (expect a Firewall rule is required on the CISCO ASA)
Which commands are required to create the following config on the SWITCH.
Vlan216 is up, line protocol is up
Hardware is EtherSVI, address is 0022.bda3.87c3 (bia 0022.bda3.87c3)
Description: ** Dev Servers **
Internet address is 192.168.216.1/24
MTU 1500 bytes, BW 1000000 Kbit, DLY 10 usec,
reliability 255/255, txload 1/255, rxload 1/255
Encapsulation ARPA, loopback not set
Keepalive not supported
ARP type: ARPA, ARP Timeout 04:00:00
Last input 00:00:21, output 00:00:21, output hang never
Last clearing of "show interface" counters never
Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0
Queueing strategy: fifo
Output queue: 0/40 (size/max)
5 minute input rate 1000 bits/sec, 1 packets/sec
5 minute output rate 0 bits/sec, 0 packets/sec
4500034 packets input, 491399440 bytes, 0 no buffer
Received 0 broadcasts (7 IP multicasts)
0 runts, 0 giants, 0 throttles
0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
119771 packets output, 7880858 bytes, 0 underruns
0 output errors, 1 interface resets
0 output buffer failures, 0 output buffers swapped out
Any clues would be very helpful.
Depending on what model or version of 2960 It may only be layer 2(one lan) or 3(many plans)
Cost is the difference
Create the VLANs and interfaces, add ports
Also don't forget to allow p routing
configure t
ip routing
Thanks