Cisco

  1. R1 HTTP
    • #config t
    • #ip http server
    • #ip http authentication local
    • #ip route 0.0.0.0 0.0.0.0 209.165.200.226
    • #Ctrl z
    • #copy run start
  2. R1 Static NAT
    • # config t
    • #ip nat inside source static 192.168.1.5 209.165.200.229
    • #Ctrl z
    • #copy run start
  3. R1 DHCP
    • #config t
    • #ip dhcp excluded-address ----------
    • #ip dhcp excluded address --- ------
    • #ip dhcp pool internal
    • #domain-name abc-widgets.inc
    • #network 192.168.1.0 255.255.255.0
    • #default-router---------
    • #dns-server--------
    • #ctrl z
    • #copy run start
  4. Lab 2 R1 Default Route
    • #config t
    • #ip route 0.0.0.0 0.0.0.0 192.168.2.2
    • #ctrl Z
    • #copy run start
  5. Lab 2 R1 OSPF
    • #config t
    • #router OSPF 1
    • #network 192.168.1.0 0.0.0.255 area 0
    • #network 192.168.2.0 0.0.0.255 area 0
    • #ctrl z
    • #copy run start
  6. Lab 2 R2 Static route
    • #config t
    • #ip route 192.168.2.0 255.255.255.224 192.168.1.5
    • #ctrl z
    • #copy run start
  7. Lab 2 R2 Standard ACL
    • #config t
    • #access-list 1 permit 192.168.1.10
    • #access-list 1 deny any
    • #int serial 0/0/0
    • #ip access-group 1 in
    • #ctrl z
    • #copy run start
  8. Lab 2 Switch VLANS
    • #config t
    • #int range fa0/5-6
    • #switchport mode access
    • #switchport access vlan 10
    • #int range fa0/7-8
    • #switchport mode access
    • #switchport access vlan 20
    • #ctrl z
    • #copy run start
Author
carmella
ID
52849
Card Set
Cisco
Description
final labs
Updated