Area 0 Is Required For OSPF To Function, and Is Considered The "Backbone"
Area 0 Is Required For OSPF To Function, and Is Considered The "Backbone"
Type Cost
Router(config)# interface s0
Router(config-if)# bandwidth 64
Router(config)# interface e0
Router(config-if)# ip ospf cost 5
Changing the cost of an interface can alter which path OSPF deems the
shortest, and thus should be used with great care.
The above ospf auto-cost command has a value of 100 configured, which is
actually the default. This indicates that a 100Mbps link will have a cost of 1
(because 100/100 is 1). All other costs are based off of this. For example, the
cost of 4 Mbps Token Ring is 25 because 100/4 = 25.
Configuring Basic OSPF
The wildcard mask 0.0.255.255 tells us that the last two octets can match any
number.
The show ip ospf interface command provides the following information: The
local Router ID.
The interface network type.
The OSPF cost for the interface.
The interface Hello and Dead timers.
A list of neighbor adjacencies.
Creating VLANs
For a switch that supports both ISL and 802.1Q, the tagging or
encapsulation protocol must be configured first:
Important note: Both sides of the trunk must be configured with the same
tagging protocol. Otherwise, a trunk connection will not form.
Configuring VTP
To change the VTP domain name:
Note that the domain name is case sensitive. To configure the VTP mode:
Switch(config)# vtp mode server
Switch(config)# vtp mode client
Switch(config)# vtp mode transparent