下面是某路由器的部分配置信息,解释标有下划线部分的含义,将解答填入对应栏内。
[配置路由器信息]
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
第1题:
某路由器的部分配置信息如下所示,请解释其中标有下划线部分的含义。
……
!
username sp_lac password 7 104D000A0618
username Bob password 7 060506324P41
!
vpdn enable //第(1)处
!
vpdn -group 1 //第(2)处
accept dialin 12tp virtual-template 1 remote sp_lac //第(3)处
local name Bob //第(4)处
!
lcp renegotiation always //第(5)处
!
no 12tp tunnel authentication //第(6)处
第2题:
某路由器(在图5-1中没有标出)的部分配置信息如下所示,请解释其中标有下划线部分的含义。
…
!
usemame sp_ lac password 7 104D000A0618
!
vpdn-enable 第(1)处
!
vpdn-group 1 第(2)处
accept dialin l2tp virtual-template l remote sp_1aC 第(3)处
local name Bob 第(4)处
!
lcp ren6godation always 第(5)处
!
no 12tp tunnel authentication 第(6)处
第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题:
下面是某路由器的部分配置信息,解释(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
第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