-
Recent Posts
Recent Comments
Marco P on Hacking rommon Archives
- November 2021
- December 2020
- November 2017
- July 2017
- June 2017
- May 2017
- April 2017
- March 2017
- February 2017
- January 2017
- December 2016
- November 2016
- April 2015
- December 2013
- November 2013
- April 2013
- December 2012
- September 2012
- August 2012
- July 2012
- May 2012
- March 2012
- November 2011
- August 2011
- July 2011
- June 2011
- May 2011
- April 2011
- March 2011
- February 2011
- January 2011
- December 2010
- November 2010
- October 2010
- September 2010
- August 2010
- July 2010
- June 2010
- May 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- July 2009
Categories
Category Archives: Routing
Troubleshoot NAT
Definitions NAT Types Static NAT — A one-to-one mapping of private to public IP addresses, best used for a device that needs access from outside the AS. Dynamic NAT — A dynamic one-to-one mapping between private and public IP addresses, … Continue reading
Posted in Routing
Leave a comment
Troubleshooting Spanning Tree Protocol
Spanning Tree Protocol Basics: In a layer 2 environment with no routing, active redundant paths are neither allowed no desirable, because the can cause loops. Because a switch only segments collision domains it does not segment broadcast domains. STP helps … Continue reading
Posted in Routing
Leave a comment
Troubleshoot Router Performance
There are three general causes of router performance issues: 1. High CPU load 2. Router packet switching mode 3. Excessive memory use Processes that can be a cause of high CPU load: • ARP Input process — Heavy traffic load … Continue reading
Posted in Routing
Leave a comment
Troubleshoot BGP
2010-04-13 16:07:12 Troubleshoot BGP BGP is a path-vector routing protocol. Routes are tracked in terms of the AS they pass through, and routers avoid loops by rejecting routes that have already passed through their AS. Definitions Synchronization — Before iBGP … Continue reading
Posted in Routing
Leave a comment
Troubleshoot OSPF
My notes for EIGRP felt like I was just regurgitating the Key Points from the book. So with OSPF I read the book and looked at the command output, then decided to copy my notes from the BSCI and edit … Continue reading
Posted in Routing
Leave a comment
Layer 3 Troubleshooting
Cisco Express Frowarding (CEF) The two main components of CEF are the forwarding information base (FIB) and the adjacency table. IP routing table is maintained by a router’s control plane. CEF operates in the data plane. Forwarding Information Base (FIB) … Continue reading
Posted in Routing
Leave a comment
Cisco Express Forwarding and Layer 2 to Layer 3
2010-04-04 14:21:36 Cisco Express Forwarding (CEF) The two main components of CEF are the forwarding information base (FIB) and the adjacency table. IP routing table is maintained by a router’s control plane. CEF operates in the data plane. Forwarding Information … Continue reading
Posted in Routing
Leave a comment
Layer 3 Switch Troubleshooting
The big topics of this chapter include HSRP, VRRP, GLBP, TCAM and the port error table. I broke out my notes from the BCMSN and I’ll summarize each topic from them, then move into the troubleshooting of each protocol. Hot … Continue reading
Posted in Routing
Leave a comment
Making the Transition
How do you know you have crossed over from a sysadmin to a network admin? When you log on to a Linux server and type “en.” There is a story here. I used to login to a router or switch … Continue reading
Posted in Linux, Routing, Thoughts
Leave a comment
Network Maintenance
I am going to admit that I have not been studying for the TSHOOT exam very diligently. In my mind it is a topic that we deal with on a daily basis and what could the book teach me. (sarcasm) … Continue reading
Posted in Routing
Leave a comment