Posts

Showing posts from April, 2011

Using Maintenance and Troubleshooting tools and Apps

Image
show | redirect to display cisco.txt file on console: show | tee The output is displayed then redirected to file cisco.int.txt: show cpu processes cpu history : the following 3 screenshots. show processes config replace – I changed the hostname on ASW1. The change is seen on the running-conf and not on the startup-conf. – we want to rollback changes, i.e. restore the original hostname by restoring the startup-config. The latter resides on the NVRAM: we perform the rollback with “list” option, to see the changes. We see that hostname is back to ASW1:

My Quick RIPng Command Sheet

Image
I didn’t know that Cisco incorporated IPv6 and RIPng into its CCNA courses until now! that demonstrates that Cisco is keeping the value of its certs high in the market. I’m proud to be studying networking in general, and Cisco in particular. Showing RIPng configuration information show ipv6 protocols We can see which interfaces are participating in RIPng show ipv6 rip RIP_ZONE displays various information about the RIP_ZONE process Debugging RIPng debug ipv6 rip – see that link local addresses are used in multicasting – destination address is multicast FF02::9 ———– In my home TSHOOT lab, R4 has only fa0/0 in RIPng. – The split horizon rule is a loop avoidance technique that prevents a route from being advertised out the interface through which it was learned. Route redistribution into RIPng We’ll configure it on router R4, because here it is the ASBR between OSPFv3 and RIPng. We chose metric 10 because Seed metrics shoul...