- 积分
- 92
- 鸿鹄币
- 个
- 好评度
- 点
- 精华
- 注册时间
- 2016-4-22
- 最后登录
- 1970-1-1
- 阅读权限
- 20
- 听众
- 收听
助理工程师
![Rank: 2](https://cdn.hh010.com/static/image/common/star_level1.gif) ![Rank: 2](https://cdn.hh010.com/static/image/common/star_level1.gif)
|
![](https://cdn.hh010.com/static/image/common/ico_lz.png)
楼主 |
发表于 2016-5-10 23:24:45
|
显示全部楼层
interface FastEthernet0/0
ip address 172.16.1.1 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet0/1
ip address 172.16.2.1 255.255.255.0
duplex auto
speed auto
!
interface Serial1/0
ip address 101.0.0.1 255.255.255.0
clock rate 64000
!
interface Serial1/1
no ip address
shutdown
!
interface Serial1/2
no ip address
shutdown
!
interface Serial1/3
no ip address
shutdown
!
interface Vlan1
no ip address
shutdown
!
router rip
version 2
network 101.0.0.0
network 172.16.0.0
no auto-summary
!
ip classless
!
!
!
!
!
!
!
line con 0
line vty 0 4
login
!
!
!
end
Gateway of last resort is not set
101.0.0.0/24 is subnetted, 1 subnets
C 101.0.0.0 is directly connected, Serial1/0
102.0.0.0/24 is subnetted, 1 subnets
R 102.0.0.0 [120/1] via 101.0.0.2, 00:00:07, Serial1/0
172.16.0.0/24 is subnetted, 2 subnets
C 172.16.1.0 is directly connected, FastEthernet0/0
C 172.16.2.0 is directly connected, FastEthernet0/1
192.168.1.0/24 is variably subnetted, 2 subnets, 2 masks
R 192.168.1.0/26 [120/1] via 172.16.1.2, 00:00:10, FastEthernet0/0
R 192.168.1.64/27 [120/1] via 172.16.2.2, 00:00:09, FastEthernet0/1
R0#show run
谢谢帮忙看下,毕业设计,这是RO 的路由表和配置 |
5#
2016-5-10 23:24:45
回复(0)
收起回复
|