Cisco 2514 - Router - EN Bedienungsanleitung Seite 11

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 11
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 10
CONFIGURATION OF PCS AND ROUTERS - PAGE 11
Used router
For a used router, you need to have the enable secret password available. When the router is
new, the enable secrete is chosen in the initial configuration. Otherwise, you must know the
enable secret. If you do not have the password, consult the Cisco website and find
information on resetting the passwords of a router.
If the router is new, and you have set the IP addresses in the initial configuration, only type
the commands in bold.
Below are the commands for Router1. Below the password is set to root.
>enable
# config term
(config)# hostname Router1
(config)# enable secret rootroot
(config)# no ip domain-lookup
(config)# no cdp run
(config)# interface Ethernet 0/0 (or eth0, fast0/0)
(config-if)# ip address 10.0.1.1 255.255.255.0
(config-if)# no shutdown
(config-if)# no cdp enable
(config-if)# interface Ethernet 0/1 (or eth1, fast0/1)
(config-if)# ip address 10.0.2.1 255.255.255.0
(config-if)# no shutdown
(config-if)# no cdp enable
(config-if)# line vty 0 4
(config-line)# login
(config-line)# password rootroot
(config-if)# end
(config)# show interface
(config)# write mem
(config)# exit
Now, when the router is rebooted, it has the IP addresses of the interfaces Ethernet 0/0 and
Ethernet 0/1 already configured. You can view the current configuration by typing:
>enable
# show startup-config
Seitenansicht 10
1 2 ... 6 7 8 9 10 11

Kommentare zu diesen Handbüchern

Keine Kommentare