Comware Based
1820591 Members
2080 Online
109626 Solutions
New Discussion

Rota default em switch core / gateway

 
Panco
Occasional Advisor

Rota default em switch core / gateway

Olá pessoal.

No meu switch core da rede que também é o default gateway dos dispositivos, ele tem uma rota apontado (any) para um roteador.
Posso adiconoar outra rota para outro roteador com custo diferente para apontar algumas vlan's para este segundo router?

Preciso inserir algum comando especifico ou ativar algum recurso no switch para este serviço?

Abraços

Tomaz

1 REPLY 1
Richard Litchfield
Respected Contributor

Re: Rota default em switch core / gateway

Google translate says:

Hello everybody.
In my core switch network which is also the default gateway of the devices, it has a route appointed (any) to a router.
I adiconoar another route to another router with different cost point to some vlan's for this second router?
I need to insert some specific command or activate a feature on the switch for this service?

 

I imagine you need something like this:

 ip route-static 10.2.0.0 16 10.20.30.1 description SSC network
 ip route-static 10.20.0.0 16 10.20.30.1 description Roadshow network
 ip route-static 172.16.0.0 12 10.20.30.1 description SSC Cloud and RWL networks

 This will work on Comware 5 and 7.