Examen Final de Redes 4

download Examen Final de Redes 4

of 17

Transcript of Examen Final de Redes 4

  • 7/27/2019 Examen Final de Redes 4

    1/17

    CCNA 4 8.6.1 Packet Tracer Skills Integration

    !!!!!HQ

    en

    conf t

    hostname HQenable secret class

    no ip domain-lookupline con 0password cisco

    login

    logging synchline vty 0 4

    password ciscologin

    exit

    int fa0/0ip address 10.0.1.1 255.255.255.0

    no shutdownexit

    Int s0/0/0no ip address

    encapsulation frame-relay

    frame-relay lmi-type q933ano shutdown

    int s0/0/0.41 point-to-pointip address 10.255.255.1 255.255.255.252

    frame-relay interface-dlci 41int s0/0/0.42 point-to-point

    ip address 10.255.255.5 255.255.255.252

    frame-relay interface-dlci 42int s0/0/0.43 point-to-pointip address 10.255.255.9 255.255.255.252

    frame-relay interface-dlci 43exitint fa0/0

    description Servers

    ip address 10.0.1.1 255.255.255.0no shutdownexit

    username ISP password ciscochap

    int s0/1/0description Link to ISP

    ip address 209.165.201.1 255.255.255.252encapsulation pppppp authentication chapno shutdown

    exitusername NewB password ciscopapint s0/0/1

    description Link to NewB

    ip address 10.255.255.253 255.255.255.252

  • 7/27/2019 Examen Final de Redes 4

    2/17

    encapsulation ppp

    ppp authentication papppp pap sent-username HQ password 0 ciscopapclock rate 64000

    no shutdownexit

    ip access-list standard NAT_LISTpermit 10.0.0.0 0.255.255.255

    exitip nat pool XYZCORP 209.165.200.241 209.165.200.245 netmask 255.255.255.248ip nat inside source list NAT_LIST pool XYZCORP overload

    ip nat inside source static 10.0.1.2 209.165.200.246

    int fa0/0ip nat inside

    int s0/0/0.41 point-to-point

    ip nat insideint s0/0/0.42 point-to-point

    ip nat insideint s0/0/0.43 point-to-point

    ip nat insideint s0/0/1

    ip nat inside

    int s0/1/0ip nat outside

    exitip route 0.0.0.0 0.0.0.0 serial0/1/0

    ip route 10.4.5.0 255.255.255.0 serial0/0/1router eigrp 100

    passive-interface fa0/0passive-interface s0/0/1

    passive-interface s0/1/0

    network 10.0.0.0no auto-summary

    exitip access-list extended FIREWALL

    !permit tcp any host 209.165.200.244 eq wwwpermit tcp any host 209.165.200.246 eq www

    permit tcp any any established

    permit icmp any any echo-replydeny ip any any

    exitint s0/1/0

    ip access-group FIREWALL in

    !!!!!B1

    enconf thostname B1

    enable secret class

    no ip domain-lookup

  • 7/27/2019 Examen Final de Redes 4

    3/17

    line con 0

    password ciscologinlogging synch

    line vty 0 4password cisco

    loginexit

    int s0/0/0ip address 10.255.255.2 255.255.255.252encapsulation frame-relay

    frame-relay lmi-type q933a

    no shutdownexit

    ip route 0.0.0.0 0.0.0.0 10.255.255.1

    int fa0/0no shutdown

    int fa0/0.10description Admin VLAN 10

    encapsulation dot1Q 10ip address 10.1.10.1 255.255.255.0

    int fa0/0.20

    description Sales VLAN 20encapsulation dot1Q 20

    ip address 10.1.20.1 255.255.255.0int fa0/0.30

    description Production VLAN 30encapsulation dot1Q 30

    ip address 10.1.30.1 255.255.255.0int fa0/0.88

    description Wireless VLAN 88

    encapsulation dot1Q 88ip address 10.1.88.1 255.255.255.0

    int fa0/0.99description Management&Native VLAN 99

    encapsulation dot1Q 99 nativeip address 10.1.99.1 255.255.255.0

    exit

    router eigrp 100passive-interface fastethernet0/0.10

    passive-interface fastethernet0/0.20passive-interface fastethernet0/0.30

    passive-interface fastethernet0/0.99network 10.0.0.0

    no auto-summaryexitint s0/0/0ip summary-address eigrp 100 10.1.0.0 255.255.0.0

    exitip dhcp excluded-address 10.1.10.1 10.1.10.10ip dhcp excluded-address 10.1.20.1 10.1.20.10

    ip dhcp excluded-address 10.1.30.1 10.1.30.10

    ip dhcp excluded-address 10.1.88.1 10.1.88.24

  • 7/27/2019 Examen Final de Redes 4

    4/17

    ip dhcp pool B1_VLAN10

    network 10.1.10.0 255.255.255.0default-router 10.1.10.1dns-server 10.0.1.4

    exitip dhcp pool B1_VLAN20

    network 10.1.20.0 255.255.255.0default-router 10.1.20.1

    dns-server 10.0.1.4exitip dhcp pool B1_VLAN30

    network 10.1.30.0 255.255.255.0

    default-router 10.1.30.1dns-server 10.0.1.4

    exit

    ip dhcp pool B1_VLAN88network 10.1.88.0 255.255.255.0

    default-router 10.1.88.1dns-server 10.0.1.4

    !!!!!B2

    enconf t

    hostname B2enable secret class

    no ip domain-lookup

    line con 0password cisco

    loginlogging synch

    line vty 0 4password cisco

    login

    exitint s0/0/0

    ip address 10.255.255.6 255.255.255.252encapsulation frame-relay

    frame-relay lmi-type q933ano shutdown

    exitip route 0.0.0.0 0.0.0.0 10.255.255.5int fa0/0no shutdown

    int fa0/0.10description Admin VLAN 10encapsulation dot1Q 10

    ip address 10.2.10.1 255.255.255.0

    int fa0/0.20

  • 7/27/2019 Examen Final de Redes 4

    5/17

    description Sales VLAN 20

    encapsulation dot1Q 20ip address 10.2.20.1 255.255.255.0int fa0/0.30

    description Production VLAN 30encapsulation dot1Q 30

    ip address 10.2.30.1 255.255.255.0int fa0/0.88

    description Wireless VLAN 88encapsulation dot1Q 88ip address 10.2.88.1 255.255.255.0

    int fa0/0.99

    description Management&Native VLAN 99encapsulation dot1Q 99 native

    ip address 10.2.99.1 255.255.255.0

    exitrouter eigrp 100

    passive-interface fastethernet0/0.10passive-interface fastethernet0/0.20

    passive-interface fastethernet0/0.30passive-interface fastethernet0/0.99

    network 10.0.0.0

    no auto-summaryexit

    int s0/0/0ip summary-address eigrp 100 10.2.0.0 255.255.0.0

    exitip dhcp excluded-address 10.2.10.1 10.2.10.10

    ip dhcp excluded-address 10.2.20.1 10.2.20.10ip dhcp excluded-address 10.2.30.1 10.2.30.10

    ip dhcp excluded-address 10.2.88.1 10.2.88.24

    ip dhcp pool B2_VLAN10network 10.2.10.0 255.255.255.0

    default-router 10.2.10.1dns-server 10.0.1.4

    exitip dhcp pool B2_VLAN20

    network 10.2.20.0 255.255.255.0

    default-router 10.2.20.1dns-server 10.0.1.4

    exitip dhcp pool B2_VLAN30

    network 10.2.30.0 255.255.255.0default-router 10.2.30.1

    dns-server 10.0.1.4exitip dhcp pool B2_VLAN88network 10.2.88.0 255.255.255.0

    default-router 10.2.88.1dns-server 10.0.1.4

  • 7/27/2019 Examen Final de Redes 4

    6/17

    !!!!!B3

    en

    conf thostname B3enable secret class

    no ip domain-lookup

    line con 0password cisco

    login

    logging synchline vty 0 4

    password ciscologin

    exitint s0/0/0

    ip address 10.255.255.10 255.255.255.252

    encapsulation frame-relay ietfframe-relay lmi-type ansi

    no shutdownexit

    ip route 0.0.0.0 0.0.0.0 10.255.255.9int fa0/0

    no shutdownint fa0/0.10

    description Admin VLAN 10

    encapsulation dot1Q 10ip address 10.3.10.1 255.255.255.0

    int fa0/0.20description Sales VLAN 20

    encapsulation dot1Q 20ip address 10.3.20.1 255.255.255.0

    int fa0/0.30

    description Production VLAN 30encapsulation dot1Q 30

    ip address 10.3.30.1 255.255.255.0int fa0/0.88

    description Wireless VLAN 88encapsulation dot1Q 88

    ip address 10.3.88.1 255.255.255.0int fa0/0.99description Management&Native VLAN 99encapsulation dot1Q 99 native

    ip address 10.3.99.1 255.255.255.0exitrouter eigrp 100

    passive-interface fastethernet0/0.10

    passive-interface fastethernet0/0.20

  • 7/27/2019 Examen Final de Redes 4

    7/17

    passive-interface fastethernet0/0.30

    passive-interface fastethernet0/0.99network 10.0.0.0no auto-summary

    exitint s0/0/0

    ip summary-address eigrp 100 10.3.0.0 255.255.0.0exit

    ip dhcp excluded-address 10.3.10.1 10.3.10.10ip dhcp excluded-address 10.3.20.1 10.3.20.10ip dhcp excluded-address 10.3.30.1 10.3.30.10

    ip dhcp excluded-address 10.3.88.1 10.3.88.24

    ip dhcp pool B3_VLAN10network 10.3.10.0 255.255.255.0

    default-router 10.3.10.1

    dns-server 10.0.1.4exit

    ip dhcp pool B3_VLAN20network 10.3.20.0 255.255.255.0

    default-router 10.3.20.1dns-server 10.0.1.4

    exit

    ip dhcp pool B3_VLAN30network 10.3.30.0 255.255.255.0

    default-router 10.3.30.1dns-server 10.0.1.4

    exitip dhcp pool B3_VLAN88

    network 10.3.88.0 255.255.255.0default-router 10.3.88.1

    dns-server 10.0.1.4

    !!!!!B1-S1

    en

    conf thostname B1-S1

    enable secret classno ip domain-lookupline con 0password cisco

    loginlogging synchline vty 0 4

    password cisco

    login

  • 7/27/2019 Examen Final de Redes 4

    8/17

    exit

    vtp mode servervtp domain xyzcorpvtp password xyzvtp

    int fa0/1switchport trunk native vlan 99

    switchport mode trunkint fa0/2

    switchport trunk native vlan 99switchport mode trunkint fa0/3

    switchport trunk native vlan 99

    switchport mode trunkint fa0/4

    switchport trunk native vlan 99

    switchport mode trunkint fa0/5

    switchport trunk native vlan 99switchport mode trunk

    exitint vlan 99

    ip address 10.1.99.21 255.255.255.0

    no shutdownexit

    ip default-gateway 10.1.99.1vlan 10

    name Adminvlan 20

    name Salesvlan 30

    name Production

    vlan 88name Wireless

    vlan 99name Mgmt&Native

    exitspanning-tree vlan 1 priority 4096

    spanning-tree vlan 10 priority 4096

    spanning-tree vlan 20 priority 4096spanning-tree vlan 30 priority 4096

    spanning-tree vlan 88 priority 4096spanning-tree vlan 99 priority 4096

    !!!!!B1-S2

    en

    conf thostname B1-S2enable secret class

    no ip domain-lookup

    line con 0

  • 7/27/2019 Examen Final de Redes 4

    9/17

    password cisco

    loginlogging synchline vty 0 4

    password ciscologin

    exitvtp mode client

    vtp domain xyzcorpvtp password xyzvtpint fa0/1

    switchport trunk native vlan 99

    switchport mode trunkint fa0/2

    switchport trunk native vlan 99

    switchport mode trunkint fa0/3

    switchport trunk native vlan 99switchport mode trunk

    int fa0/4switchport trunk native vlan 99

    switchport mode trunk

    exitint vlan 99

    ip address 10.1.99.22 255.255.255.0no shut

    exitip default-gateway 10.1.99.1

    int fa0/6switchport access vlan 10

    switchport mode access

    switchport port-securityswitchport port-security maximum 1

    switchport port-security mac-address stickyswitchport port-security violation shutdown

    int fa0/11switchport access vlan 20

    switchport mode access

    switchport port-securityswitchport port-security maximum 1

    switchport port-security mac-address stickyswitchport port-security violation shutdown

    int fa0/16switchport access vlan 30

    switchport mode accessswitchport port-securityswitchport port-security maximum 1switchport port-security mac-address sticky

    switchport port-security violation shutdown

  • 7/27/2019 Examen Final de Redes 4

    10/17

    !!!!!B1-S3

    en

    conf thostname B1-S3

    enable secret classno ip domain-lookup

    line con 0password ciscologin

    logging synch

    line vty 0 4password cisco

    login

    exitvtp mode client

    vtp domain xyzcorpvtp password xyzvtp

    int fa0/1switchport trunk native vlan 99

    switchport mode trunk

    int fa0/2switchport trunk native vlan 99

    switchport mode trunkint fa0/3

    switchport trunk native vlan 99switchport mode trunk

    int fa0/4switchport trunk native vlan 99

    switchport mode trunk

    exitint vlan 99

    ip address 10.1.99.23 255.255.255.0no shutdown

    exitip default-gateway 10.1.99.1

    int fa0/7

    switchport access vlan 88switchport mode access

    exitspanning-tree vlan 1 priority 8192

    spanning-tree vlan 10 priority 8192spanning-tree vlan 20 priority 8192

    spanning-tree vlan 30 priority 8192spanning-tree vlan 88 priority 8192spanning-tree vlan 99 priority 8192

  • 7/27/2019 Examen Final de Redes 4

    11/17

  • 7/27/2019 Examen Final de Redes 4

    12/17

    spanning-tree vlan 30 priority 4096

    spanning-tree vlan 88 priority 4096spanning-tree vlan 99 priority 4096

    !!!!!B2-S2

    enconf thostname B2-S2

    enable secret class

    no ip domain-lookupline con 0

    password cisco

    loginlogging synch

    line vty 0 4password cisco

    loginexit

    vtp mode client

    vtp domain xyzcorpvtp password xyzvtp

    int fa0/1switchport trunk native vlan 99

    switchport mode trunkint fa0/2

    switchport trunk native vlan 99switchport mode trunk

    int fa0/3

    switchport trunk native vlan 99switchport mode trunk

    int fa0/4switchport trunk native vlan 99

    switchport mode trunkexit

    int vlan 99

    ip address 10.2.99.22 255.255.255.0no shut

    exitip default-gateway 10.2.99.1

    int fa0/6switchport access vlan 10

    switchport mode accessswitchport port-securityswitchport port-security maximum 1switchport port-security mac-address sticky

    switchport port-security violation shutdownint fa0/11switchport access vlan 20

    switchport mode access

    switchport port-security

  • 7/27/2019 Examen Final de Redes 4

    13/17

    switchport port-security maximum 1

    switchport port-security mac-address stickyswitchport port-security violation shutdownint fa0/16

    switchport access vlan 30switchport mode access

    switchport port-securityswitchport port-security maximum 1

    switchport port-security mac-address stickyswitchport port-security violation shutdown

    !!!!!B2-S3

    en

    conf t

    hostname B2-S3enable secret class

    no ip domain-lookupline con 0

    password ciscologin

    logging synchline vty 0 4

    password cisco

    loginexit

    vtp mode clientvtp domain xyzcorp

    vtp password xyzvtpint fa0/1

    switchport trunk native vlan 99

    switchport mode trunkint fa0/2

    switchport trunk native vlan 99switchport mode trunk

    int fa0/3switchport trunk native vlan 99

    switchport mode trunkint fa0/4switchport trunk native vlan 99switchport mode trunk

    exitint vlan 99ip address 10.2.99.23 255.255.255.0

    no shut

    exit

  • 7/27/2019 Examen Final de Redes 4

    14/17

    ip default-gateway 10.2.99.1

    int fa0/7switchport access vlan 88switchport mode access

    exitspanning-tree vlan 1 priority 8192

    spanning-tree vlan 10 priority 8192spanning-tree vlan 20 priority 8192

    spanning-tree vlan 30 priority 8192spanning-tree vlan 88 priority 8192spanning-tree vlan 99 priority 8192

    !!!!!B3-S1

    en

    conf thostname B3-S1

    enable secret class

    no ip domain-lookupline con 0

    password ciscologin

    logging synchline vty 0 4

    password ciscologin

    exit

    vtp mode servervtp domain xyzcorp

    vtp password xyzvtpint fa0/1

    switchport trunk native vlan 99switchport mode trunk

    int fa0/2

    switchport trunk native vlan 99switchport mode trunk

    int fa0/3switchport trunk native vlan 99

    switchport mode trunkint fa0/4

    switchport trunk native vlan 99switchport mode trunkint fa0/5switchport trunk native vlan 99

    switchport mode trunkexitint vlan 99

    ip address 10.3.99.21 255.255.255.0

    no shutdown

  • 7/27/2019 Examen Final de Redes 4

    15/17

    exit

    ip default-gateway 10.3.99.1vlan 10name Admin

    vlan 20name Sales

    vlan 30name Production

    vlan 88name Wirelessvlan 99

    name Mgmt&Native

    exitspanning-tree vlan 1 priority 4096

    spanning-tree vlan 10 priority 4096

    spanning-tree vlan 20 priority 4096spanning-tree vlan 30 priority 4096

    spanning-tree vlan 88 priority 4096spanning-tree vlan 99 priority 4096

    !!!!!B3-S2

    enconf t

    hostname B3-S2enable secret class

    no ip domain-lookupline con 0

    password cisco

    loginlogging synch

    line vty 0 4password cisco

    loginexit

    vtp mode client

    vtp domain xyzcorpvtp password xyzvtp

    int fa0/1switchport trunk native vlan 99

    switchport mode trunkint fa0/2

    switchport trunk native vlan 99switchport mode trunkint fa0/3switchport trunk native vlan 99

    switchport mode trunkint fa0/4switchport trunk native vlan 99

    switchport mode trunk

    exit

  • 7/27/2019 Examen Final de Redes 4

    16/17

    int vlan 99

    ip address 10.3.99.22 255.255.255.0no shutexit

    ip default-gateway 10.3.99.1int fa0/6

    switchport access vlan 10switchport mode access

    switchport port-securityswitchport port-security maximum 1switchport port-security mac-address sticky

    switchport port-security violation shutdown

    int fa0/11switchport access vlan 20

    switchport mode access

    switchport port-securityswitchport port-security maximum 1

    switchport port-security mac-address stickyswitchport port-security violation shutdown

    int fa0/16switchport access vlan 30

    switchport mode access

    switchport port-securityswitchport port-security maximum 1

    switchport port-security mac-address stickyswitchport port-security violation shutdown

    !!!!!B3-S3

    en

    conf t

    hostname B3-S3enable secret class

    no ip domain-lookupline con 0

    password ciscologin

    logging synchline vty 0 4password ciscologin

    exitvtp mode clientvtp domain xyzcorp

    vtp password xyzvtp

    int fa0/1

  • 7/27/2019 Examen Final de Redes 4

    17/17

    switchport trunk native vlan 99

    switchport mode trunkint fa0/2switchport trunk native vlan 99

    switchport mode trunkint fa0/3

    switchport trunk native vlan 99switchport mode trunk

    int fa0/4switchport trunk native vlan 99switchport mode trunk

    exit

    int vlan 99ip address 10.3.99.23 255.255.255.0

    no shut

    exitip default-gateway 10.3.99.1

    int fa0/7switchport access vlan 88

    switchport mode accessexit

    spanning-tree vlan 1 priority 8192

    spanning-tree vlan 10 priority 8192spanning-tree vlan 20 priority 8192

    spanning-tree vlan 30 priority 8192spanning-tree vlan 88 priority 8192

    spanning-tree vlan 99 priority 8192

    You will still have to configure pc's and wireless routers.