Configuring Cisco Router Interfaces

.
  • Agregar a Technorati
  • Agregar a Del.icio.us
  • Agregar a DiggIt!
  • Agregar a Yahoo!
  • Agregar a Google
  • Agregar a Meneame
  • Agregar a Furl
  • Agregar a Reddit
  • Agregar a Magnolia
  • Agregar a Blinklist
  • Agregar a Blogmarks

Configuring Cisco Router Interfaces


Configuring Cisco Router Interfaces

Posted: 15 Jul 2010 11:14 AM PDT


One of the main elements to configure on a Cisco router is its interfaces. The router is usually equipped with Ethernet interfaces (for LAN connectivity) or Serial/ATM/T1/E1 interfaces for WAN connectivity. Below you will find three typical router interface configuration scenarios to get an idea about this important setup.

Configuring Ethernet or Fast Ethernet Interfaces
Router> enable
Router # config terminal

! enter the interface configuration submode
Router(config) # interface fastethernet 0/0

! IP configured on the interface
Router(config-if) # ip address 10.1.10.1 255.255.255.0

!bring the interface up
Router (config-if) # no shutdown
Router (config-if) # description lan (assign a name to the interface)
Router (config-if) # exit
Router (config) #

* Note that the interface naming can be different. Examples are FastEthernet, Ethernet, GigabitEthernet etc. Also, the interface numbering varies from router to router, such as 0, 1, 0/0 0/1, etc.

Configuring DTE Serial Interfaces
Note that DTE serial interfaces receive clock from the Serial WAN modem.

Router> enable
Router# config terminal

! enter the interface configuration submode
Router (config) # interface serial 0/0

Router (config-if) # ip address 172.16.1.1 255.255.255.252
Router (config-if) # no shutdown
Router (config-if) # description WAN Network (assign a name to the interface)
Router (config-if) # exit
Router (config) #

* Note that the interface numbering can be 0, 1, 0/0 0/1, etc. This varies by router.

Configuring DCE Serial Interfaces
Note that DCE serial interfaces provide clock to the connected device on the interface.

Router> enable
Router# config terminal
Router(config) # interface serial 0 / 1
Router(config-if) # ip address 10.1.1.1 255.255.255.0

!configure the clock rate that will be provided by the router
Router(config-if) # clock rate 128000
Router(config-if) # no shutdown
Router(config-if) # description WAN Network (assign a name to the interface)
Router(config-if) # exit
Router(config) #

* Note that the interface number can be 0, 1, 0/0 0/1, etc. This varies by router model.

Visa moves to reduce payment card data in retail systems

Posted: 15 Jul 2010 09:00 AM PDT


A new payment card security initiative launched by Visa Inc. Wednesday could eliminate the need for retailers and other organizations to store full, 16-digit credit and debit card numbers on their systems.

Trojan attacks credit cards of 15 US banks

Posted: 15 Jul 2010 09:00 AM PDT


The Zeus/Zbot banking Trojan is reported to be attacking the Verified by Visa and MasterCard SecureCode verification systems introduced in recent years to stop old-style card not present (CNP) fraud.

Internet takes DNSSEC on board

Posted: 15 Jul 2010 09:00 AM PDT


The Internet root servers are set to take on security technology DNSSEC

Talk on China Cyber Army pulled after pressure

Posted: 15 Jul 2010 09:00 AM PDT


A talk on China's military cyber-attack capabilities has been pulled from the Black Hat security conference schedule following pressure from Taiwanese and Chinese agencies.

Finjan sues McAfee, Symantec over patent claims

Posted: 15 Jul 2010 09:00 AM PDT


Finjan has sued five rival security companies, including Symantec and McAfee, claiming it holds crucial patents used by popular antivirus products and security services.

Top Cloud Computing Security Risk: One Company Gets Burned

Posted: 14 Jul 2010 09:00 AM PDT


Virtualization and cloud computing haven't eroded the online security of most companies, analysts say. But they may be contributing to situations in which IT-service customers leave themselves vulnerable to attack because they assume their cloud provider is taking care of security.

Happy vacation! Security at tourist spots

Posted: 14 Jul 2010 09:00 AM PDT


While many people are getting ready for their summer vacations, security professionals at tourist attractions around the country are preparing to ramp up their efforts. A recent Harris May Poll finds 66 percent of Americans will take a summer vacation this year--good news for the country's $704 billion tourism industry, which relies heavily on summer travel each year.

Surveys: Social-networking users worry about privacy

Posted: 14 Jul 2010 09:00 AM PDT


Privacy remains a concern for a significant portion of people who use social-networking sites, if the findings from two recent surveys are any indication.

UK comes 4th in list of spam relaying counties

Posted: 14 Jul 2010 09:00 AM PDT


The amount of spam the UK is producing has surged, causing Britain to take fourth place in Sophos' 'Dirty Dozen' list of the top spam-producing countries.

0 comments:

Post a Comment