Archive for 20 June 2008

cisco IOS command basics 20 June 2008 at 11:43 pm by admin

Bitmindframes cisco study guides.

This will show you the basics of the cisco IOS command line interface and the different modes.

After several lines of information on the screen you should eventually see:
Would you like to enter the initial configuration dialog? [yes/no]: n

On some routers and switchesyou may see the following message.
Would you like to terminate autoinstall? [yes/no]: y Router> or Switch>

Privilege Mode
Router> enable
If you are prompted for a password type: class or if that does not work, type cisco

Use the “?” to view the list of available commands or command options
Router> ?

Read the rest of this entry →

+ EIGRP routing protocol summary By admin 20 June 2008 at 11:21 pm and have Comments Off

Bitmindframes cisco study guides.

This is a basic rundown of the EIGRP routing protocol Concepts.

EIGRP is an advanced distance-vector routing protocol that relies on features commonly associated with link-state protocols.
Administrative Distance
• Internal 90; Summary 5; External 170 Features of EIGRP
• Classless Routing Protocol (VLSM, CIDR)
• Faster convergence times
• Multiprotocol support:
• Rapid Convergence and Better handling of routing loops – (DUAL)
• Efficient Use of Bandwidth
– Partial, bounded updates: Incremental updates only to the routers that need them.
– Minimal bandwidth consumption: no more that 50% of link’s bandwidth EIGRP packets.
• PDM (Protocol Dependent Module)
• Unequal-cost load balancing
Metrics: Bandwidth, Delay, Reliability, Load

Read the rest of this entry →

+ EIGRP routing basic commands By admin 20 June 2008 at 11:12 pm and have Comments Off

Bitmindframes cisco networking study guides

EIGRP Commands

Enabling EIGRP Routing

Router(config)# router eigrp AS number (Must be the same on all routers)

Router(config-router)# network network-address [wildcard mask]

Read the rest of this entry →