Difference between revisions of "CCDA/Enterprise LAN design"
From Teknologisk videncenter
< CCDA
m (→Access Lag) |
m (→Access Lag) |
||
Line 4: | Line 4: | ||
==Access Lag== | ==Access Lag== | ||
*Begræns [[VLAN]] til rackskabet (Ikke End-to-End) | *Begræns [[VLAN]] til rackskabet (Ikke End-to-End) | ||
− | *Brug [[RPVST+]] hvis [[Spanning | + | *Brug [[RPVST+]] hvis [[Spanning tree]] skal anvendes |
*Sæt [[VLAN]] Dynamic Trunking Protocol ([[DTP]]) til '''Desirable/Diserable''' med forhandling slået fra. | *Sæt [[VLAN]] Dynamic Trunking Protocol ([[DTP]]) til '''Desirable/Diserable''' med forhandling slået fra. | ||
*Prune [[VLAN]] manuelt for at forhindre unødvendige Broadcast. | *Prune [[VLAN]] manuelt for at forhindre unødvendige Broadcast. |
Revision as of 13:41, 12 January 2010
LAN media
Best Pratice for Hierarchical Layers
Access Lag
- Begræns VLAN til rackskabet (Ikke End-to-End)
- Brug RPVST+ hvis Spanning tree skal anvendes
- Sæt VLAN Dynamic Trunking Protocol (DTP) til Desirable/Diserable med forhandling slået fra.
- Prune VLAN manuelt for at forhindre unødvendige Broadcast.
- Brug VTP transparant mode, da der ikke er brug for en fælles VLAN database.
- Disable Trunking på access porte. Giver mere sikkerhed og får Portfast til at fungere hurtigere.
- Overvej at anvende routning i Access Laget for at få hurtig konvergens og Load-Balancing.
- Brug switchport host kommandoen på server og bruger porte for at
A1(config-if)#<input>do show run int fa0/1</input>
interface FastEthernet0/1
description Accessport USER
no ip address
end
A1(config-if)#<input>switchport host</input>
switchport mode will be set to access
spanning-tree portfast will be enabled
channel group will be disabled
A1(config-if)#<input>do show run int fa0/1</input>
interface FastEthernet0/1
description Accessport USER
<notice>switchport mode access</notice>
no ip address
<notice>spanning-tree portfast</notice>
end