Switching and Routing
NETWORKING 4
Switchingand Routing
StudentsName
Question1
Subnetnetworks valid host address range Broadcast
10.25.1.0 10.25.1.1­– 10.25.1.126 10.25.1.127
10.25.1.128 10.25.1.129— 10.25.1.254 10.25.1.255
Subnetaddress 10.25.1.0 and 10.25.1.128
Usableaddresses are 10.25.1.1 ­– 10.25.1.126 and 10.25.1.129 –10.25.1.254 and Mask of 255.255.255.128
Question2
Floor1 range of 10.25.1.65 – 10.25.1.80, Router range of 10.25.1.65 –10.25.1.80, Switch range of 10.25.1.65 – 10.25.1.80
Floor2 range of 10.25.1.1 – 10.25.1.62 and 10.25.1.80 –10.25.1.98
Floor3 range of 10.25.1.98 – 10.25.1.110 and 10.25.1.111 – 10.25.1.126
Question3
VLAN1 for IT, VLAN 2 for PRODUCTION, VLAN 3 for SALES, VLAN 4 for HR andVLAN 5 for MANAGEMENT
Question4
Switch> Switch>enable Switch# configure terminal Switch (config)# hostname Swmain Swmain (config)# enable secret XYZ |
Swmain (config)# line con 0 Swmain (config – line)# password XYZ1 Swmain (config – line)# login Swmain (config -line)# exit |
Swmain (config)# line vty 0 4 Swmain (config – line)# password XYZ2 Swmain (config -line)#login Swmain (config – line)#exit Swmain (config)# interface fastethernet 0/1 Swmain (config)# ip address 10.25.1.131 255.255.255.128 Swmain (config)# no shut Swmain (config)# ip default – gateway 10.25.1.132 |
SW2 (config)# interface fastethernet 0/1 – 24 SW2 (config – if)# switchport access vlan 2 SW2 (config)# interface fastethernet 0/25 – 30 SW2 (config – if)# switchport access vlan 3 SW3 (config)# interface fastethernet 0/31 – 36 SW3 (config – if)# switchport access vlan 4 SW3 (config)# interface fastethernet 0/37 – 42 SW3 (config – if)# switchport access vlan 5 |
Question5
Swmain (config)# interface vlan 1 Swmain (config – if)# ip address 10.25.1.135 255.255.255.128 Swmain (config – if)# no shut Swmain (config)# interface fastethernet 0/2 Swmain (config – if)# switchport trunk encapsulation dot 1q Swmain (config – if)# switchport trunk Swmain (config)#exit Swmain (config)# interface fastethernet 0/3 Swmain (config – if)# switchport trunk encapsulation dot 1q Swmain (config – if)# switchport trunk Swmain (config)#exit |
Swmain (config)# vtp domain Switch Swmain (config)# vlan 2 Swmain (config – vlan)# name Production Swmain (config – vlan)# exit Swmain (config)# vlan 3 Swmain (config – vlan)# name Sales Swmain (config – vlan)# exit Swmain (config)# vlan 4 Swmain (config – vlan)# name HR Swmain (config – vlan)# exit Swmain (config)# vlan 5 Swmain (config – vlan)# name Management Swmain (config – vlan)# exit |
Swmain(config)# interface range fastethernet range 0/1 – 10
Swmain(config – if – range)# switchport mode access
Swmain(config)# interface range fastethernet range 0/13 – 24
Swmain(config – if – range)# switchport mode access
Swmain(config)#exit
Question6
Router(config)# interface fastethernet 0/1 Router(config – if)# ip address 10.25.1.130 255.255.255.128 Router(config)# no shut Router(config – if)# interface fastethernet 0/1.1 Router(config – if)# encapsulation dot 1q 1 Router(config – if)# ip address 10.25.1.0 255.255.255.128 Router(config – if)# interface fastethernet 0/1.2 Router(config – if)# encapsulation dot 1q 2 Router(config – if)# ip address 10.25.2.0 255.255.255.128 Router(config – if)# interface fastethernet 0/1.3 Router(config – if)# encapsulation dot 1q 3 Router(config – if)# ip address 10.25.3.0 255.255.255.128 |
Router(config – if)# interface fastethernet 0/1.4 Router(config – if)# encapsulation dot 1q 4 Router(config – if)# ip address 10.25.4.0 255.255.255.128 Router(config – if)# interface fastethernet 0/1.5 Router(config – if)# encapsulation dot 1q 5 Router(config – if)# ip address 10.25.5.0 255.255.255.128 |
No related posts.
Switching and Routing
NETWORKING 5
Switchingand Routing
StudentsName
Question1
Subnetnetworks valid host address range Broadcast
200.25.11.0 200.25.11.1­– 200.25.11.126 200.25.11.127
200.25.11.128 200.25.11.129— 200.25.25.11.254 200.25.11.255
Subnetaddress 200.25.11.0 and 200.25.11.128
Usableaddresses 200.25.11.1 ­– 200.25.11.126 and 200.25.11.129 –200.25.25.11.254 and Mask of 255.255.255.128
Question2
Floor1 range of 200.25.11.65 – 200.25.11.80, Router range of200.25.11.65 – 200.25.11.80, Switch range of 200.25.11.65 –200.25.11.80
Floor2 range of 200.25.11.1 – 200.25.11.62 and 200.25.11.80–200.25.11.98
Floor3 range of 200.25.11.98 – 200.25.11.110 and 200.25.11.111 –200.25.11.126
Question3
VLAN1 for IT, VLAN 10 for PRODUCTION, VLAN 20 for SALES, VLAN 30 for HRand VLAN 40 for MANAGEMENT
Question4
Switch> Switch>enable Switch# configure terminal Switch (config)# hostname SW1 SW1 (config)# enable secret cisco |
SW1 (config)# line con 0 SW1 (config – line)# password cisco1 SW1 (config – line)# login SW1 (config -line)# exit |
SW1 (config)# line vty 0 4 SW1(config – line)# password cisco2 SW1(config -line)#login SW1(config – line)#exit SW1(config)# interface fastethernet 0/1 SW1(config)# ip address 200.25.11.4 255.255.255.128 SW1(config)# no shut SW1(config)# ip default – gateway 200.25.11.3 |
SW2 (config)# interface fastethernet 0/1 – 24 SW2 (config – if)# switchport access vlan 10 SW2 (config)# interface fastethernet 0/25 – 30 SW2 (config – if)# switchport access vlan 20 SW3 (config)# interface fastethernet 0/31 – 36 SW3 (config – if)# switchport access vlan 30 SW3 (config)# interface fastethernet 0/37 – 42 SW3 (config – if)# switchport access vlan 40 |
Question5
SW1(config)# interface vlan 99 SW1(config – if)# ip address 200.25.11.2 255.255.255.128 SW1(config – if)# no shut SW1(config)# interface fastethernet 0/2 SW1(config – if)# switchport trunk encapsulation dot 1q SW1(config – if)# switchport trunk SW1(config)#exit SW1(config)# interface fastethernet 0/3 SW1(config – if)# switchport trunk encapsulation dot 1q SW1(config – if)# switchport trunk SW1(config)#exit |
SW1(config)# interface range fastethernet range 0/1 – 10 SW1(config – if – range)# switchport mode access SW1(config)# interface range fastethernet range 0/13 – 24 SW1(config – if – range)# switchport mode access SW1(config)#exit SW1(config)# vtp domain Switch1 SW1 (config)# vlan 20 SW1 (config – vlan)# name Production SW1(config – vlan)# exit SW1 (config)# vlan 20 SW1 (config – vlan)# name Sales SW1(config – vlan)# exit |
SW1(config)# vlan 30
SW1(config – vlan)# name HR
SW1(config- vlan)# exit
SW1(config)# vlan 40
SW1(config – vlan)# name Management
SW1(config- vlan)# exit
Question6
Router(config)#interface fastethernet 0/1
Router(config- if)# ip address 200.25.11.3 255.255.255.128
Router(config)#no shut
Router(config- if)# interface fastethernet 0/1.1
Router(config- if)# encapsulation dot 1q 1
Router(config- if)# ip address 200.25.1.0 255.255.255.128
Router(config- if)# interface fastethernet 0/1.10
Router(config- if)# encapsulation dot 1q 10
Router(config- if)# ip address 200.25.10.0 255.255.255.128
Router(config- if)# interface fastethernet 0/1.20
Router(config- if)# encapsulation dot 1q 20
Router(config- if)# ip address 200.25.20.0 255.255.255.128
Router(config- if)# interface fastethernet 0/1.30
Router(config- if)# encapsulation dot 1q 30
Router(config- if)# ip address 200.25.30.0 255.255.255.128
Router(config- if)# interface fastethernet 0/1.40
Router(config- if)# encapsulation dot 1q 40
Router(config- if)# ip address 200.25.40.0 255.255.255.128
References
DeCusatis,C. M., Kamble, K. G., & Kumbhare, A. P. (2016). U.S.Patent No. 9,294,398.Washington, DC: U.S. Patent and Trademark Office.
No related posts.