October 15th, 2008 in
IP and IOS Features | tags:
RMON |
No Comments
RMON Example :
-Configure RMON to track the five minute CPU average (lsystem.58.0)
-If the utilization is over 85% generate the event “CPU Above 85%”
-If the utilization is below 30% generate the event “CPU Below 30%”
-Sample the MIB every 60 seconds
-Trap the events to the SNMP NMS at 1.2.3.4 using the community string CISCO[...]
October 14th, 2008 in
CCIE SP |
No Comments
I stumbled upon this website with lots of CCIE SP mini-scenario’s, check it out here
October 14th, 2008 in
Switching | tags:
Etherchannel |
No Comments
Etherchannel protocols
When it comes to making etherchannels on cisco-switches there are three flavors you can choose from when it comes to using negotiation protocols:
LACP
- mode active
- mode passive
PAGP
- mode desirable
- mode auto
None
- mode on
No negotiation protocols (only choice is on):
October 14th, 2008 in
IP IGP Routing | tags:
OSPF |
No Comments
Here some examples of advertising your loopback interfaces into OSPF
1. OSPF loopback advertisement:
Advertise the loopback0 network into area 17.
These networks should appear in all other OSPF enabled routers with a /24 subnet mask.
interface loopback 0
ip ospf network point-to-point
!
router ospf 1
network 150.1.1.1 0.0.0.0 area 17
BGP attributes I use most :
Weight
- traffic going out
- Default = 0 Higher is preferred
- Paths that the router originates have a weight of 32768 by default
Local preference
- traffic going out
- Default = 100, Higher is preferred
Med
- traffic coming in
- Default = 0 lower is preferred
- A lower MED value is preferred over a higher
October 14th, 2008 in
BGP |
No Comments
Regular expressions
Character Description
^ Matches the beginning of input
$ Matches the end of input
| A logical “or” statement
. Matches a single character
October 14th, 2008 in
Tips & Tricks |
No Comments
Ever wanted to put a question mark in the enable password on a cisco router?
You can do this by following this procedure :
–Enter abc.
–Type Crtl-v.
–Enter ?123.
The password is now abc?123, when issueing the password you don’t have to type in the Ctrl-v.
October 14th, 2008 in
Tips & Tricks |
1 Comment
Decrypting password 7 passwords can be done on Cisco routers, so you actually don’t have to go onto the internet and download a password-decrypter. Here is how you do it:
Rack1R1(config)#key chain MYKEY
Rack1R1(config)#key 1
Rack1R1(config)#key-string 7 puthereyourpasswordyouwanttodecrypt
Rack1R1(config)# show key chain