05-24-2023 12:52 PM - last edited on 06-07-2023 11:43 AM by Translator
I am new to cisco, and I got a project for school. I have to make a small office.
I got a couple of problems that I would like to solve.
1. I gave my switches and routers a IP on
VLAN 1
but I can only ping one switch
(L3-SW-01)
All the rest i can't ping.
2. I have also to do SSH on my switches and routers. But only my IT department has to do it. And this is in VLAN 60.
All the passwords on the switches and routers are: robbie
Here is the network file.
Thanks in advance.
Solved! Go to Solution.
05-24-2023 05:01 PM - last edited on 06-07-2023 11:59 AM by Translator
Valn 1
is up down?
05-24-2023 05:05 PM
Line protocol is still down on those Switches
05-24-2023 05:13 PM - last edited on 06-07-2023 11:59 AM by Translator
Then
vlan 1
is not on the trunks
Send
show int trunk
commamd
05-24-2023 05:17 PM - last edited on 06-07-2023 12:04 PM by Translator
That's what
SW-01
say. And this is for
SW-02
to and the routers
SW-01#sh int vlan 1
Vlan1 is up, line protocol is down
Hardware is CPU Interface, address is 000a.4189.3738 (bia 000a.4189.3738)
Internet address is 192.168.125.117/28
MTU 1500 bytes, BW 100000 Kbit, DLY 1000000 usec,
reliability 255/255, txload 1/255, rxload 1/255
Encapsulation ARPA, loopback not set
ARP type: ARPA, ARP Timeout 04:00:00
Last input 21:40:21, output never, 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 0 bits/sec, 0 packets/sec
5 minute output rate 0 bits/sec, 0 packets/sec
1682 packets input, 530955 bytes, 0 no buffer
Received 0 broadcasts (0 IP multicast)
0 runts, 0 giants, 0 throttles
0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
563859 packets output, 0 bytes, 0 underruns
0 output errors, 23 interface resets
0 output buffer failures, 0 output buffers swapped out
SW-01#
05-24-2023 05:42 PM - last edited on 06-07-2023 11:25 AM by Translator
Show interface trunk
05-24-2023 05:44 PM - last edited on 06-07-2023 11:26 AM by Translator
SW-01#sh int trunk
Port Mode Encapsulation Status Native vlan
Fa0/1 on 802.1q trunking 1
Fa0/2 on 802.1q trunking 1
Port Vlans allowed on trunk
Fa0/1 1,10,20,30,40,50,60,70,80
Fa0/2 1,10,20,30,40,50,60,70,80
Port Vlans allowed and active in management domain
Fa0/1 1,30,50,70
Fa0/2 1,30,50,70
Port Vlans in spanning tree forwarding state and not pruned
Fa0/1 1,30,50,70
Fa0/2 30,50,70
SW-01#
05-24-2023 05:46 PM - last edited on 06-07-2023 12:00 PM by Translator
Good.
And you did
Int vlan 1
No shutdown
?
05-24-2023 05:51 PM
Now it's up but I can't ping it
05-24-2023 05:53 PM
Try more than once. It is normal fail a few times
05-24-2023 05:58 PM
05-24-2023 06:29 PM - last edited on 06-07-2023 11:27 AM by Translator
05-25-2023 01:57 AM - last edited on 06-07-2023 12:02 PM by Translator
Thx for helping my out. I really appreciate it.
But now I have to try pinging to my
CORE-R1 and R2
They both have already an IP in
VLAN 1
They are connected to the layer 3 switch. I need to use Static routing. What I also did.
05-25-2023 02:56 AM
Attach here you latest file please, let me see
05-25-2023 03:01 AM
05-25-2023 04:01 AM - last edited on 06-07-2023 12:02 PM by Translator
The way you did will not work.
If you want to keep the
vlan 1
on the router on the same network
192.168.125.0 /28
you need to have Layer2 between the L3 switch and router.
The L3 switch will not send packets to a remote network IF it has this network on it. Do you get this?
You have this on the L3 switch.
Vlan1 192.168.125.115
YES manual up up
So that, if you try to ping anything on the
Vlan 1 (192.168.125.0)
the L3 switch will look into Vlan1, it will not send it out a Layer 3 interface to get to the router.
Either you use layer2 connection between L3 switch and Router or you use a different IP to manage the Routers.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide