Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Cisco 2500 -Serial0 1

Status
Not open for further replies.

maxcrook

Programmer
Joined
Jan 25, 2001
Messages
210
Location
GB
Hi im new to cisco routers and im trying to disable the no logging event subif-link-status but get the following error - what do i need to do to prevent this ?

Router(config-if)#no logging event subif-link-status
Translating "event"...domain server (255.255.255.255)
^
% Invalid input detected at '^' marker.
 
to eliminate the translation problem issue this command.
from global configuration mode

router#conf t
router(config)#no ip domain-lookup

this will tell the router not to resolve hosts names

check to make sure that you have entered the command correctly.

in interface configuration mode

router(config-if)#no logging ?

this will give the optional commands that follow the

no logging statement. you can then check your syntax and see where you need to enter that command

it appears that the router is thinking that

a host name should follow the

no logging

command

no logging or something like that hence it is trying to translate.

check the syntax



Lui3
CCNP,CCDA,A+/Net+
Cisco Wireless Specialization
 
Hi thanks for the advice.
I issued the no domain command as suggested above and now the message goes but i am still unable to have no logging event subif-link-status on my test cisco whereas it is showing in the startup conf of my live cisco.

Plus I cant telnet to it either.

Its driving me insane.
 
Is this a newer IOS with that command eliminated possibly?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top