Cisco 2600 Series Konfiguration - Seite 9

Blättern Sie online oder laden Sie pdf Konfiguration für Netzwerk-Router Cisco 2600 Series herunter. Cisco 2600 Series 15 Seiten. Configuring adsl wic to support pppoe clients
Auch für Cisco 2600 Series: Installationshandbuch (12 seiten), Anmerkungen zur Veröffentlichung (32 seiten), Anwendungshinweis (41 seiten), Datenblatt (6 seiten), Anhang (15 seiten), Installationshandbuch (22 seiten), Übersicht (13 seiten), Schnellstart-Handbuch (2 seiten), Handbuch (5 seiten)

Cisco 2600 Series Konfiguration
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