Daripada bingung karena teksnya bahasa Inggris(lgi males nerjemahin) mendingan Sambil Baca, Sambil di Pratikkan. Download file latihannya DI SINI
- Utilize the first FastEthernet interface on the ISR router to connect to the last FastEthernet interface on the Floor 1 switch.
- Connect GigabitEthernet 1/1 on the Floor 1 switch to GigabitEthernet 1/1 on the Floor 2 switch.
- Connect GigabitEthernet 1/2 on the Floor 2 switch to GigabitEthernet 1/1 on the Floor 3 switch.
Step 2: Configure basic switch and router configurationsUtilize the following table to configure the ISR router, Floor 1,Floor 2, and Floor 3 switches.
ISR RouterFloor 1 SwitchFloor 2 SwitchFloor 3 SwitchHostnameISR_RtrFloor1_SwFloor2_SwFloor3_SwEnable passwordcisco123cisco123cisco123cisco123VTY passwordclassclassclassclassConsole passwordclassclassclassclass- Set the hostname on all four devices.
- Set the enable password on all four devices.
- Set the password for the vty 0 through 4 lines and enable login on all four devices.
- Set the password for the console line and enable login on all four devices.
ISR Router
Router>enaRouter#enaRouter#conf tEnter configuration commands, one per line. End with CNTL/Z.Router(config)#hostname ISR_RtrISR_Rtr(config)#enable password cisco123ISR_Rtr(config)#line vty 0 4ISR_Rtr(config-line)#password classISR_Rtr(config-line)#loginISR_Rtr(config-line)#line console 0ISR_Rtr(config-line)#password classISR_Rtr(config-line)#loginISR_Rtr(config-line)#^ZISR_Rtr#%SYS-5-CONFIG_I: Configured from console by consoleISR_Rtr#wr memBuilding configuration...[OK]ISR_Rtr#
Floor 1 Switch
Floor1_Sw#Floor1_Sw#conf tEnter configuration commands, one per line. End with CNTL/Z.Floor1_Sw(config)#line console 0Floor1_Sw(config-line)#password classFloor1_Sw(config-line)#loginFloor1_Sw(config-line)#exitFloor1_Sw(config)#line vty 0 4Floor1_Sw(config-line)#password classFloor1_Sw(config-line)#loginFloor1_Sw(config-line)#^ZFloor1_Sw#%SYS-5-CONFIG_I: Configured from console by consoleFloor1_Sw#wr memBuilding configuration...[OK]Floor1_Sw#Floor 2 Switch
Switch>enaSwitch#conf tEnter configuration commands, one per line. End with CNTL/Z.Switch(config)#hostname Floor2_SWFloor2_SW(config)#enable password cisco123Floor2_SW(config)#line console 0Floor2_SW(config-line)#password classFloor2_SW(config-line)#loginFloor2_SW(config-line)#exitFloor2_SW(config)#line vty 0 4Floor2_SW(config-line)#password classFloor2_SW(config-line)#loginFloor2_SW(config-line)#^ZFloor2_SW#%SYS-5-CONFIG_I: Configured from console by consoleFloor2_SW#wr memBuilding configuration...[OK]Floor2_SW#
Floor 3 Switch
Switch>enaSwitch#conf tEnter configuration commands, one per line. End with CNTL/Z.Switch(config)#hostname Floor3_SwFloor3_Sw(config)#line console 0Floor3_Sw(config-line)#password classFloor3_Sw(config-line)#loginFloor3_Sw(config-line)#line vty 0 4Floor3_Sw(config-line)#password classFloor3_Sw(config-line)#loginFloor3_Sw(config-line)#exitFloor3_Sw(config)#enable pass cisco123Floor3_Sw(config)#^ZFloor3_Sw#%SYS-5-CONFIG_I: Configured from console by consoleFloor3_Sw#wr memBuilding configuration...[OK]Floor3_Sw#
Step 3: Configure the interfaces connecting the router and switches- Set the interfaces connecting the Floor 1, Floor 2, andFloor 3 switches as trunk ports.
- Set the interface on the Floor 1 switch connecting to theISR router as a trunk port.
- Enable the interface on the ISR router connecting to theFloor 1 switch.
- Create and configure three sub-interfaces on the ISRrouters FastEthernet 0/0 interface. Use the following table.
- Set the encapsulation for each sub-interface.
- Set the IP address for each sub-interface.
Sub InterfaceEncapsulationIP AddressSubnet Mask
FastEthernet 0/0.20dot1q192.168.20.1255.255.255.0FastEthernet 0/0.25dot1q192.168.25.1255.255.255.0FastEthernet 0/0.30dot1q192.168.30.1255.255.255.0
Floor 1Floor1_Sw#conf tEnter configuration commands, one per line. End with CNTL/Z.Floor1_Sw(config)#int f0/1Floor1_Sw(config-if)#switchport mode trunkFloor1_Sw(config-if)#no shutFloor1_Sw(config-if)#exitFloor1_Sw(config)#int gig1/1Floor1_Sw(config-if)#switchport mode trunk
%LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet1/1, changed state to down%LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet1/1, changed state to upFloor1_Sw(config-if)#no shutFloor1_Sw(config-if)#Floor1_Sw(config-if)#exitFloor1_Sw(config)#^ZFloor1_Sw#%SYS-5-CONFIG_I: Configured from console by consoleFloor1_Sw#wr memBuilding configuration...[OK]Floor1_Sw#
Floor 2Floor2_SW#conf tEnter configuration commands, one per line. End with CNTL/Z.Floor2_SW(config)#int g1/1Floor2_SW(config-if)#switchport mode trunkFloor2_SW(config-if)#no shutFloor2_SW(config-if)#exitFloor2_SW(config)#int g1/2Floor2_SW(config-if)#switchport mode trunk
%LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet1/2, changed state to down%LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet1/2, changed state to upFloor2_SW(config-if)#no shutFloor2_SW(config-if)#exitFloor2_SW(config)#wr mem^% Invalid input detected at '^' marker.Floor2_SW(config)#^ZFloor2_SW#%SYS-5-CONFIG_I: Configured from console by consoleFloor2_SW#wr memBuilding configuration...[OK]Floor2_SW#
Floor 3User Access Verification
Password:Password:
Floor3_Sw>enaPassword:Floor3_Sw#conf tEnter configuration commands, one per line. End with CNTL/Z.Floor3_Sw(config)#int g1/2Floor3_Sw(config-if)#switchport mode trunkFloor3_Sw(config-if)#no shutFloor3_Sw(config-if)#exitFloor3_Sw(config)#^ZFloor3_Sw#%SYS-5-CONFIG_I: Configured from console by consoleFloor3_Sw#wr memBuilding configuration...[OK]Floor3_Sw#Next Step on Step 3. Step C and D
ISR
User Access Verification
Password:
ISR_Rtr>enaPassword:ISR_Rtr#conf tEnter configuration commands, one per line. End with CNTL/Z.ISR_Rtr(config)#int f0/0ISR_Rtr(config-if)#no shut
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up
ISR_Rtr(config-if)#int f0/0.20%LINK-5-CHANGED: Interface FastEthernet0/0.20, changed state to up%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0.20, changed state to upISR_Rtr(config-subif)#ISR_Rtr(config-subif)#encapsulation dot1q 20ISR_Rtr(config-subif)#ip add 192.168.20.1 255.255.255.0ISR_Rtr(config-subif)#no shutISR_Rtr(config-subif)#exitISR_Rtr(config)#
ISR_Rtr(config)#int f0/0.25ISR_Rtr(config-subif)#%LINK-5-CHANGED: Interface FastEthernet0/0.25, changed state to up%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0.25, changed state to upISR_Rtr(config-subif)#encapsulation dot1q 25ISR_Rtr(config-subif)#ip add 192.168.25.1 255.255.255.0ISR_Rtr(config-subif)#no shutISR_Rtr(config-subif)#exitISR_Rtr(config)#
ISR_Rtr(config)#int f0/0.30%LINK-5-CHANGED: Interface FastEthernet0/0.30, changed state to up%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0.30, changed state to upISR_Rtr(config-subif)#encapsulation dot1q 30ISR_Rtr(config-subif)#ip add 192.168.30.1 255.255.255.0ISR_Rtr(config-subif)#no shutISR_Rtr(config-subif)#exitISR_Rtr(config)#^ZISR_Rtr#%SYS-5-CONFIG_I: Configured from console by consoleISR_Rtr#wr memBuilding configuration...[OK]
Step 4: Configure a VTP DomainUtilize the following table to configure the Floor 1, Floor 2, andFloor 3 switches.
VTP DomainVTP PasswordSiteXciscoVTP- Configure the Floor 2 and Floor 3 switches as VTP clients.
- Set the VTP domain.
- Set the VTP mode.
- Set the VTP password.
- Configure the Floor 1 switch as a VTP server.
- Set the VTP domain.
- Set the VTP mode.
- Set the VTP password.
Floor 1User Access Verification
Password:
Floor1_Sw>enaPassword:Floor1_Sw#conf tEnter configuration commands, one per line. End with CNTL/Z.Floor1_Sw(config)#vtp domain SiteXChanging VTP domain name from NULL to SiteXFloor1_Sw(config)#vtp mode serverSetting device to VTP SERVER mode.Floor1_Sw(config)#vtp pass ciscoVTPSetting device VLAN database password to ciscoVTPFloor1_Sw(config)#^ZFloor1_Sw#%SYS-5-CONFIG_I: Configured from console by consoleFloor1_Sw#wr memBuilding configuration...[OK]Floor1_Sw#Floor 2User Access Verification
Password:
Floor2_SW>enaPassword:Floor2_SW#conf tEnter configuration commands, one per line. End with CNTL/Z.Floor2_SW(config)#vtp domain% Incomplete command.Floor2_SW(config)#vtp domain SiteXDomain name already set to SiteX.Floor2_SW(config)#vtp mode clientSetting device to VTP CLIENT mode.Floor2_SW(config)#vtp pass ciscoVTPSetting device VLAN database password to ciscoVTPFloor2_SW(config)#^ZFloor2_SW#%SYS-5-CONFIG_I: Configured from console by consoleFloor2_SW#wr memBuilding configuration...[OK]Floor2_SW#
Floor 3Password:
Floor3_Sw>enaPassword:Floor3_Sw#conf tEnter configuration commands, one per line. End with CNTL/Z.Floor3_Sw(config)#vtp domain SiteXChanging VTP domain name from NULL to SiteXFloor3_Sw(config)#vtp mode clientSetting device to VTP CLIENT mode.Floor3_Sw(config)#vtp pass ciscoVTPSetting device VLAN database password to ciscoVTPFloor3_Sw(config)#^ZFloor3_Sw#%SYS-5-CONFIG_I: Configured from console by consoleFloor3_Sw#wr memBuilding configuration...[OK]Floor3_Sw#
Step 5: Configure VLANsUtilize the following table to configure the VLANs from the VTP server.
VLAN NumberVLAN Name20Admin25Management30Finance
Di floor 1User Access Verification
Password:
Floor1_Sw>enaPassword:Floor1_Sw#conf tEnter configuration commands, one per line. End with CNTL/Z.Floor1_Sw(config)#vlan 20Floor1_Sw(config-vlan)#name AdminFloor1_Sw(config-vlan)#exitFloor1_Sw(config)#vlan 25Floor1_Sw(config-vlan)#name ManagementFloor1_Sw(config-vlan)#vlan 30Floor1_Sw(config-vlan)#name FinanceFloor1_Sw(config-vlan)#^Z
%SYS-5-CONFIG_I: Configured from console by consoleFloor1_Sw#Floor1_Sw#wr memBuilding configuration...[OK]Floor1_Sw#Step 6: Add switch ports to the appropriate VLAN- Configure the Floor 1 switch so that FastEthernet 0/1 is on VLAN 20.
- Configure the Floor 2 switch so that FastEthernet 0/1 is on VLAN 25.
- Configure the Floor 3 switch so that FastEthernet 0/1 is on VLAN 30.
Floor 1Floor1_Sw#Floor1_Sw#conf tEnter configuration commands, one per line. End with CNTL/Z.Floor1_Sw(config)#int f0/1Floor1_Sw(config-if)#switchport mode accessFloor1_Sw(config-if)#switchport access vlan 20Floor1_Sw(config-if)#no shutFloor1_Sw(config-if)#^ZFloor1_Sw#%SYS-5-CONFIG_I: Configured from console by consoleFloor1_Sw#wr memBuilding configuration...[OK]Floor1_Sw#
Floor 2Floor2_SW>enaPassword:Floor2_SW#conf tEnter configuration commands, one per line. End with CNTL/Z.Floor2_SW(config)#int f0/1Floor2_SW(config-if)#switchport mode accessFloor2_SW(config-if)#switchport access vlan 25Floor2_SW(config-if)#no shutFloor2_SW(config-if)#^ZFloor2_SW#%SYS-5-CONFIG_I: Configured from console by consoleFloor2_SW#wr memBuilding configuration...[OK]Floor2_SW#
Floor 3User Access Verification
Password:
Floor3_Sw>enaPassword:Floor3_Sw#conf tEnter configuration commands, one per line. End with CNTL/Z.Floor3_Sw(config)#int f0/1Floor3_Sw(config-if)#switchport mode accessFloor3_Sw(config-if)#switchport access vlan 30Floor3_Sw(config-if)#no shutFloor3_Sw(config-if)#^ZFloor3_Sw#%SYS-5-CONFIG_I: Configured from console by consoleFloor3_Sw#wr memBuilding configuration...[OK]Floor3_Sw#
Step 7: Connect and configure client workstations- Connect PC0 to the Floor 1 switch via FastEthernet 0/1.
- Connect PC1 to the Floor 2 switch via FastEthernet 0/1.
- Connect PC2 to the Floor 3 switch via FastEthernet 0/1.
Step 8: Verify connectivity
Dari pada bingung, jadinya nggak paham mendingan download file latihannya DI SINI
Terimakasih.
0 komentar:
Posting Komentar