http://blog.ioshints.info/2006/12/fine-tuning-cef-load-sharing.html
http://blog.ioshints.info/2006/10/cef-per-destination-load-sharing.html
Router(config)# ip cef load-sharing algorithm universal 1
http://blog.ioshints.info/2006/12/fine-tuning-cef-load-sharing.html
http://blog.ioshints.info/2006/10/cef-per-destination-load-sharing.html
Router(config)# ip cef load-sharing algorithm universal 1
http://www.netcraftsmen.net/resources/archived-articles/374-tcling-your-cisco-router.html
http://www.tcl.tk/man/tcl8.5/tutorial/Tcl9.html
___________________________________________________________________
How to make a file on the router (example):
tclsh
puts [open “flash:ping-script.tcl” w+] {
foreach IP {
150.1.1.1
204.12.1.254
} { puts [ exec “ping $IP re 3 so lo0” ] }
}
tclquit
___________________________________________________________________
To make log entries in the router log:
http://wiki.nil.com/Generating_Syslog_messages_from_Tclsh
tclsh
set syslog [open “syslog:” w+]
puts $syslog “%PING-6-starting ping”
flush $syslog
exec “ping 10.0.0.2”
puts $syslog “%PING-6-finished”
close $syslog
tclquit
___________________________________________________________________
show command output redirection
http://www.cisco.com/en/US/docs/ios/12_3/configfun/command/reference/cfr_1g07.html#wp1034089
http://www.cisco.com/en/US/docs/ios/12_2t/12_2t13/feature/guide/ftshowre.html
___________________________________________________________________
SNMP MIB locator
http://tools.cisco.com/ITDIT/MIBS/servlet/index
SNMPWalk:
http://kennethhunt.com/net-observer/archives/001707.html
http://docstore.mik.ua/orelly/networking_2ndEd/snmp/appc_03.htm
SNMPWalk and TCL:
http://blog.ioshints.info/2007/10/snmp-with-tcl.html
___________________________________________________________________
NATing for local use
http://wiki.nil.com/Set_the_source_IP_address_of_EEM_SMTP_session
Recognizing and Categorizing Symptoms of Voice Quality Problems
http://www.cisco.com/en/US/tech/tk652/tk698/technologies_white_paper09186a00801545e4.shtml
http://www.voiptroubleshooter.com/problems/plc.html
http://www.networkcomputing.com/1001/1001ws2.html
http://www.cisco.com/en/US/tech/tk648/tk361/technologies_tech_note09186a0080093fca.shtml
http://www.cisco.com/en/US/docs/ios/12_2t/12_2t4/feature/guide/ftnatrt.html
————————————————————————————————
http://ccnprecertification.com/2005/04/01/nat-using-a-route-map/
http://ccnprecertification.com/archives/nat_overview-251004.html
http://ccnprecertification.com/archives/nat-230305.html
http://ccnprecertification.com/archives/ip_nat_outside_source-310305.html
DHCP VRF EXCLUDE ADDRESS
———————————————–
https://supportforums.cisco.com/thread/165921
IP ACCOUNTING
————————
http://www.knossos.net.nz/ipacc/ipacc17.html
http://www.ciscopress.com/articles/article.asp?p=764234
http://yurisk.info/2009/01/17/cisco-ip-accounting-to-begin-with/