Hi.
I'm very very new to this, I'm trying to work with this while watching cbtnugget videos to get ready for my CCNA exam.
I'm hitting a brick wall close to the start, I'm trying to set up a vlan so I can set passwords, telenet to the router etc but I'm stuck! (using cisco 3640 router)
I can'y seem to find the interface vlan 1 command (is this specific to a switch and template to a router?) But anyhow, virtual-template seems to work the same so I set it an ip and sub net but when I run the no shutdown it seems to accept it but doesn't bring it online or confirm it tried to.
Code:
RobsRouter#show interface virtual-template 1
Virtual-Template1 is down, line protocol is down
Hardware is Virtual Template interface
Internet address is 168.1.1.1/24
MTU 1500 bytes, BW 100000 Kbit, DLY 100000 usec,
reliability 255/255, txload 1/255, rxload 1/255
Encapsulation PPP, LCP Closed, loopback not set
Keepalive set (10 sec)
DTR is pulsed for 5 seconds on reset
Last input never, output never, output hang never
Last clearing of "show interface" counters 00:18:08
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 0 bits/sec, 0 packets/sec
5 minute output rate 0 bits/sec, 0 packets/sec
0 packets input, 0 bytes, 0 no buffer
Received 0 broadcasts, 0 runts, 0 giants, 0 throttles
0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort
0 packets output, 0 bytes, 0 underruns
0 output errors, 0 collisions, 0 interface resets
0 output buffer failures, 0 output buffers swapped out
0 carrier transitions
Code:
RobsRouter(config)#int virtual-template 1
RobsRouter(config-if)#no shutdown
RobsRouter(config-if)#
Code:
RobsRouter#show interface virtual-template 1
Virtual-Template1 is down, line protocol is down
Hardware is Virtual Template interface
Internet address is 168.1.1.1/24
MTU 1500 bytes, BW 100000 Kbit, DLY 100000 usec,
reliability 255/255, txload 1/255, rxload 1/255
Encapsulation PPP, LCP Closed, loopback not set
Keepalive set (10 sec)
DTR is pulsed for 5 seconds on reset
Last input never, output never, output hang never
Last clearing of "show interface" counters 00:27:53
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 0 bits/sec, 0 packets/sec
5 minute output rate 0 bits/sec, 0 packets/sec
0 packets input, 0 bytes, 0 no buffer
Received 0 broadcasts, 0 runts, 0 giants, 0 throttles
0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort
0 packets output, 0 bytes, 0 underruns
0 output errors, 0 collisions, 0 interface resets
0 output buffer failures, 0 output buffers swapped out
0 carrier transitions
Is anyone able to advise please?
Thanks
Rob