You are on page 1of 4

description

set hostname CDXXXXXX-#######


add device loopback 1
add device bvi 0
feature afs
enable
exit
;

feature access-lists
; -- Access Lists user configuration --
access-list 104
description DATOS
entry 1 default
entry 1 permit
;
exit
;
exit
;
banner login "|--------------------------------------------------------------
----|"
banner login "| WARNING
|"
banner login "| This system is for the use of authorized users only. Individu
als |"
banner login "| using this computer system without authority, or in activitie
s |"
banner login "| on this system monitored and recorded by system personnel.
|"
banner login "|
|"
banner login "| In the course of monitoring individuals improperly using this
|"
banner login "| system, or in the course of system maintenance, the activitie
s |"
banner login "| of authorized users may also be monitored.
|"
banner login "|
|"
banner login "| Anyone using this system expressly consents to such monitorin
g |"
banner login "| and is advised that if such monitoring reveals possible
|"
banner login "| evidence of criminal activity, system personnel may provide t
he |"
banner login "| evidence of such monitoring to law enforcement officials.
|"
banner login "|--------------------------------------------------------------
----|"
;
banner exec "|---------------------------------------------------------------
------|"
banner exec "| 0 |
|"
banner exec "| 000 000 0 | NOMBRE DE LA ENTIDAD
|"
banner exec "| =====0000000 0000 000 |
|"
banner exec "| 00000000 00000 0000 |
|"
banner exec "| 00000000000000000 | Telefonica del Peru
|"
banner exec "| 0000000000000 | Lima - Peru
|"
banner exec "| 000000000 |
|"
banner exec "| 0000000 | IP/VPN CDXXXX- XXMB
|"
banner exec "| 0000 |
|"
banner exec "| 00 |
|"
banner exec "| 0 |
|"
banner exec "|---------------------------------------------------------------
------|"
;
user telefonica password telefonica

network ethernet0/1
; -- Ethernet Interface User Configuration --
description SEGMENTO_WAN-CDXXXXXX
;
ip address X.X.X.Y 255.255.255.252
;
no auto-negotiation
duplex full
speed 100mbps
exit
;

network bvi0
; -- Bridge Virtual Interface configuration --
ip address XX.XX.XX.XX 255.255.255.248
ip policy route-map DATOS
description SEGMENTO_LAN-CDXXXXXX
;
exit
;

protocol asrt
; -- ASRT Bridge user configuration --
bridge
irb
port ethernet0/0 1
port wlan0/0 2
route-protocol ip
exit
;
;
feature netflow
ip export destination 10.200.6.10 2055
;
ip export source X.X.X.Y
ip export version 9
exit
;
;
;
;
set telnet
; -- Telnet user configuration --
set max-telnets 1
exit
;
;
;
network loopback1
; -- Loopback interface configuration --
ip address 5.5.5.5 255.255.255.255
;
exit
;
;
;
protocol ip
; -- Internet protocol user configuration --
router-id 5.5.5.5
;
route 0.0.0.0 0.0.0.0 X.X.X.Y-1
;
;
classless
exit
;
feature route-map
; -- Route maps user configuration --
route-map "DATOS"
entry 50 default
entry 50 permit
entry 50 match ip address 104
entry 50 set ip precedence priority
entry 50 set label 1
;
exit
;
exit
;
;
protocol snmp
; -- SNMP user configuration --
community pubcgrc subnet 10.28.128.0 255.255.255.0
community pubcgrc subnet 10.125.25.0 255.255.255.0
community pubcgrc subnet 10.159.160.0 255.255.255.224
;
community privcgrc access write-read-trap
community privcgrc subnet 10.28.128.0 255.255.255.0
community privcgrc subnet 10.125.25.0 255.255.255.0
community privcgrc subnet 10.159.160.0 255.255.255.224
;
trap sending-parameters reachability-checking ip-route
exit
;
feature bandwidth-reservation
; -- Bandwidth Reservation user configuration --
network ethernet0/1
enable
class control 10 real-time
;
class local 10
;
class default 90 high
;
;
match label 1 class default normal set precedence 1
; rate-limit BW_TOTAL
exit
;
exit
;
;

You might also like