150 likes | 250 Views
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 …
E N D
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
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
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