User Tools

Site Tools


wiki:site:cisco:trunk:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
wiki:site:cisco:trunk:start [2018/01/16 11:17]
root
wiki:site:cisco:trunk:start [2018/01/16 11:21] (current)
root
Line 29: Line 29:
     * 1-bit CFI (Canonical Format Indicator) - určuje zda se jedná o Ethernet nebo TokenRing. Nazývá se též //little-endian, big-endian format//     * 1-bit CFI (Canonical Format Indicator) - určuje zda se jedná o Ethernet nebo TokenRing. Nazývá se též //little-endian, big-endian format//
     * 12-bitů VID (VLAN Identifier) 0-4095 (0,1 a 4095 rezervovány)     * 12-bitů VID (VLAN Identifier) 0-4095 (0,1 a 4095 rezervovány)
- 
-====== DTP - Dynamic Trunking Protocol (Cisco) ====== 
-  * Sjednává automaticky trunk mezi switchi (ISL nebo dot1Q) 
-  * Switche musí být ve stejné VTP doméně (nebo NULL doméně, VTP domain není nakonfigurována) 
-  * Ve všech režimech DTP posílá zprávy každých 30s. 
-  * mode auto-auto nefunguje, na jedné straně musí být desirable! 
- 
->SW(config)# **interface** //type mod/port// 
->SW(config-if)# **switchport** 
->SW(config-if)# **switchport mode dynamic {auto | desirable}** 
- 
-Vypnutí DTP: 
->Switch(config-if)# **switchport nonegotiate** 
  
 ===== Konfigurace trunku ISL / dot1q ===== ===== Konfigurace trunku ISL / dot1q =====
Line 53: Line 40:
 >Switch(config-if)# **switchport trunk allowed vlan** {//vlan-list// | **all** | {**add** | **except** | **remove**} //vlan-list//} >Switch(config-if)# **switchport trunk allowed vlan** {//vlan-list// | **all** | {**add** | **except** | **remove**} //vlan-list//}
  
-===== Vypnuti trunku ===== +Vypnuti trunku:
 >Switch(config-if)#no switchport mode trunk >Switch(config-if)#no switchport mode trunk
 nebo: nebo:
 >Switch(config-if)#switchport mode access >Switch(config-if)#switchport mode access
  
-===== Show příkazy ===== 
 >Switch# **show running-config** >Switch# **show running-config**
 >Switch# **show interface** //type mod/port// >Switch# **show interface** //type mod/port//
 >Switch# **show vlan id** //vlan-id// >Switch# **show vlan id** //vlan-id//
->Switch# **show dtp** [**interface** //type mod/num//] 
  
 >Switch# **show interfaces fastethernet 0/1 trunk** >Switch# **show interfaces fastethernet 0/1 trunk**
Line 73: Line 57:
 <further output omitted> <further output omitted>
 </code> </code>
 +
 +====== DTP - Dynamic Trunking Protocol (Cisco) ======
 +  * Sjednává automaticky trunk mezi switchi (ISL nebo dot1Q)
 +  * Switche musí být ve stejné VTP doméně (nebo NULL doméně, VTP domain není nakonfigurována)
 +  * Ve všech režimech DTP posílá zprávy každých 30s.
 +  * mode auto-auto nefunguje, na jedné straně musí být desirable!
 +
 +>SW(config)# **interface** //type mod/port//
 +>SW(config-if)# **switchport**
 +>SW(config-if)# **switchport mode dynamic {auto | desirable}**
 +
 +Vypnutí DTP:
 +>Switch(config-if)# **switchport nonegotiate**
 +
 +>Switch# **show running-config**
 +>Switch# **show dtp** [**interface** //type mod/num//]
 +
 +
  
  
wiki/site/cisco/trunk/start.1516097879.txt.gz · Last modified: 2018/01/16 11:17 by root