- Thursday, October 22, 2009, 15:14
- CCNP Training, Cisco Training, Simulator
As promised I have begun posting new updates to the CCNP Lab Workbook, for customers of the
CCNP Bootcamp Class-on-Demand. In addition to the previously available BCMSN section, the EIGRP portion of the BSCI section is now posted. I should be posting another batch of updates tomorrow which include OSPF and possibly IS-IS, along with the rest of the topics to soon ...
Full story
This routing Protokol is an exterior routing protocol. It’s not neede on local area networks. It’s neede converge the internet. It’s completly different from the internel routing protocols like OSPF, EIGRP, RIP or IS-IS.
Here is a basic overview:
It’s used to route between AS (autonomous systems)
It’s an enhanced vector routing protocol
uses tcp for transissions, three way handshake, port 179
support cidr
triggered updates
granular metrics
garanteed to be loopfree
Defintion of ...
Full story
- Thursday, October 8, 2009, 23:53
- CCNP Training, Cisco Training
enable ip multicast routing with “ip multicast-routing”
enable PIM on an interface
configure a rendezvous point
Here for example you use sparse-mode
# ip multicast-routing
# int e0/0
# ip pim sparse-mode
# ip igmp join-group 224.0.33.0
Full story
- Wednesday, September 30, 2009, 20:23
- CCNP Training, Cisco Training, Simulator
Change was in the air, and Bob knew it. Bob had simply been ignoring the fact that the existing IPSec site to site tunnels that he inherited at his company were old school, and there were better options, especially when plans included bringing up dozens of new sites. Since his company was going to be purchasing MPLS services, Bob was open to learning better ways ...
Full story
router ospf 1
redistribute eigrp metric
for example
redistribute eigrp 1 metric 1 subnets
The subnets variable is responsible for redistributing subnetted networks. Without this variable, only networks that are not subnetted are redistributed.
Full story
- Wednesday, September 23, 2009, 18:35
- 642-892(Composite), CCNP Training
11. What are two rules for compacting IPv6 addresses? (Choose two.) A. The maximum number of times a double colon can replace a 16-bit segment that consists of all zeroes is two. B. The leading zeroes in any 16-bit segment do not have to be written. C. Every 16-bit segment that consists of all zeroes can be represented with a single ...
Full story