Cisco 2600 Series 구성 - 페이지 7

{카테고리_이름} Cisco 2600 Series에 대한 구성을 온라인으로 검색하거나 PDF를 다운로드하세요. Cisco 2600 Series 15 페이지. Configuring adsl wic to support pppoe clients
Cisco 2600 Series에 대해서도 마찬가지입니다: 설치 매뉴얼 (12 페이지), 릴리스 정보 (32 페이지), 애플리케이션 노트 (41 페이지), 데이터시트 (6 페이지), 부록 (15 페이지), 설치 매뉴얼 (22 페이지), 개요 (13 페이지), 빠른 시작 매뉴얼 (2 페이지), 매뉴얼 (5 페이지)

Cisco 2600 Series 구성

1.4 Configuration System (Setup)

In privileged EXEC mode you can setup the whole system, for example setup network
cards, put IP addresses, start simple RIP routing.
Router#setup
In Cisco routers interfaces are named as FastEthernet0/0 and FastEthernet0/1. Some of
our lab routers also include serial cable interfaces. Numbering is same like above.

1.5 IP Address and Interface Configuration

If you don't like to put IP address like in 1.4 Configuration System (Setup), you can put
them with the following instructions.
In privileged EXEC mode give the next command:
Router#config terminal
Then enter the interface type port to enter the interface configuration mode.
Router(config)#interface FastEthernet0/0
Now you are in interface configuration mode and you can modify this chosen interface.
Enter the IP address and subnet mask of the interface using ip address ipaddress
subnetmask command.
Router(config-if)#ip address 10.12.0.1 255.255.255.252
In this mode you can give parameters like for example hello protocol interval in OSPF
for an interface. Exit interface configuration mode by giving command Ctrl-Z.
7