Practice SBA Topology Notes PDF

Title Practice SBA Topology Notes
Course Routing & Switching Essentials
Institution University of Technology Sydney
Pages 3
File Size 43.7 KB
File Type PDF
Total Downloads 84
Total Views 143

Summary

Solutions on how to construct the practice topology. This is good pratice as it was very similiar to the actual SBA. ...


Description

Practice topology Setup • 3x 1941 Router (3rd on list) ◦ HWIC-2T module • 1x Switch (1st on list) • 3x PCs Router Redfern en configure terminal hostname Redfern #line one int g0/1 ip address 10.0.1.1 255.255.255.252 no shut #sub interfaces int g0/0.10 encapsulation dot1Q 10 (VLAN no.) ip address 192.168.10.1 255.255.255.0 int g0/0.20 encapsulation dot1Q 20 (VLAN no.) ip address 192.168.20.1 255.255.255.0 no shut int g0/0.99 encapsulation dot1Q 99 (VLAN no.) ip address 192.168.99.1 255.255.255.0 no shut copy run st Switch Internal en conf t hostname Internal #trunk to redfern int f0/1 switchport mode trunk #Access to vlan 10 int f0/2 switchport mode access switchport access vlan 10 #Access to vlan 20 int f0/3

switchport mode access switchport access vlan 20 #Native vlan99 int f0/1 switchport trunk native vlan 99 exit vlan99 name management int vlan 99 Internal(config-if) ip address 192.168.99.2 255.255.255.0 exit ip default-gateway 192.168.99.1 copy run st Router City conf t hostname City int g0/1 ip address 10.0.1.2 255.255.255.252 no shut int s0/1/0 ip address 172.20.10.2 255.255.255.252 no shut #loopback int Lo0 ip address 25.25.25.25 255.255.255.255 no shut copy run st Router Ultimo conf t hostname Ultimo

int s0/1/0 ip address 172.20.10.1 255.255.255.252 no shut int g0/0 ip address 192.168.30.1 255.255.255.0 no shut copy run st RIPV2 router rip network (for each IP)

no auto-summary version 2 exit Default Static Route #router city conf t router rip default-information originate exit ip default-gateway 25.25.25.25 copy run st...


Similar Free PDFs