Home | 簡體中文 | 繁體中文 | 雜文 | 打賞(Donations) | ITEYE 博客 | OSChina 博客 | Facebook | Linkedin | 知乎專欄 | Search | Email

33.5. route configuration

33.5.1. gateway ip

			
Array(config)#ip route default 192.168.3.1
Default Route: 192.168.3.1 has existed in system

Array(config)#show ip route
Destination     Netmask         Gateway
default                         192.168.3.1

RIP routes:
Destination     Netmask         Gateway

OSPF routes:
Destination     Netmask         Gateway

			
			

33.5.2. RIP

			
ip route static <destination> <destination_netmask> <gateway>
			
			
rip
rip network 172.16.0.0
rip network 172.16.1.0
			

33.5.3. ospf

			
ospf on
ospf network <ip_address> <netmask> <area_id>