Sunteți pe pagina 1din 3

no service pad

service timestamps debug datetime localtime


service timestamps log datetime localtime
service password-encryption
!
hostname CISCO
!
boot-start-marker
boot-end-marker
!
logging buffered 10000 informational
no logging console
enable secret cisco
!
-------------------------------------------------------------------------------------------------------------------------------------------
aaa new-model
!
aaa authentication login default group tacacs+ enable
aaa authentication enable default group tacacs+ enable
aaa accounting exec default start-stop group tacacs+
aaa accounting network default start-stop group tacacs+
aaa accounting connection default start-stop group tacacs+
aaa accounting commands 1 default start-stop group tacacs+  
aaa accounting commands 15 default start-stop group tacacs+
aaa authorization commands 15 default group tacacs+ none
aaa authorization commands 1 default group tacacs+ none  
!
aaa session-id common
!
resource policy
!
clock timezone GMT -5
!
no ip dhcp use vrf connected
ip dhcp excluded-address 192.168.1.1 192.168.1.32
-------------------------------------------------------------------------------------------------------------------------------------------

ip dhcp pool LAN-CISCO


network 192.168.1.0 255.255.255.0
default-router 192.168.1.1
dns-server 200.10.10.10 200.10.10.11
domain-name www.cisco.com.pe
lease 7
!
ip cef
!
ip name-server 200.10.10.10
ip name-server 200.10.10.11
!
bridge irb

interface FastEthernet0
!
interface FastEthernet1
!
interface FastEthernet2
!
interface FastEthernet3
interface FastEthernet4
description Interfase WAN Internet
ip address 190.81.35.224 255.255.255.0
ip nat outside
ip virtual-reassembly
speed 100
full-duplex
no shutdown
!
interface Dot11Radio0
no ip address
no shutdown
!
encryption key 1 size 40bit 0 6007906007 transmit-key
encryption mode wep mandatory
!
-----------------------------------------------------------------------------------------------------------------------------------
ssid PRACTICA1
max-associations 20
authentication open
guest-mode
!
speed basic-1.0 basic-2.0 basic-5.5 6.0 9.0 basic-11.0 12.0 18.0 24.0 36.0 48.0 54.0

channel 2437
station-role root
bridge-group 1
bridge-group 1 spanning-disabled
!
interface Vlan1
no ip address
bridge-group 1
!
interface BVI1
description Red LAN
ip address 192.168.1.1 255.255.255.0
ip nat inside
no shutdown
ip virtual-reassembly
!
ip route 0.0.0.0 0.0.0.0 190.81.35.1

no ip http secure-server
ip nat translation udp-timeout 360
ip nat translation tcp-timeout 360
ip nat pool POOL_NAT 190.81.199.78 190.81.199.78 prefix-length 29
ip nat inside source list NAT pool POOL_NAT overload
ip nat inside source static 192.168.1.2 190.81.199.73
ip nat inside source static 192.168.1.3 190.81.199.74
ip nat inside source static 192.168.1.4 190.81.199.75
ip nat inside source static 192.168.1.5 190.81.199.76
ip nat inside source static 192.168.1.6 190.81.199.77
ip nat inside source static 192.168.1.7 190.81.199.72
ip nat inside source static 192.168.1.8 190.81.199.79
!
ip access-list extended NAT
permit ip 192.168.1.0 0.0.0.255 any
!
tacacs-server host 200.14.10.10
tacacs-server host 200.14.10.11
tacacs-server key perucho/
!
banner *
##### EJERCICIO PRACTICO 1 #####
*
control-plane
!
bridge 1 protocol ieee
bridge 1 route ip
!
line con 0
login authentication default
line aux 0
line vty 0 4
login authentication default
!
scheduler max-task-time 5000
end
wr
exit

S-ar putea să vă placă și