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>
			
			





原文出处:Netkiller 系列 手札
本文作者:陈景峯
转载请与作者联系,同时请务必标明文章原始出处和作者信息及本声明。

目录
相关文章
JavaWeb - No URLs will be polled as dynamic configuration sources
JavaWeb - No URLs will be polled as dynamic configuration sources
695 0
JavaWeb - No URLs will be polled as dynamic configuration sources
|
9天前
|
网络架构
一文带你了解 Next Route 使用
一文带你了解 Next Route 使用
|
监控 Dubbo 搜索推荐
No application config found or it‘s not a valid config! Please add <dubbo:application name=“...“ />
No application config found or it‘s not a valid config! Please add <dubbo:application name=“...“ />
1331 1
【laravle】 Route [login] not defined.
【laravle】 Route [login] not defined.
103 0
【laravle】 Route [login] not defined.
|
网络协议
|
网络协议