[说明]
下面是某路由器的部分配置信息,解释部分语句的含义。
[配置路由器信息]
Current configuration:
!
hostname router1
isdn switch-type basic-net3 (1)
!
interface Ethernet0
ip address 10.0.0.1 255.255.255.0
ip nat inside (2)
!
interface bri 0
ip address negotiated (3)
ip nat outside
encapsulation PPP
PPP authentication pap callin (4)
PPP multlink (5)
dialer-group 1
dialer string 2633
PPP pap sent-username 263 password 263 (6)
ip route 0.0.0.0 0.0.0.0 bri 0
access-list 2 permit any (7)
dialer-list 1 protocol ip permit (8)
ip nat inside source list 2 interface bri 0 overload (9)
……
End
第1题:
下面是某路由器的部分配置信息,解释(n)处标有下划线部分的含义,将解答填入对应栏内。
1. 下面是某路由器的部分配置信息,解释(n)处标有下划线部分的含义,将解答填入对应栏内。
[配置路由器信息]
Current configuration:
!
version 11.3
no service password-encryption
!
hostname router1 (1)
!
enable password pwd12345 (2)
!
interface Ethemet0
ip address 1 92.4.1.1 255.255.255.0
!
interface Seria10
ip address 1 92.3.1.1 255.255.255.0
encansulation frame-relay IETF (3)
no ip mroute-cache
bandwidth 2000 (4)
frame-relay map ip 192.3.1.2 100 broadcast (5)
frame-relay lmi-type cisco
!
router ospf 1 (6)
network 192.1.1.0 0.0.0.255 area 0 (7)
network 192.3.1.0 0.0.0.255 area 0
network 192.4.1.0 0.0.0.255 area 0
neighbor 192.1.1.2 (8)
!
End
第2题:
下面是某路由器的部分配置信息,解释标有下划线部分的含义,将解答填入对应栏内。
[配置路由器信息]
Current configuration:
!
hostname router1
isdn switch-type basic-net3 第(1)处
!
interface Ethernet0
ip address 10.0.0.1 255.255.255.0
ip nat inside 第(2)处
!
interface bri0
ip address negotiated 第(3)处
ip nat outside
encapsulation ppp
pppauthentication pap callin 第(4)处
ppp multlink 第(5)处
dialer-group 1
dialer string 2633
ppp pap sent-username 263 password 263 第(6)处
ip route 0.0.0.0 0.0.0.0 bri 0
access-list 2 permit any 第(7)处
dialer-list 1 protocol ip permit 第(8)处
ip nat inside source list 2 interface bri 0 overload 第(9)处
…
End
第3题:
某路由器的部分配置信息如附图2所示,请解释其中标有下划线部分的含义。
路由器配置信息:
Configuration for Router A
access-list 2 permit 36.48.0.3 第(1)处
access-list 2 deny 36.48.0.0 0.0.255.255 第(2)处
access-list 2 permit 36.0.0.0 0.255.255.255 第(3)处
interface ethernet 0
ip access-group 2 in 第(4)处
第4题:
VPN路由器配置如下,请解释画线部分含义:
Vpdn-group 1 (8)
Accept-dialin protocol 12tp virtual-template 1 terminate-from hostname a801
(9)
Local name keith
Lcp renegotiation always (10)
No 12tp tunnel authhentication
第5题:
下面是某路由器的部分配置信息,解释(n)处标有下划线部分的含义。
【配置路由器信息】
Current configuration:
!
version 11.3
no service password-encryption
!
hostname router5 第(1)处
!
enable password nwdl2345 第(2)处
!
interface Ethernet0
ip address 192.4.1.1.255.255.255.0 第(3)处
!
interface Seria10
ip address 192.3.1.1 255.255.255.0
encapsulation frame-rocay IETF
no ip mroute-cache
bandwidth 2000 第(4)处
frame-relaymanin 192.3.1.2100 broadcast 第(5)处
frame-relaylmi-typecisco
!
router ospfl 第(6)处
netword 192.1.1.0.0.0.0.255 area0 第(7)处
network 192.3.1.0.0.0.0.255 area0
network 192.4.1.0.0.0.0.255 area0
neighbor 192.1.1.2 第(8)处
!
End