11-07-2019 09:45 PM
Hello Guys,
I need some Help on the below attached network..
CAT 4500e:
I'm responsible to overlook this Layer 3 switch, which has 3 Vlans ( i.e. Vlan 1 is on DMZ, & 2 other vlans are clients vlan ) all are pointed to IP router 0.0.0.0 0.0.0.0 10.101.0.2 (10.101.0.2 is Mirotik Router IP & 10.101.0.1 is Cat4500e Vlan 1 IP ).
I have use this configuration in cisco 4500e switch for the cleints to use my Sharing server placed on DMZ with going to mikrotik Router.
ip dhcp pool vlan15
network 10.101.2.0 255.255.254.0
option 121 ip 23.10.101.0 10.101.2.1
!
ip dhcp pool vlan16
network 10.101.4.0 255.255.254.0
option 121 ip 23.10.101.0 10.101.4.1
interface GigabitEthernet1/1
switchport mode trunk
interface Vlan1
ip address 10.101.0.1 255.255.255.0
!
interface Vlan15
ip address 10.101.2.1 255.255.254.0
!
interface Vlan16
ip address 10.101.4.1 255.255.254.0
ip route 0.0.0.0 0.0.0.0 10.101.0.2
All thing is going fine but, Now I need to access IP TV Server on another Network Local LAN which is placed on Cat 3750g local lan (10.0.0.0/16), so that my clients on VLAN 15 & VLAN 16 can easily access IP TV of another LOCAL LAN Network.
What Routes I need to configure??
will I need to remove my default router (i.e ip route 0.0.0.0 0.0.0.0 10.101.0.2)
I need to inform one more thing that my user are dialing pppoe to connect to mikrotik for internet usage.
Thanks
K Khan
11-07-2019 11:38 PM
Hello,
judging from your topology map, the IP-TV server is connected to a layer 3 switch, which means you are effectively dealing with layer 3 to layer 3 communication. On the 3750 where tthe IP-TV server is connected to, you need a default route pointing to the 4500, and on the 4500, you need a route to the new Vlan:
The default route to the Mikrotik needs to remain as is.
If you are having trouble with the configs, post the configurations of both the 4500 and the 3750.
11-08-2019 05:45 AM
Cat 3750g:
The catalyst 3750g switch is under ISP control i cant do anything into it, they provided me these things:-
10.0.1.0/24 (Their Local DHCP Network of Cat 3750g)
10.0.0.0/8 + 172.16.0.0/24 (they told me to add both routes point to my cat 4500 switch)
now tell me what should I do??
11-08-2019 12:31 AM - edited 11-08-2019 12:33 AM
Hello
Looking at your topology it shows a link between the two L3 switch's but I don't see any ip addressing.
Only what you need to provide connectivity between the two vlans and the IPT vlan is a couple of specific static routes
Example 1- communication just between the L3 switch vlans
L3 -sw cat45K
ip route 10.0.0.0 255.255.0.0 x.x.x.x <cat45K-3650 link ip address)
L3 -sw 3560
ip route 10.101.2.0 255.255.254.0 x.x.x.x <3650 -cat45K link ip address)
ip route 10.101.4.0 255.255.254.0 x.x.x.x <3650 -cat45K link ip address)
Example 2- communication between the L3 switch vlans the internet
L3 -sw cat45K
ip route 10.0.0.0 255.255.0.0 x.x.x.x <cat45K-3650 link ip address)
L3 -sw 3560
ip route 0.0.0.0 0.0.0.0 x.x.x.x <3650 -cat45K link ip address)
2811 rtr
ip route 10.0.0.0 255.255.0.0 x.x.x.x <2800-cat45K link ip address)
Also nat rule to allow the 3560 vlan internet access
11-08-2019 05:46 AM
11-11-2019 03:38 AM
Hello
@kashifzai86 wrote:
at 3750g:
The catalyst 3750g switch is under ISP control i cant do anything into it, they provided me these things:-
10.0.1.0/24 (Their Local DHCP Network of Cat 3750g)
10.0.0.0/8 + 172.16.0.0/24 (they told me to add both routes point to my cat 4500 switch)
Pointing from where?
You have a 2811 rtr and this 3750g are they both isp managed?
11-11-2019 05:40 AM
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