2010 27 January 2010

Work in Progress Cisco 881 / HWIC-3G How To

Category: CISCO - David Bombard @ 19:35

The HWIC-3G is a form that can be installed inside the Cisco 1841, 1861, 2800 series, or 3800 seriesper have connectivity through HSDPA 3G cellular networl.

This makes the HWIC-3G useful in many sistuazioni:

  • How to access the Internet servicequando nonsono other services available
  • As backupall'accesso primary Internet for redundancy
  • As mobile access when you can not utilissare a PSTN or wiring.

There is also a router with these cards is the embedded Cisco 881.

This router is an excellent alternative for small offices or remote locations.

Tags: 881 , 8813g , CISCO , configuration , GPRS , GSM , HSDPA , HWIC-3G , ROUTER , umts


2009 24 November 2009

The redundancy of delfault Gateway: Cisco HSRP

Category: CISCO - David Bombard @ 14:19

When you want to ensure redundancy of the link towards the default gateway to be part of a series of hosts without making changes on the same there are 2 alternatives

1) HSRP (Hot Standby Routing Protocol): Cisco proprietary protocol defined in RFC 2281-we shall cover in this article

2) VRRP (Virtual Router Redundancy Protocol) standard protocol defined in RFC 2338

As seen nnell'immagine two devices also dissimilar (routers and switches of different models and types as long as capable of routing) share a Layer 3 address

"Virtual" address that is the default gateway and is moved between the group members who are Active or standby.

The holder of IP virtual is that which at that moment is equipped with more high priority.

The prioirtà is influenced by values ​​entered in configuration (numerical values) and tracking the status of an interface (eg if the stream is unavailable pasa isdn router to another)

Configuration

The configuration of HSRP uses the command "standby" with the following variables:

standby [group-number] ip ip-address [secondary] where secondary is the shared address
standby [group-number] mac-address mac-address [mac address opziionale shared when you do not want auto-generated]
standby [group-number] priority priority [preempt [delay delay]] if you want to manage an imbalance of priorities
standby [group-number] track type number [priority] ono outgoing subject headers such as interfaces for monitoring the switch

In practice


interface Ethernet0
ip address 10.10.10.1 255.255.255.0
standby 240 preempt

the number 240 indicates the number shown in the example delgruppo

A router can belong to multiple HSRP groups

For each group can be Active or Standby router depending on the priority that was assigned

the function preemt force the router that has the highest priority to become Active-router instead of the one that is at that moment Active

standby 240 ip 10.10.10.5
standby 240 priority 200

dfault priority is 100 for a router and the router with the highest value is chosen Active

Tags: CISCO , fault , fault tolerance , Hot Standby Routing Protocol , HSRP , RFC 2281 , redundancy , ROUTER , standby ip , tolerance


2009 September 04 2009

ROUTER CISCO: ROUTING TABLE NELL'IOS

Category: CISCO - David Bombard @ 18:42

A router takes care of "turning" or routing packets between its nterfaccie.

To meet these targets behind each of its interfaces using a routing table.
The routing table is a list of destinations with a route to that destination.

The IOS stores it in RAM as fast as possible to determine how to route packets.

This table is dynamic and is updated using information provided by various lgoritmi routing information from the operator and added statically via the status interface fisice.

To view the routing table using the command

# Show ip route

The first part of the output called "Codes" is a legend to determine the origin of the line in the routing table.

THE second part defines the routes with the following syntax

Code "Network with netmask" "administrative distance (AD) / Metric" "next hop

For example, we

C 192.168.0.0/24 is Directly connected, Ethernet0

S 10.10.10.0 [1/0] via 192.168.0.254

Indicating

S route static inserted in the configuration to reach the network 10.10.10.0 with administrative distance of 1 and a metric zero through the next-hop 192.168.0.254.

So a packet destined for network 10.10.10.0 lla will be routed to the gateway 192.168.0.254 is reachable behind the interface? Behind the ethernet 0!

Administrative distance

E 'a number between 0 and 255 that defines the priority of processing of the information defined on that line of the routing table.

THE priority is defnita by the number closest to zero.

For example if you had defined the following lines

C 192.168.0.0/24 is Directly connected, Ethernet0

C 192.168.1.0/24 is Directly connected, Ethernet1

