logo

CMIT 350 Interconnecting Cisco Devices

6 Pages1107 Words171 Views
   

Added on  2019-10-16

CMIT 350 Interconnecting Cisco Devices

   Added on 2019-10-16

ShareRelated Documents
CMIT 350 WAN and SOHO Skills ImplementationCourse: CMIT 350 Interconnecting Cisco Devices (Part 3)Professor: Rodolfo SolisCreated by: Chris ReaganDate: 7/1/2016Summary:I.Sacramento Site VLAN, ROS, DHCP Implementation, Los Angeles Site Management,xACME WAN – WAN Implementation and Secure CommunicationsII.BibliographySacramentoVLANs:We need to use switchport mode “access” for setting port security.The steps for implementing port security to allow maximum two MAC addresses and shutdowns for violations are: a)interface ga0/1b)switchport mode access c)switchport port-securityd)switchport port-security maximum 2e)switchport port-security violation shutdownf)show port-security address will display the ports with matching switchport modes security settings .ROS:The configuration will be simplified as a)faculty VLAN: 10.50.0.0 /28b)The administrative: 10.50.0.64 /28c)instructional - 10.50.0.122 /28d)server : 10.50.0.193 /28Which is as follows; SacramentoRouter (config)#int fastEthernet 0/0.1
CMIT 350 Interconnecting Cisco Devices_1
SacramentoRouter(config-subif)#encapsulation isl 1SacramentoRouter(config-subif)#encapsulation dot1Q 1 SacramentoRouter(config-subif)#encapsulation dot1Q 1 nativeSacramentoRouter(config-subif)#ip address 10.50.0.0 255.255.255.192SacramentoRouter(config-subif)#exitSacramentoRouter(config)#int fastEthernet 0/0.2SacramentoRouter(config-subif)#encapsulation isl 2SacramentoRouter(config-subif)#encapsulation dot1Q 2SacramentoRouter(config-subif)#ip address 10.50.0.64 255.255.255.192SacramentoRouter(config-subif)#exitSacramentoRouter(config)#int fastEthernet 0/0.2SacramentoRouter(config-subif)#encapsulation isl 2SacramentoRouter(config-subif)#encapsulation dot1Q 2SacramentoRouter(config-subif)#ip address 10.50.0.128 255.255.255.192SacramentoRouter(config-subif)#exitSacramentoRouter(config)#int fastEthernet 0/0.2SacramentoRouter(config-subif)#encapsulation isl 2SacramentoRouter(config-subif)#encapsulation dot1Q 2SacramentoRouter(config-subif)#ip address 10.50.0.192 255.255.255.192SacramentoRouter(config-subif)#exitDHCP - is used to dynamically assign ip address to the hosts on the VLAN.Router(config)# ip name-server 10.50.0.1 Router(config)# ip dhcp excluded-address 10.50.0.54/26 – 10.50.0.63/26Router(config)# ip dhcp pool dpool1Router(config-dhcp)#Router(config-dhcp)#network 10.50.0.0 255.255.255.192Router(config-dhcp)#default-router 10.50.0.1 Router(config-dhcp)# dns-server 10.50.0.1Los Angeles Site Management
CMIT 350 Interconnecting Cisco Devices_2
Faculty VLAN = 21 devicesAdministrative VLAN = 44 devicesInstructional VLAN = 120 devicesServer VLAN = 21 devicesRemote IOS Storage: Console> (enable) copy config tftpIP address or name of remote host []? 10.40.6.10/23Name of file to copy to []? Cat6500_config.cfgUpload configuration to tftp:cat6500_config.cfg, (y/n) [n]? y/Configuration has been copied successfully.Console> (enable)Remote Management of Switches Solutions: LosAngelesSw1(config)# catalyst6500-system remote-mgmt primary ip 10.40.6.10/23 username admin password *************LosAngelesSw1(config)# show running-configACL Implementation:LosAngelesSw3(config)# access-list 1 permit VLAN 1LosAngelesSw3 (config)# access-list 2 deny VLAN 2LosAngelesSw3 (config)# access-list 3 deny VLAN 3 LosAngelesSw3 (config)# access-list 4 deny VLAN 4Network Time Protocol: LosAngelesRouter(config)# ip nameserver 10.40.6.10/23LosAngelesRouter (config)# ntp server 1.gr.pool.ntp.orgLosAngelesRouter # show ntp associationsLosAngelesRouter # show ntp statusLosAngelesRouter# ntp loggingSacramentoRouter(config)# ip nameserver 10.40.6.10/23SacramentoRouter (config)# ntp server 1.gr.pool.ntp.orgSacramentoRouter # show ntp associationsSacramentoRouter # show ntp status
CMIT 350 Interconnecting Cisco Devices_3

End of preview

Want to access all the pages? Upload your documents or become a member.

Related Documents
Configuring VLANs, ROS, DHCP and PPP for Sacramento and Los Angeles sites
|4
|610
|197