1 / 15

Module Descriptor

Module Descriptor. Move from 20/80 to 80/20. 3-layered Architecture. Access. Distribution Layer. Core. Switch Types. NetLAB. Configuration. interface FastEthernet0/1 no ip address ! interface FastEthernet0/2 no ip address ! interface FastEthernet0/3 no ip address …

arama
Download Presentation

Module Descriptor

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Module Descriptor

  2. Move from 20/80 to 80/20

  3. 3-layered Architecture

  4. Access

  5. Distribution Layer

  6. Core

  7. Switch Types

  8. NetLAB

  9. Configuration interface FastEthernet0/1 no ip address ! interface FastEthernet0/2 no ip address ! interface FastEthernet0/3 no ip address … interface FastEthernet0/22 no ip address ! interface FastEthernet0/23 no ip address ! interface FastEthernet0/24 no ip address ! interface GigabitEthernet0/1 no ip address ! interface GigabitEthernet0/2 no ip address ! interface Vlan1 no ip address no ip route-cache shutdown ! ip http server ! ! line con 0 line vty 5 15 FA0/1 FA0/2

  10. Configuration interface FastEthernet0/1 no ip address ! interface FastEthernet0/2 no ip address ! interface FastEthernet0/3 no ip address … interface FastEthernet0/22 no ip address ! interface FastEthernet0/23 no ip address ! interface FastEthernet0/24 no ip address ! interface GigabitEthernet0/1 no ip address ! interface GigabitEthernet0/2 no ip address ! interface Vlan1 ip address 192.168.1.100 ! ip http server ! ! line con 0 line vty 5 15 Interface vlan1 IP address for access

  11. Switchport types # config t (config)# int fa0/1 (config-if)# switchport mode access # config t (config)# int fa0/1 (config-if)# no switchport # config t (config)# int fa0/1 (config-if)# switchport mode trunk # config t (config)# int fa0/1 (config-if)# switchport mode vlan 2 Layer 2 port Layer 3 port Trunk port VLAN on port

More Related