Patrick Denis > Cisco
Cisco
admin
March 27, 2015
Understanding PIM PIM is called protocol-independent: regardless of the unicast routing protocols used to populate the unicast routing table, PIM uses this information to perform multicast forwarding instead of maintaining a separate multicast routing table. PIM is defined in RFC…
Read more
admin
March 27, 2015
N WLLA OMNI N = next hop reachability W = weight, bigger is better L = local preference, bigger is better L = locally injected preferred over BGP learned A = AS path length, shorter is better O =…
Read more
admin
March 26, 2015
Reminder OSPF is a Link State routing protocol that calls for the sending of link-state advertisements (LSAs) to all other routers within the same hierarchical area. Information on attached interfaces, metrics used, and other variables is included in OSPF LSAs….
Read more
admin
March 26, 2015
GNS3 Lab click here Route Redistribution Basic When you redistribute one protocol into another, remember that the metrics of each protocol play an important role in redistribution. Each protocol uses different metrics. For example, the Routing Information Protocol (RIP) metric…
Read more
admin
March 26, 2015
When a Packet arrive on the interface of a router the router take several logical decisions base on the data plane to process the packet. The packet arrive encapsulated inside the data link frame , so the router check the…
Read more
admin
March 26, 2015
1. Enable IS-IS 2. Configure the NET Address 3. Configure IS-IS on the interfaces and Loopback 4. Select which circuit type 5. Verify your configuration . Example Configuration : (config)#router isis (config-router)#net ( Address ) (config)#interface ( interfaces ) (config-if)#ip router…
Read more
admin
March 26, 2015
Nat allows a single device to act as an Internet gateway for internal LAN clients by translating the clients’ internal network IP Addresses into the IP Address on the NAT-enabled gateway device.In other words, NAT runs on the device that’s connected…
Read more
admin
March 25, 2015
Command Purpose Step 1 Router(config)# aaa new-model Enables AAA globally. Step 2 Router(config)# aaa authentication login {default |list-name} method1 [method2…] Creates a local authentication list. Step 3 Router(config)# line [aux | console | tty | vty]line-number [ending-line-number] Enters line configuration mode for the lines…
Read more
admin
March 25, 2015
PAP is an authentication protocol that can be used with PPP. When PAP is used, the user name and the password of the originating router are sent over the link in plain text. CHAP is an authentication protocol that can…
Read more
admin
March 24, 2015
(config)#ipv6 unicast-routing ( enable ipv6 routing ) (config)#ipv6 router eigrp “ID” (config-rtr)#router-id x.x.x.x (config-rtr)#no shutdown ( enable eigrp ipv6 routing process ) (config-if)#interface ( interface ) (config-if)#ipv6 eigrp “ID” Verifying configuration : show ipv6 protocols show ipv6 eigrp neighbors show…
Read more