Cisco 2600 Series 구성 - 페이지 9

{카테고리_이름} 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 구성
Table 2. RIP version commands in sending.
Command
ip rip send version 1
ip rip send version 2
ip rip send version 1 2
To control how packets received from an interface are processed, use one of commands
shown in Table (3).
Table 3. RIP version commands in receiving.
Command
ip rip receive version 1
ip rip receive version 2
ip rip receive version 1 2

2.1.3 No Form

To turn off any feature of RIP routing, for example to turn off neighbor 10.12.0.5
255.255.255.252, give the next command:
Router(config-router)#no neighbor 10.12.0.5 255.255.255.252
To turn off RIP, use the no router rip command:
Router(config)#no router rip

2.2 Open Shortest Path First OSPF

You can modify OSPF routing by giving the next command in global configuration
mode:
Router(config)#router ospf process-id
Process-id is a number between 1 and 65535. Pick the process-id which is not being
used. To determine which ids are being used, issue the show process command
Router#show ip ospf

2.2.1 OSPF Commands

Then in router configuration mode
next listed commands:
Purpose
Configure an interface to send only RIP
version 1 packets.
Configure an interface to send only RIP
version 2 packets.
Configure an interface to send RIP
version 1 and 2 packets.
Purpose
Configure an interface to receive only
RIP version 1 packets.
Configure an interface to receive only
RIP version 2 packets.
Configure an interface to receive RIP
version 1 and 2 packets.
Router(config-router)#
9
you can give the