Cisco 2610XM Konfigurasi - Halaman 9
Jelajahi secara online atau unduh pdf Konfigurasi untuk Router Jaringan Cisco 2610XM. Cisco 2610XM 15 halaman. User guide
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