cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1057
Views
5
Helpful
5
Replies

2 ISP - 5 Vlan - 1 Router...?

tranvu208
Level 1
Level 1

I have 3750 Cisco

           int Gi1/0/24

                  no switchport

                  ip address 172.16.110.2 255.255.255.0

           int Gi1/0/12

                  no switchport

                  ip address 192.168.1.2 255.255.255.0

2 ISP (ISP 1: 172.16.110.1 and ISP 2: 192.168.1.1, use 2 router Draytek 3900)

5 Vlan:

            Vlan 100: 172.16.0.0/24

            Vlan 10: 172.16.10.0/24

            Vlan 20: 172.16.20.0/24

            Vlan 30: 172.16.30.0/24

            Vlan 40: 172.16.40.0/24

 I want all traffic from Vlan 100 to go out to the internet via ISP 1(int gi1/0/24) and all traffic from vlan10-20-30-40 out ISP 2 (int gi1/0/12).

 

Please help me.....

 

 

5 Replies 5

Furose M
Level 3
Level 3

didnt you try pbr?

I don't know how pbr, i'm newbee

a.alekseev
Level 7
Level 7
Do you need communication between vla100 and others?

No, vlan 100 can't communication other vlan. Vlan 100 use for Guest Wifi.

Please help me config Cisco, i'm newbee

a.alekseev
Level 7
Level 7

 

ip vrf GUEST-WIFI
 rd 1:1
!
int Gi1/0/24
 no switchport
 ip vrf forwarding GUEST-WIFI
 ip address 172.16.110.2 255.255.255.0
int Vlan100
 ip vrf forwarding GUEST-WIFI
 ip address 172.16.0.1 255.255.255.0
!
int int Gi1/0/12
no switchport
ip address 192.168.1.2 255.255.255.0
!
ip route 0.0.0.0 0.0.0.0 192.168.1.1
ip route vrf GUEST-WIFI 0.0.0.0 0.0.0.0 172.16.110.1

 

Review Cisco Networking for a $25 gift card