Hello
I got below scenario but my host in vlan 200 not pinging to my default gateway
While I removed vtp transparent switch the host can ping the gateway
How to make vlan routing works in the above scenario ?
I
In the above scenrario i can ping from one computer to another but not able to do from the switch to any host .. There is a mac address table
Also, My arp table is empty.
Please help
Regards
This is my scenario. I want to block all the host from 192.168.10.1 network to web server 192.168.20.10
How to create an acl to block http here and allow everything else.
I want to block 192.168.3.0 network from reaching network 192.168.2.129 of Router 3
I tried below acl on R3
access-list 51 deny 192.168.3.0 0.0.0.255
access-list 51 permit any
Interface eth1/1 =ip access-group 51 in
still 192.168.3.0 can rea...
I got this from keith barker vidoes on ospf load balancing
How to connect two routers using subinterface,
i tried in gns 3 , created subinterfaces but giving an error
% Configuring IP routing on a LAN subinterface is only allowed if thatsubinter...
If i want to block reaching to that interface here, Ethernet 1/1 of router R3 can i create another access list for reaching that interface in R3. does that make sense.