10-24-2017 05:06 AM - edited 03-05-2019 09:21 AM
Hello all,
I do not have much experience with configuring CISCO Routers, but I had to try configuring it.
Below is the output from Show Run command, please check below and let me know if anything is missing or if I need to adjust things in a correct way.
blue#show run
Building configuration...
Current configuration : 2341 bytes
!
version 12.4
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname blue
!
boot-start-marker
boot-end-marker
!
logging message-counter syslog
!
aaa new-model
!
!
aaa authentication login VPN_XAUTH local
aaa authentication login LOGIN local
aaa authentication enable default enable
aaa authorization console
aaa authorization exec LOGIN local if-authenticated
aaa authorization commands 15 LOGIN local if-authenticated
aaa authorization network VPN_GAUTH local
!
!
aaa session-id common
!
!
dot11 syslog
ip source-route
!
!
ip cef
!
!
!
!
username XXX privilege 15 password 0 XXX
!
!
!
archive
log config
hidekeys
!
!
!
!
!
interface ATM0
no ip address
no atm ilmi-keepalive
pvc 8/48
pppoe-client dial-pool-number 1
!
dsl operating-mode auto
!
interface FastEthernet0
!
interface FastEthernet1
!
interface FastEthernet2
!
interface FastEthernet3
!
interface Virtual-Template1 type tunnel
ip unnumbered Dialer0
ip nat outside
ip virtual-reassembly
tunnel mode ipsec ipv4
!
interface Vlan1
ip address 10.0.1.1 255.255.255.0
ip nat inside
ip virtual-reassembly
!
interface Dialer0
no ip address
!
interface Dialer1
ip address negotiated
ip mtu 1380
ip nat outside
ip virtual-reassembly
encapsulation ppp
dialer pool 1
ppp pap sent-username XXX password 0 XXX
!
ip local pool VPN_IP_POOL 10.0.4.10 10.0.4.254
ip forward-protocol nd
ip route 0.0.0.0 0.0.0.0 Dialer1
no ip http server
ip http access-class 23
ip http authentication local
no ip http secure-server
ip http timeout-policy idle 60 life 86400 requests 10000
!
ip nat inside source list 101 interface Dialer1 overload
!
ip access-list extended VPN_ACL
permit ip 10.0.1.0 0.0.0.255 10.0.4.0 0.0.0.255
!
access-list 23 permit 10.0.4.0 0.0.0.255
access-list 23 permit 10.0.1.0 0.0.0.255
access-list 100 permit tcp any any range 49152 65535
access-list 101 deny ip 10.0.1.0 0.0.0.255 10.0.4.0 0.0.0.255
access-list 101 permit ip 10.0.1.0 0.0.0.255 any
access-list 101 permit ip 10.0.4.0 0.0.0.255 any
!
!
!
!
control-plane
!
!
line con 0
no modem enable
line aux 0
line vty 0 4
access-class 23 in
exec-timeout 0 0
privilege level 15
authorization exec LOGIN
login authentication LOGIN
transport input telnet ssh
!
scheduler max-task-time 5000
end
blue#
11-02-2017 01:27 AM
Hello,
I lose the entire configuration.
Thanks,
11-02-2017 01:58 AM
Hello,
sounds like a memory issue...
Have you tried what I suggested in a previous post ?
1. wr erase --> this will erase the content of the NVRAM
2. erase flash: --> this will erase all files on the flash card
3. format flash: --> this will reformat the flash card
11-02-2017 02:05 AM
Hello,
Yes, I have tried the below:
1. wr erase --> this will erase the content of the NVRAM
2. erase flash: --> this will erase all files on the flash card
3. format flash: --> this will reformat the flash card
Then wrote the configuration again, but same behaviour as after a day, everything disappear.
I have also tried the same configuration on a new functioning router with the same model, and the same issue occured again.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide