Home | 简体中文 | 繁体中文 | 杂文 | 知乎专栏 | 51CTO学院 | CSDN程序员研修院 | Github | OSChina 博客 | 腾讯云社区 | 阿里云栖社区 | Facebook | Linkedin | Youtube | 打赏(Donations) | About
知乎专栏多维度架构

32.5. route configuration

32.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

			
			

32.5.2. RIP

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

32.5.3. ospf

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