• Aucun résultat trouvé

After configuring the router name and setting the enable and enable secret passwords, you can examine the running configuration:

Dans le document Icons Used in This Book (Page 95-98)

Cisco IOS CLI

Step 5. After configuring the router name and setting the enable and enable secret passwords, you can examine the running configuration:

The updated edition of the best-selling all-in-one networking reference provides coverage of essential and cutting-edge technologies.

Concise overviews of technologies essential to networking professionals at all levels, from novice to expert.

New chapters include coverage of important topics like VoIP and EAP Coverage of cutting edge technologies like optical networking and storage Authored by Cisco Systems, worldwide leader in networking for the Internet.

Internetworking Technologies Handbook, Fourth Edition, is a comprehensive reference that enables networking professionals to understand and implement contemporary internetworking technologies. Master the terms, concepts, technologies, and devices used in today's networking industry. Learn how to incorporate internetworking technologies into a LAN/WAN environment.

Complete with new and updated chapters on security, storage, optical networking, scalability, and speed, this book is a complete and up-to-date reference to the topics that are essential to all networking professionals, regardless of expertise.

Readers will obtain a greater understanding of LAN and WAN networking, particularly the hardware, protocols, and services involved. Fundamental technology information is provided on a broad range of integral systems and services, including detailed descriptions, review questions to ensure concept comprehension and retention, and additional resources for further study.

Coverage is also extended not only to new networking concepts, but also to older, legacy systems, providing a more realistic picture of the real-world networking environments in which professionals operate. Tools and guidelines for optimizing system performance will increase productivity and improve efficiency, helping the reader make more intelligent, cost-efficient decisions for their networks.

Notice that the prompt changes to "IOS" immediately after you enter the hostname command.

All configuration changes in Cisco IOS take place immediately.

Step 4. Next, you need to set the enable password and the enable secret password. The enable secret password is stored using stronger encryption and overrides the enable password if it is configured. To set both passwords, you enter the following:

IOS(config)# enable password cisco IOS(config)# enable secret san-fran IOS(config)# exit

IOS#

To get into enabled mode, you need to enter the password san-fran. The exit command takes you up one level in the configuration, or out of the current submode.

Step 5. After configuring the router name and setting the enable and enable secret passwords, you can examine the running configuration:

IOS# show running-config Building configuration...

Current configuration : 743 bytes

!

version 12.2

service timestamps debug uptime service timestamps log uptime no service password-encryption

Table of Contents

Index

Internetworking Technologies Handbook, Fourth Edition By Cisco Systems, Inc.

Publisher: Cisco Press

Pub Date: September 11, 2003 ISBN: 1-58705-119-2 Pages: 1128

The updated edition of the best-selling all-in-one networking reference provides coverage of essential and cutting-edge technologies.

Concise overviews of technologies essential to networking professionals at all levels, from novice to expert.

New chapters include coverage of important topics like VoIP and EAP Coverage of cutting edge technologies like optical networking and storage Authored by Cisco Systems, worldwide leader in networking for the Internet.

Internetworking Technologies Handbook, Fourth Edition, is a comprehensive reference that enables networking professionals to understand and implement contemporary internetworking technologies. Master the terms, concepts, technologies, and devices used in today's networking industry. Learn how to incorporate internetworking technologies into a LAN/WAN environment.

Complete with new and updated chapters on security, storage, optical networking, scalability, and speed, this book is a complete and up-to-date reference to the topics that are essential to all networking professionals, regardless of expertise.

Readers will obtain a greater understanding of LAN and WAN networking, particularly the hardware, protocols, and services involved. Fundamental technology information is provided on a broad range of integral systems and services, including detailed descriptions, review questions to ensure concept comprehension and retention, and additional resources for further study.

Coverage is also extended not only to new networking concepts, but also to older, legacy systems, providing a more realistic picture of the real-world networking environments in which professionals operate. Tools and guidelines for optimizing system performance will increase productivity and improve efficiency, helping the reader make more intelligent, cost-efficient decisions for their networks.

