Você está na página 1de 1

TUTORIAL SWITCHE EXTREME

Configurao de VLANs
SWSEARH:1 # show vlan (Exibe todas as VLANs configuradas no equipamento);
SWSEARH:2 # create vlan <nome-VLAN> ( Cria uma VLAN);
SWSEARH:2 # configure <nome-VLAN> tag ID (Associa uma VLAN ao ID);
SWSEARH:2 # configure <nome-VLAN> add ports numero-porta (associa portas VLAN);
Configurao de rotas
SWSEARH:2 # show iproute sorted (Exibe todas as rotas configuradas no switch);
SWSEARH:2 # configure iproute delete IP_REDE/MASK IP_WAN (Apaga uma rota para uma rede);
SWSEARH:2 # configure iproute add IP_REDE/MASK IP_WAN (Cria uma rota para uma rede);
Exemplo de criao de VLAN:
SWSEARH:2 # create vlan TESTE
SWSEARH:2 # configure TESTE tag 300 (O identificador da VLAN ser 300)
SWSEARH:2 # configure TESTE add ports 21,22,23 (adiciona as portas 21,22 e 23 VLAN TESTE)
Exemplo de criao de uma rota:
SWSEARH:2 # configure iproute add 10.42.0.0/24 172.20.10.2
Exemplo de retirada de uma rota:
SWSEARH:2 # configure iproute delete 10.42.0.0/24 172.20.10.2
Exemplo de visualizao da tabela de roteamento do Extreme:
SW01 # show iproute sorted
OR Destination
*s Default Route
*d 10.0.0.0/16
*d 10.1.0.0/22
*s 10.1.4.0/24
*s 10.1.5.0/24
*s 10.1.12.0/24
*s 10.2.110.0/24
*s 10.3.9.0/24
*s 10.5.0.0/24
*s 10.6.4.0/24

Gateway
10.1.0.50
10.0.1.1
10.1.0.10
10.1.0.12
172.20.9.20
172.20.10.7
10.0.1.3
172.20.10.6
172.20.9.13
10.0.1.3

Mtr Flags Use M-Use VLAN


1 UG---S-um 110502579
1 U------u- 5728907
1 U------u- 27624310
1 UG---S-um 218
1 UG---S-um 11442
1 UG---S-um 62851
1 UG---S-um 0
1 UG---S-um 1136
1 UG---S-um 325385
1 UG---S-um 2

Acct-1

Você também pode gostar