Mejores Scripts2

Embed Size (px)

DESCRIPTION

Packet Tracer Activity 3.6.1 Frame Relay

Citation preview

Task 1: Configure PPP with CHAP Between Devicesconfig tusername ISP password ciscointerface s0/0/1encapsulation pppppp authentication chapip address 209.165.201.2 255.255.255.252no shexit=============================================================================================================================Task 2: Configure Full Mesh Frame RelayHQconfig tinterface s0/0/0ip address 10.0.0.1 255.255.255.248encapsulation frame-relayframe-relay map ip 10.0.0.2 102 broadcastframe-relay map ip 10.0.0.3 103 broadcastframe-relay map ip 10.0.0.4 104 broadcast ietfframe-relay lmi-type ansino shWestconf tinterface s0/0/0ip address 10.0.0.2 255.255.255.248encapsulation frame-relayframe-relay map ip 10.0.0.1 201 broadcastframe-relay map ip 10.0.0.3 203 broadcastframe-relay map ip 10.0.0.4 204 broadcast ietfframe-relay lmi-type ansino shSouthconf tinterface s0/0/0ip address 10.0.0.3 255.255.255.248encapsulation frame-relayframe-relay map ip 10.0.0.1 301 broadcastframe-relay map ip 10.0.0.2 302 broadcastframe-relay map ip 10.0.0.4 304 broadcast ietfframe-relay lmi-type ansino shEastconf tinterface s0/0/0ip address 10.0.0.4 255.255.255.248encapsulation frame-relay ietfframe-relay map ip 10.0.0.1 401 broadcast ciscoframe-relay map ip 10.0.0.2 402 broadcast ciscoframe-relay map ip 10.0.0.3 403 broadcast ciscoframe-relay lmi-type ansino sh=============================================================================================================================Task 3: Configure Static and Default RoutingHQconf tip route 10.1.100.0 255.255.255.0 10.0.0.2ip route 10.1.10.0 255.255.255.0 10.0.0.3ip route 10.1.20.0 255.255.255.0 10.0.0.3ip route 10.1.30.0 255.255.255.0 10.0.0.3ip route 10.1.99.0 255.255.255.0 10.0.0.3ip route 10.1.200.0 255.255.255.0 10.0.0.4ip route 0.0.0.0 0.0.0.0 s0/0/1WESTconf tip route 10.1.10.0 255.255.255.0 10.0.0.3ip route 10.1.20.0 255.255.255.0 10.0.0.3ip route 10.1.30.0 255.255.255.0 10.0.0.3ip route 10.1.99.0 255.255.255.0 10.0.0.3ip route 10.1.200.0 255.255.255.0 10.0.0.4ip route 0.0.0.0 0.0.0.0 10.0.0.1SOUTHconf tip route 10.1.100.0 255.255.255.0 10.0.0.2ip route 10.1.200.0 255.255.255.0 10.0.0.4ip route 0.0.0.0 0.0.0.0 10.0.0.1EASTconf tip route 10.1.100.0 255.255.255.0 10.0.0.2ip route 10.1.10.0 255.255.255.0 10.0.0.3ip route 10.1.20.0 255.255.255.0 10.0.0.3ip route 10.1.30.0 255.255.255.0 10.0.0.3ip route 10.1.99.0 255.255.255.0 10.0.0.3ip route 0.0.0.0 0.0.0.0 10.0.0.1>>>42%=============================================================================================================================Task 4: Configure and Test Inter-VLAN RoutingSOUTHconf tinterface fa0/0no shexitinterface fa0/0.10encapsulation dot1Q 10ip address 10.1.10.1 255.255.255.0exitinterface fa0/0.20encapsulation dot1Q 20ip address 10.1.20.1 255.255.255.0exitinterface fa0/0.30encapsulation dot1Q 30ip address 10.1.30.1 255.255.255.0exitinterface fa0/0.99encapsulation dot1Q 99 nativeip address 10.1.99.1 255.255.255.0exit=============================================================================================================================Task 5: Configure VTP and Trunking on the SwitchesS1conf tvtp mode servervtp domain CCNAvtp password ciscoS2conf tvtp mode clientvtp domain CCNAvtp password ciscoS3conf tvtp mode clientvtp domain CCNAvtp password ciscoS1conf tinterface fa0/1switchport mode trunkswitchport native vlan 99exitinterface fa0/2switchport mode trunkswitchport native vlan 99exitinterface fa0/3switchport mode trunkswitchport native vlan 99exitinterface fa0/4switchport mode trunkswitchport native vlan 99exitinterface fa0/5switchport mode trunkswitchport native vlan 99exitS2conf tinterface fa0/1switchport mode trunkswitchport native vlan 99exitinterface fa0/2switchport mode trunkswitchport native vlan 99exitinterface fa0/3switchport mode trunkswitchport native vlan 99exitinterface fa0/4switchport mode trunkswitchport native vlan 99exitS3conf tinterface fa0/1switchport mode trunkswitchport native vlan 99exitinterface fa0/2switchport mode trunkswitchport native vlan 99exitinterface fa0/3switchport mode trunkswitchport native vlan 99exitinterface fa0/4switchport mode trunkswitchport native vlan 99exit=============================================================================================================================Task 6: Configure VLANs on the SwitchS1conf tvlan 10name Faculty/Staffvlan 20name Studentsvlan 30name Guest(Default)vlan 99name Management&Native=============================================================================================================================Task 7: Configure and Verify VLAN 99S1conf tinterface vlan 99ip address 10.1.99.11 255.255.255.0exitip default-gateway 10.1.99.1S2conf tinterface vlan 99ip address 10.1.99.12 255.255.255.0exitip default-gateway 10.1.99.1S3conf tinterface vlan 99ip address 10.1.99.13 255.255.255.0exitip default-gateway 10.1.99.1>>>92%=============================================================================================================================Task 8: Configure S1 as Root for All Spanning TreesS1conf tspanning-tree vlan 1,10,20,30,99 priority 4096=============================================================================================================================Task 9: Assign Ports to VLANSS2conf tinterface range f0/610switchport mode accessswitchport access vlan 10interface range f0/1115switchport mode accessswitchport access vlan 20interface range f0/1620switchport mode accessswitchport access vlan 30exitinterface range f0/2124shexitinterface range g1/12shexit