Pages

network cisco ccna gns3 certification arteq

network cisco ccna gns3 certification arteq
a network runs through it

Search insearchofthecert

Showing posts with label vlan verification plan. Show all posts
Showing posts with label vlan verification plan. Show all posts

Saturday, April 7, 2012

switch blueprint 003...

Create a VLAN based verification plan

verify with show commands

sh vlan (brief)

dls2#sh vlan brie                                                               
                                                                                
VLAN Name                             Status    Ports                           
---- -------------------------------- --------- -------------------------------
1    default                          active    Fa0/1, Fa0/2, Fa0/3, Fa0/4      
                                                Fa0/5, Fa0/6, Fa0/13, Fa0/14    
                                                Fa0/15, Fa0/16, Fa0/17, Fa0/18  
                                                Fa0/19, Fa0/20, Fa0/21, Fa0/22  
                                                Fa0/23, Fa0/24, Fa0/25, Fa0/26  
                                                Fa0/27, Fa0/28, Fa0/29, Fa0/30  
                                                Fa0/31, Fa0/32, Fa0/33, Fa0/34  
                                                Fa0/35, Fa0/36, Fa0/37, Fa0/38  
                                                Fa0/39, Fa0/40, Fa0/41, Fa0/42  
                                                Fa0/43, Fa0/44, Fa0/45, Fa0/46  
                                                Fa0/47, Fa0/48, Gi0/1, Gi0/2    
1002 fddi-default                     act/unsup                                 
1003 token-ring-default               act/unsup                                 
1004 fddinet-default                  act/unsup                                 
1005 trnet-default                    act/unsup                                 
dls2#

sh run int

dls2#sh run int f0/7                                                           
Building configuration...                                                      
                                                                               
Current configuration : 94 bytes                                               
!                                                                              
interface FastEthernet0/7                                                      
 switchport trunk encapsulation dot1q                                          
 switchport mode trunk                                                         
end                                                                            
                                                                               
dls2#

sh int sw

dls2#sh int f0/7 sw                                                             
Name: Fa0/7                                                                     
Switchport: Enabled                                                             
Administrative Mode: trunk                                                      
Operational Mode: trunk                                                         
Administrative Trunking Encapsulation: dot1q                                    
Operational Trunking Encapsulation: dot1q                                       
Negotiation of Trunking: On                                                     
Access Mode VLAN: 1 (default)                                                   
Trunking Native Mode VLAN: 1 (default)                                          
Administrative Native VLAN tagging: enabled                                     
Voice VLAN: none                                                                
Administrative private-vlan host-association: none                              
Administrative private-vlan mapping: none                                       
Administrative private-vlan trunk native VLAN: none                             
Administrative private-vlan trunk Native VLAN tagging: enabled                  
Administrative private-vlan trunk encapsulation: dot1q                          
Administrative private-vlan trunk normal VLANs: none                            
Administrative private-vlan trunk associations: none                            
Administrative private-vlan trunk mappings: none                                
Operational private-vlan: none                                                  
Trunking VLANs Enabled: ALL                                                     
Pruning VLANs Enabled: 2-1001                                                   
Capture Mode Disabled                                                           
Capture VLANs Allowed: ALL                                                      
                                                                                
Protected: false                                                                
Unknown unicast blocked: disabled                                               
Unknown multicast blocked: disabled                                             
Appliance trust: none                                                           
dls2#

sh mac-add int  

als1#sh mac-add int f0/7                                                        
          Mac Address Table                                                     
-------------------------------------------                                     
                                                                                
Vlan    Mac Address       Type        Ports                                     
----    -----------       --------    -----                                     
   1    000b.5fc9.0000    DYNAMIC     Fa0/7                                     
   1    000f.2394.6c40    DYNAMIC     Fa0/7                                     
   1    000f.8ffe.0987    DYNAMIC     Fa0/7                                     
   1    0011.5c2d.b8c0    DYNAMIC     Fa0/7                                     
Total Mac Addresses for this criterion: 4                                       
als1#