Hey Guys, I have an issue that I cant find a solution for. I'm implementing VLANs on our network but DHCP is the issue. So for now I have VLAN 32 and 100. Both can talk to each other through the router policy. VLAN 32 receives IPs from (Windows Server 2016) POOL 1, but VLAN 100 does not receive IPs from POOL 2. It receives from POOL 1 and ignores the pool 2. DHCP relay agent is on the switch. The DHCP traffic gets to the DHCP server but it gets it from the wrong pool. And this is driving me crazy since I have been doing everything right. VLAN 32 172.16.32.1/24 VLAN 100 172.16.100.1/24 Any suggestions???
... View more
Hello Deepak,
I'm running OSPF on R2 and R3 so no need for static routes.
R1#ping 192.168.33.1 source loopback 1 ... did actually work.
Can you explain why it doesnt work as ping 192.168.33.1 but when you use source loopback, it will actually ping, I guess that made me confused
... View more
Hey guys,
I have a problem with this topology, I'm new to BGP so I'm trying to understand this.
(R1)
ip route 192.168.2.2 255.255.255.255 209.165.202.130
router bgp 65100 bgp log-neighbor-changes network 209.165.200.224 mask 255.255.255.224 neighbor 192.168.2.2 remote-as 65000 neighbor 192.168.2.2 ebgp-multihop 255 neighbor 192.168.2.2 update-source Loopback0
(R2)
ip route 209.165.201.1 255.255.255.255 209.165.202.129
router bgp 65000 bgp log-neighbor-changes network 192.168.22.0 neighbor 192.168.3.3 remote-as 65000 neighbor 192.168.3.3 update-source Loopback0 neighbor 192.168.3.3 next-hop-self neighbor 209.165.201.1 remote-as 65100 neighbor 209.165.201.1 ebgp-multihop 255 neighbor 209.165.201.1 update-source Loopback0
(R3)
router bgp 65000 bgp log-neighbor-changes network 192.168.33.0 neighbor 192.168.2.2 remote-as 65000 neighbor 192.168.2.2 update-source Loopback0
The thing I dont understand is that R1 and R2 can ping each other but R1 and R3 can't Both R1 and R3 have entrees in the bgp table for each other but wont ping each other.
Can someone explain why?
... View more
I came across this question and I'm having trouble understanding it. "What are the steps towards isolating a dynamic routing loop in a mixed static/dynamic environment?"
... View more