Table of Contents

Index

Internetworking Technologies Handbook, Fourth Edition By Cisco Systems, Inc.

Publisher: Cisco Press

Pub Date: September 11, 2003 ISBN: 1-58705-119-2 Pages: 1128

The updated edition of the best-selling all-in-one networking reference provides coverage of essential and cutting-edge technologies.

Concise overviews of technologies essential to networking professionals at all levels, from novice to expert.

New chapters include coverage of important topics like VoIP and EAP Coverage of cutting edge technologies like optical networking and storage Authored by Cisco Systems, worldwide leader in networking for the Internet.

Internetworking Technologies Handbook, Fourth Edition, is a comprehensive reference that enables networking professionals to understand and implement contemporary internetworking technologies. Master the terms, concepts, technologies, and devices used in today's networking industry. Learn how to incorporate internetworking technologies into a LAN/WAN environment.

Complete with new and updated chapters on security, storage, optical networking, scalability, and speed, this book is a complete and up-to-date reference to the topics that are essential to all networking professionals, regardless of expertise.

Readers will obtain a greater understanding of LAN and WAN networking, particularly the hardware, protocols, and services involved. Fundamental technology information is provided on a broad range of integral systems and services, including detailed descriptions, review questions to ensure concept comprehension and retention, and additional resources for further study.

Coverage is also extended not only to new networking concepts, but also to older, legacy systems, providing a more realistic picture of the real-world networking environments in which professionals operate. Tools and guidelines for optimizing system performance will increase productivity and improve efficiency, helping the reader make more intelligent, cost-efficient decisions for their networks.

half-duplex

!

interface Ethernet2/2 no ip address

shutdown half-duplex

!

interface Ethernet2/3 no ip address

shutdown half-duplex

!

ip classless ip http server ip pim bidir-enable

!

dial-peer cor custom

!

line con 0 line aux 0 line vty 0 4

! end

Step 6. The show running-config output shows the configuration that is currently active in the system; however, this configuration is lost if the system is restarted. To save this configuration to NVRAM, you must issue the following command:

Table of Contents

Index

Internetworking Technologies Handbook, Fourth Edition By Cisco Systems, Inc.

Publisher: Cisco Press

Pub Date: September 11, 2003 ISBN: 1-58705-119-2 Pages: 1128

The updated edition of the best-selling all-in-one networking reference provides coverage of essential and cutting-edge technologies.

Concise overviews of technologies essential to networking professionals at all levels, from novice to expert.

New chapters include coverage of important topics like VoIP and EAP Coverage of cutting edge technologies like optical networking and storage Authored by Cisco Systems, worldwide leader in networking for the Internet.

Internetworking Technologies Handbook, Fourth Edition, is a comprehensive reference that enables networking professionals to understand and implement contemporary internetworking technologies. Master the terms, concepts, technologies, and devices used in today's networking industry. Learn how to incorporate internetworking technologies into a LAN/WAN environment.

Complete with new and updated chapters on security, storage, optical networking, scalability, and speed, this book is a complete and up-to-date reference to the topics that are essential to all networking professionals, regardless of expertise.

Readers will obtain a greater understanding of LAN and WAN networking, particularly the hardware, protocols, and services involved. Fundamental technology information is provided on a broad range of integral systems and services, including detailed descriptions, review questions to ensure concept comprehension and retention, and additional resources for further study.

Coverage is also extended not only to new networking concepts, but also to older, legacy systems, providing a more realistic picture of the real-world networking environments in which professionals operate. Tools and guidelines for optimizing system performance will increase productivity and improve efficiency, helping the reader make more intelligent, cost-efficient decisions for their networks.

IOS# copy running-config startup-config Destination filename [startup-config]?

Building configuration...

[OK]

Step 7. To view the startup configuration saved in NVRAM, use the command show

Dans le document Icons Used in This Book (Page 95-98)