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!

Is there a way to type remarks or documentation in a router config

Status
Not open for further replies.

hellboy101

Programmer
Joined
Aug 31, 2005
Messages
247
Location
US
Hi -


Just was curious if there is a way to type documentation in a Cisco router or Pix config.. so much has been added to my configs and would like other "privileged" colleagues in my field to be able decipher what some of the more complex statements really do.

thanks to all!
hb101
 
Depends on what you want to do , acl's and things like route maps you add descriptions to but for most there is not a way to describe what they do . You can descriptions to all interfaces , physical , SVI's , port channels etc...
 
Vipergg,

Thanks for the reply. Great, how do you do it? Could you provide syntactical example

Thanks again....
hb101
 
Under the interface config in a router, use the keyword 'description'. eg

interface FastEthernet 0/1
description < this is the link to the LAN >

On a Pix you can use 'remark' on access-lists to describe the purpose of the rule. eg.

access-list inbound remark Access to the SMTP server
access-list inbound permit tcp any host xxx.xxx.xxx.xxx eq 25
access-list inbound remark Access to the Web server
access-list inbound permit tcp any host xxx.xxx.xxx.yyy eq 80

etc ....

Chris.

**********************
Chris A.C, CCNA, CCSA
**********************
 
I use this on my routers access-lists but not sure if it will work on PIX...should...

access-list 106 remark description for access-list function and assignment
 
thank you al, I am using a combination of remarks and descriptions..

cheers

hb101
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top