|
楼主 |
发表于 2012-7-14 10:49:02
|
显示全部楼层
RA(config)#show run
Building configuration...
Current configuration : 714 bytes
!
version RGNOS 10.1.00(4), Release(22505)(Wed Sep 19 18:31:34 CST 2007 -ubuntu-2)
hostname RA
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
interface serial 1/2
clock rate 64000
!
interface serial 1/3
clock rate 64000
!
interface FastEthernet 1/0
ip address 192.168.10.5 255.255.255.252
duplex auto
speed auto
!
interface FastEthernet 1/1
ip address 192.168.1.2 255.255.255.0
duplex auto
speed auto
!
!
!
!
router ospf 1
redistribute rip metric 10 metric-type 1 subnets
network 192.168.10.0 0.0.0.3 area 0
!
!
router rip
version 2
network 192.168.1.0
redistribute ospf metric 3 配置命令
路由表条目
RA(config)#show ip route
Codes: C - connected, S - static, R - RIP B - BGP
O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2
i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area
* - candidate default
Gateway of last resort is no set
C 192.168.1.0/24 is directly connected, FastEthernet 1/1
C 192.168.1.2/32 is local host.
R 192.168.2.0/24 [120/1] via 192.168.1.1, 00:00:19, FastEthernet 1/1
C 192.168.10.4/30 is directly connected, FastEthernet 1/0
C 192.168.10.5/32 is local host.
现在还是重分布不了 |
|