Вы находитесь на странице: 1из 3

https://glendasnotepad.wordpress.

com/2008/07/20/56/

hostname ROUTER_CORE
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
!
!
!
memory-size iomem 10
!
!
ip source-route
!
!
!
!
ip cef
no ipv6 cef
!
!
multilink bundle-name authenticated
license udi pid CISCO887V-SEC-K9 sn FGL16202155
!
!
!
!
controller VDSL 0
!
!
!
!
!
!
!
!
interface Loopback0
ip address 1.1.1.1 255.255.255.255
!
!
interface Ethernet0
no ip address
shutdown
!
!
interface BRI0
no ip address
encapsulation hdlc
no isdn termination multidrop
!
!
interface FastEthernet0
description SALIDA TO MANUEL
switchport access vlan 100

!
!
interface FastEthernet1
description VLAN 10 ADMINISTRATIVOS
switchport access vlan 10
!
!
interface FastEthernet2
description VLAN 20 INVITADOS
switchport access vlan 20
!
!
interface FastEthernet3
description VLAN 30 WIFI
switchport access vlan 30
!
!
interface Vlan1
no ip address
!
!
interface Vlan10
ip address 10.10.10.1 255.255.255.0
!
!
interface Vlan20
ip address 20.20.20.1 255.255.255.0
!
!
interface Vlan100
ip address 192.168.1.2 255.255.255.0
!
!
ip forward-protocol nd
no ip http server
no ip http secure-server
!
!
ip route 0.0.0.0 0.0.0.0 BRI0
ip route 10.10.10.0 255.255.255.0 Loopback0
!
!
!
!
!
!
control-plane
!
!
!
line con 0
no modem enable
line aux 0
line vty 0 4
login
!
scheduler max-task-time 5000
end

dhcp pool vlan 10


*****************
ip dhcp pool vlan10
network 10.10.10.0 255.255.255.0
default-router 10.10.10.1
exit
ip dhcp excluded-address 10.10.10.1 10.10.10.10

dhcp pool vlan 20


******************
ip dhcp pool vlan20
network 20.20.200.0 255.255.255.0
default-router 20.20.200.1
exit
ip dhcp excluded-address 20.20.20.1 20.20.20.10

dhcp pool vlan 30


******************
ip dhcp pool vlan30
network 30.30.300.0 255.255.255.0
default-router 30.30.300.1
exit
ip dhcp excluded-address 30.30.30.1 30.30.30.10

Вам также может понравиться