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

Access for different Vlans through different gateways

farrukh19911
Level 1
Level 1
All clients from different vlan with no problem surf the Internet through a proxy , if you specify it manually on the PC . But it is necessary to go out in PC1 through inetrnet BOSS server. Is it possible to implement this in the above scheme? It should be exactly in this scheme, because I do not have available routers.

C3750 Boot Loader (C3750-HBOOT-M) Version 12.2(44)SE5
c3750-ipbasek9-mz.122-55.SE10.bin

1 Accepted Solution

Accepted Solutions

Hello,

The answer is easy or I am missing something.

Have you thought about route-map?

access-list 10 permit host 192.168.20.2

route-map boss

match ip address 10

set ip next-hop 192.168.1.3

int vlan 60

IP policy route-map boss

*****************

Let me know If I missed something

Masoud

View solution in original post

5 Replies 5

Mark Malone
VIP Alumni
VIP Alumni

So you want vlan 60 only to go out through the Boss connection but the other vlans to continue using Proxy connection is that right  ? Could you not specifiy a static route for just vlan 60 on the 3750 with its next hop of 217.90.20.201 and would it not be better to have these gateways connected directly to the L3 3750 switches as its the routed device

Yes, of course. You are right. But I want some clients from vlan 60 only to go out through the Boss connection, all the rest from Vlan 60 continue using Proxy connection. But the circuit I can not change.

And I want to say that for all Vlan interfaces on 3750 added ip-helper address to 192.168.100.3 (DHCP)

If possible , write commands at least for the PC1 with explanations. I will be very grateful.

Hello,

The answer is easy or I am missing something.

Have you thought about route-map?

access-list 10 permit host 192.168.20.2

route-map boss

match ip address 10

set ip next-hop 192.168.1.3

int vlan 60

IP policy route-map boss

*****************

Let me know If I missed something

Masoud

PC1 (192.168.20.2) directly sees 192.168.1.0/24 subnet through gateway 192.168.20.1. Afteradding a map of the route with the next hop 192.168.1.3, it is already associated with other PCs on the same subnet through ateway 192.168.20.1>192.168.1.3>192.168.1.4. Howto make PC1 to surf the web via 192.168.1.3, and the local network through 192.168.1.1?

If I understood correctly, you want PC1 only see the HTTP through BOSS. Am I correct?

What is the default gateway of 3750?

And what do you mean by local network? Give me an some examples.

Masoud