LinkCrawler.org
filed in Misc on May.29, 2009
LinkCrawler is the Best place for Today’s Web Link Directory!
filed in Misc on May.29, 2009
LinkCrawler is the Best place for Today’s Web Link Directory!
filed in Cisco Networking on May.20, 2009
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 [...]
filed in Cisco Networking on May.16, 2009
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 [...]