D 10.10.10.0 [200/0] via 192.168.1.252

S 10.10.10.0 [1/0] via 192.168.0.254

THE router will choose the route to 192.168.0.254 with a distance because infeririore PHASE.

Determination din an administrative distance value

Type Acronym in Table AD
Connected C 0
Static S 1
EBGP B 20
EIGRP The 100
EIGRP D 90 (internal)
EIGRP EX 170 (outside)
EIGRP D 5 (summarization)
IGRP The 100
RIP R 120
OSPF O 110
IBGP B 200

Metrics

THE metric measures the value of efficiency of the route based on:

hop count (RIP)

delay and badwidth (IGRP EIGRP)

For example in the case of a router with RIP protocol will be chosen aparità AD a route with a smaller number of steps (hop).

Criteria of choice in the routing table

The router selects the rule in the routing table on the principle that the more specific rule wins on aegola general or in the example below will be chosen next hop 192.168.1.2

Router # sh ip route

192.168.0.0 / 16 [1/0] via 192.168.1.1

192.168.1.0/24 [1/0] via 192.168.1.2

Tags: Cisco , IOS , Router , Routing


2009 20 August 2009

[Updated] CISCO ROUTER

Category: CISCO - David Bombard @ 18:49

Composition of a CISCO router

A Cisco router is composed of internal and external components

mean interior components not visible from the outside:

  1. RAM
  2. NVRAM
  3. FLASH
  4. ROM

The external components are:

5. Interfaces
6. AUXILIARY
7. CONSOLE

1) RAM / DRAM

And 'the memory used in normal operation for routing tables, ARP-cache the content of this memory is cleared off with a

2) NVRAM

The startup configuration is stored here and is not lost when a shutdown or reboot the router.

3) FLASH

Contains the IOS (Internetworking Operating System) and other useful files is the permanent memory of the hard disk in a PC.

4) ROM

Memory containing the diagnostic software and to boot (just need to boot). to update replace the internal chip.

5) AUXILIARY

Asynchronous port for remote configuration and / or connecting additional peripherals.

6) CONSOLE

Also asynchronous port used for connecting the router to the PC serial port.

7) INTERFACES

Interfaces on the motherboard add-on modules (NM, WIC, VIC) used to interconnect the routers.

STARTUP OF A ROUTER

The startup phase of a Cisco router can be summarized as:

  • Hardware Monitoring
  • Research and load the IOS image
  • Research and load configuration

The Boot ROM performs unadignostica base that, if successful, allow it to load IOS vienen normally sought in FLASH, man is the only place online where you can load the IOS.

The default search order is: FLASH, TFTP server, ROM.

The command "# Router (config) boot system" is the command to vary the exact location from which to draw the image to load IOS.

Once loaded the IOS identifies the hardware tested by the operation of the boot and conducts an visulizzazione console.

At this point it loads the configuration file in NVRAM. If not found to be a valid installation, operating system starts a process of interactive questions and answers based configuration (Setup dialog).

IF everything is ok with the following commands will see the configuration in RAM:

Router # show running-config

Router # write term

So THAT ain NVRAM:

Router # show startup-config

if we wanted to delete the configuration in NVRAM the command is:

Router # erase startup-config

or

Router # write erase

you can restart the router with the command:

Router # reload

Ilsetup interactive command is invoked by typing

Router # setup

In the configuration of a Cisco router commands entered from time to time, are stored in RAM.

The router makes them immediately operational but their effect would be exhausted in case of shutdown of the equipment.

To make the configuration effective, even after a subsequent reboot, you must save it in NVRAM, where it will be loaded to restart the router.

Router # write memory

abbreviabile in

Router # wr mem

Tags: CISCO , ROUTER


2008 14 February 2008

CISCO ROUTER IOS UPGRADE

Category: CISCO , Technology - David Bombard @ 14:13
  1. download IOS for routers
  2. copy it to your router
    copy tftp flash:
  3. Check the image
    verify
  4. enable booting
    conf t
    no boot system
    boot system flash: c2801-advipservicesk9-mz.124-15.T3.bin
    exit
    wr mem
  5. be happy

Tags: Cisco , IOS , Router , Upgrade


Page 1 of 1 1