01-16-2015 03:44 PM - edited 03-10-2019 10:21 PM
Hello all.
First Cisco router and first post so please be kind.
I did a search on this and I am not getting the same as in the post that show issuing
router(config)#no aaa new-model
IOS 12.4(24)
I erased the router and started over when i got it.
I had configuration set somewhat like I wanted as a baseline.
I saved.
I then began working on the wireless and part of the walk thru is to issue:
router(config)#aaa new-model
router(config)#
So I went back and wanted to erase that line in the config.
I did:
router(config)#no aaa new-model
router(config)#exit
router#wr
router# show run
I keep seeing the no aaa new-model line in the config.
So I erased the whole thing using:
router#write erase
and
router#reload
said no to save and then default for the last question.
Everything reloaded and it seemed to be back as before but then show run outputs this not matter how many time I erase and reload:
Router>en
Router#show run
Building configuration...
Current configuration : 1331 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Router
!
boot-start-marker
boot-end-marker
!
logging message-counter syslog
!
no aaa new-model
!
!
dot11 syslog
ip source-route
!
!
!
!
ip cef
no ipv6 cef
!
multilink bundle-name authenticated
!
!
!
!
!
!
archive
log config
hidekeys
!
!
!
!
!
interface Dot11Radio0
no ip address
shutdown
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
station-role root
!
interface Dot11Radio1
no ip address
shutdown
speed basic-6.0 9.0 basic-12.0 18.0 basic-24.0 36.0 48.0 54.0
--More--
*Jan 16 23:40:09.207: %LINEPROTO-5-UPDOWN: Line protocol on Interface Vlan1, changed s station-role root
!
interface FastEthernet0
no ip address
shutdown
duplex auto
speed auto
!
interface FastEthernet1
no ip address
shutdown
duplex auto
speed auto
!
interface FastEthernet2
!
interface FastEthernet3
!
interface FastEthernet4
!
interface FastEthernet5
!
interface FastEthernet6
!
interface FastEthernet7
!
interface FastEthernet8
!
interface FastEthernet9
!
interface Vlan1
no ip address
!
interface Async1
no ip address
encapsulation slip
!
ip forward-protocol nd
no ip http server
no ip http secure-server
!
!
!
!
!
!
!
!
!
control-plane
!
!
line con 0
line 1
modem InOut
stopbits 1
speed 115200
flowcontrol hardware
line aux 0
line vty 0 4
login
!
end
Is there a way to remove this line from the config or is it stuck and if stuck is there any repercussions from it?
Thanks much
Maurice
Solved! Go to Solution.
01-16-2015 07:22 PM
Hello Maurice-
Just to confirm: You want the "no aaa new-model" command to be removed from your config? If so, that is the default value when AAA is disabled on the device. If you want to enable AAA then you just have to issue the same command without the "no"
aaa new-model
Then save your config:
write mem
For more info on this and any other commands you can reference Cisco's "Command Lookup Tool"
https://tools.cisco.com/Support/CLILookup/cltSearchAction.do
I hope this helps!
Thank you for rating helpful posts!
01-16-2015 07:22 PM
Hello Maurice-
Just to confirm: You want the "no aaa new-model" command to be removed from your config? If so, that is the default value when AAA is disabled on the device. If you want to enable AAA then you just have to issue the same command without the "no"
aaa new-model
Then save your config:
write mem
For more info on this and any other commands you can reference Cisco's "Command Lookup Tool"
https://tools.cisco.com/Support/CLILookup/cltSearchAction.do
I hope this helps!
Thank you for rating helpful posts!
01-16-2015 07:46 PM
Aahhhhhh... Got it.. I saw another post where the op said he got a confirm dialog etc and I was not getting that so I thought there was a problem.
Truly appreciate the clarification.
Thanks much in advance
01-16-2015 07:50 PM
No problem! If your problem is resolved, please mark the thread as "Answered" :)
Thank you for rating helpful posts!
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