Table of Contents

Switchport config.

Konfigurace jednoho interfejsu

SW(config)# interface type module/number

Zapnutí / Vypnutí portu

SW(config-if)# [no] shutdown

Popis portu

SW(config-if)# description description-string

Speed a Duplex

Rychlost portu

SW(config-if)# speed {10 | 100 | 1000 | auto(defult)}

Režim duplexu portu

SW(config-if)# duplex {auto | full | half}

Pro zjištění speed/duplex mismatch:

show interface type mod/num

* hledat nenulové hodnoty v “input errors” a “runts”

Interface range a macro

Konfigurace výčtu interfejsů

SW(config)# interface range type module/number [, type module/number …]

Konfigurace rozsahu interfejsů

SW(config)# interface range type module/first-number – last-number

Konfigurace více interfejsů pomocí makra

SW(config)# define interface-range macro-name type module/number [, type module/ number …] [, type module/first-number – last-number] [, …]
SW(config)# interface range macro macro-name

Příklad:
SW(config)# define interface-range MyGroup gig 2/0/1 , gig 2/0/3 – 2/0/5 , gig 3/0/1 , gig 3/0/10, gig 3/0/32 – 3/0/48
SW(config)# interface range macro MyGroup

Error Disable

Konfigurace detekce chyb (errdisable)

Switch(config)# [no] errdisable detect cause [all | cause-name]

Automatická obnova ze stavu errdisable

Switch(config)# errdisable recovery cause [all | cause-name]
Switch(config)# errdisable recovery interval seconds

Troubleshooting:

show interface
show interfaces status
show interface status err-disabled