Archive for May, 2009:

LinkCrawler.org

LinkCrawler is the Best place for Today’s Web Link Directory!

Tags: ,

Leave a Comment

Advertise Default Route in OSPF Version 3 - IPv6

Advertising a default route in OSPFv3 is somewhat similar to IPv4 OSPF.
Without using the “always” command. First we need to set a static default route. Here we set it to Null0.
# ipv6 route ::/0 Null0
Then we advertise the default route.
# ipv6 router ospf 1
# default-information originate
With the “always” command you do not need a default [...]

Tags: ,

Comments (1)

What is LAM?

LAM is Cisco’s Local Area Mobility which is a way for mobile hosts to roam around the network. Although not very scalable, it does allow for a quick fix to certain network caveats. For example, say you have a server with an ip address of 10.10.10.100/24 which is in vlan 10. Now you are going [...]

Tags: , , ,

Leave a Comment