02-21-2013 10:36 PM - edited 03-04-2019 07:06 PM
Hi All,
Need your help on configuration
At the remote branch we have a MPLS Router,Juniper Firewall and two distinct networks
Corporate MPLS networks --172.25.18.1 and 172.25.19.1
Guest network for Clients -- 192.168.5.1
I need to get internet link connected to MPLS router through Juniper FW to route internet traffic
At the moment Guests are utilising the internet line for direct connection.
If we move the internet line to the MPLS router we will have “Guests” on our network and
they will receive IP addresses via our DHCP server which is not allowed
Configuration of MPLS Router
GigabitEthernet0/1.1 172.25.18.1
GigabitEthernet0/1.50 192.168.5.1
GigabitEthernet0/1.60 172.25.19.1
ip dhcp pool guest
network 192.168.5.0 255.255.255.0
default-router 192.168.5.1
dns-server XXXX
lease 24
!
ip dhcp pool LAN
network 172.25.18.0 255.255.255.0
dns-server 172.26.1.5 172.26.1.125
default-router 172.25.18.1
lease 3
!
ip dhcp pool VOICE
network 172.25.19.0 255.255.255.0
dns-server 172.26.1.5 172.26.1.125
default-router 172.25.19.1
Please let me know how can i implement this
02-21-2013 11:59 PM
Hi
Could you please specify little more clearer how does topology look like now and what you are trying to accomplish?
I am not very sure if I understand what you are trying to do.
Best Regards
Please rate helpful posts
02-22-2013 12:59 AM
Hi,
I have a MPLS Router and Juniper FW at site
MPLS Router is carrying intranet/Internet traffic for Corporate network users i.e 172.25.18.1 and 172.25.19.1
Guest network for Clients -- 192.168.5.1/ 24 are utilising the internet line for direct connection
there is no physical connection between MPLS Router and Juniper FW
Internet is terminating on Juniper FW
I need to terminate the Internet connection to the MPLS Router via Juniper FW
so that in case MPLS link fails we can have a VPN backup via Junier FW
02-22-2013 03:09 AM
You can send your defalt traffic to Juniper Interface.
like ip route 0.0.0.0 0.0.0.0 (Juniper Friewall Interface)
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