问答题
【配置路由器信息】
Current configuration:
!
version 11.3
no service password-encryption
!
hostname r1
//第(1)处
!
enable password 123456
//第(2)处
!
interface Ethemet0
ip address 192.4.1.1 255.255.255.0
!
interface Sefta10
ip address 192.3.1.1 255.255.255.0
encapsulation frame-relay IETF
//第(3)处
no ip mroute-cache
bandwidth 4000
//第(4)处
frame-relay map ip 192.163.0.2 100 broadcast
//第(5)处
frame-relay lmi-type cisco
!
router ospf 1
//第(6)处
network 202.1.1.0 0.0.0.255 area 0
//第(7)处
network 202.3.1.0 0.0.0.255 area 0
network 202.4.1.0 0.0.0.255 area 0
neighbor 202.1.1.2
//第(8)处
!
……
End