User Tools

Site Tools


wiki:site:cisco:svi

This is an old revision of the document!


InterVLAN Routing

  • zajistí “propojení” VLAN na L3
  • router musí mít fyzické/logické spojení s VLAN, které chceme “propojit”
  • Lze realizovat pomocí externího routeru (router on a stick) nebo pomocí Multilayer switche
  • L3 switch může mít IP adresy na portech nebo log.interfejsech (SVI)
  • SVI = Switch Virtual Interface (vlan interface)
  • def. jsou porty L2 (kromě Cat6500 kde jsou def. L3)
Switch# show interface type mod/num switchport
Switch# show interface gigabitethernet 0/1 switchport
Name: Gi0/1
Switchport: Disabled
Switch#

Konfigurace L2 portu:

Switch(config)# interface type mod/num
Switch(config-if)# switchport

Konfigurace L3 portu:

Switch(config)# interface type mod/num
Switch(config-if)# no switchport
Switch(config-if)# ip address ip-address mask [secondary]
  • eherchannel může být také L3
  • ip adresa se nastavuje na interfacu “port-channel”

Konfigurace SVI portu:

  • může být jeden per vlan
Switch(config)# interface vlan vlan-id
Switch(config-if)# ip address ip-address mask [secondary]
Switch(config-if)# no shutdown
wiki/site/cisco/svi.1516692444.txt.gz · Last modified: 2018/01/23 08:27 by root