intervlan offical BCMSN question/issues
Has anyone completed the offical lab book for the BCMSN from cisco?
I am going the first intervlan routing lab from chapter 4.
It is two access layer switches with one switch trunked to a router and that router is connected to an "ISP" router
like this:
ISP (router) <----> GATEWAY (router)
|
access layer switch1
|
access layer switch2
I have a host pc connected to access layer switch two.
So ISP router has a loopback with 200.200.200.1 on it. I can ping that IP from the gateway router. But when I ping to that IP from my access layer switches the first packet goes through but the next 4 time out. So it makes sense to me that my config should be partially correct. I am seeing really high times on the pings so maybe they are timing out, but it just seems odd because this is a lab with no load on it. The access layer switches are connected with port channels and switch port trunks. Then they are connected to the Gateway router with a 801tq encapsulated trunk. The gateway router has sub interfaces setup and sees the VLANS/switches correctly.
Does any one have any suggestions on the top of their heads? I don't see any errors on my interfaces...
I am going the first intervlan routing lab from chapter 4.
It is two access layer switches with one switch trunked to a router and that router is connected to an "ISP" router
like this:
ISP (router) <----> GATEWAY (router)
|
access layer switch1
|
access layer switch2
I have a host pc connected to access layer switch two.
So ISP router has a loopback with 200.200.200.1 on it. I can ping that IP from the gateway router. But when I ping to that IP from my access layer switches the first packet goes through but the next 4 time out. So it makes sense to me that my config should be partially correct. I am seeing really high times on the pings so maybe they are timing out, but it just seems odd because this is a lab with no load on it. The access layer switches are connected with port channels and switch port trunks. Then they are connected to the Gateway router with a 801tq encapsulated trunk. The gateway router has sub interfaces setup and sees the VLANS/switches correctly.
Does any one have any suggestions on the top of their heads? I don't see any errors on my interfaces...
encrypt the encryption, never mind my brain hurts.
Comments
Seriously, it could be a few things. Kryolla explained them all pretty well, but the only way for sure is by looking at your config.
I will post configs later if I don't figure it out myself. I did the lab late last night so I was tired and probably fat fingered something.
The issue was my test pc. It is a SUSE box that has 2 nics. One NIC is connected to the server subnet hanging off my firewall. The other NIC is connected to my Lab setup as a test PC.
So I am sshing into the test box on an IP on my server subnet. This box has a gateway in the server subnet NOT in the lab subnet....
So I had to change the default gateway (to the IP of sub int on router) and then ssh into the test PC from my firewall (because I could no longer ssh into it from my wifi subnet, untill I configure some static routes) and PRESTO.
I was trying to test using:
ping -I
and
traceroute -I
And they worked perfectly on any thing on their subnet. But when I tried to send packets to a different subnet those command still used the regular default gateway... DUH!!!!
so anyway I got it fixed and it was a noobish mistake on my behalf. I guess if I wasn't so lazy and would just study in the room that my lab is in I would have seen this sooner. None the less I can move on now without feeling like a loser because I didn't figure out what was causing things to not work correctly.