下面是某路由器的部分配置信息,解释(n)处标有下划线部分的含义。 【配置路由器信息】 Current configuration: ! version 11.3 no service password

admin2009-02-15  28

问题 下面是某路由器的部分配置信息,解释(n)处标有下划线部分的含义。
    【配置路由器信息】
      Current configuration:
      !
      version 11.3
      no service password-encryption
      !
      hostname router1                                 第(1)处
      !
      enable password nwd12345                         第(2)处
      !
      interface Ethernet0
      ip address 192.4.1.1.255.255.255.0
      1
      interface Serla10
      ip address 192.3.1.1.255.255.255.0
      encapsulation frame-relay IETF                   第(3)处
      no ip mroute-cache
      bandwidth 2000                                   第(4)处
      frame-relaymanin 192.3.1.2100 broadcast          第(5)处
      frame-relaylmi-typecisco
      !
      router ospf1                                     第(6)处
      network 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

选项

答案(1)路由器名为router1 (2)特权密码为pwdl2345 (3)在端口配置中封装帧中继,帧中继数据包封装格式为IETF (4)带宽为2M (5)映射IP地址与帧中继地址。对方路由器的IP地址为192.3.1.2,本端口的帧中继号码为100,并且允许在帧中继线路上传送路由广播信息 (6)指定使用OSPF协议,路由进程id为1 (7)指定与该路由器相连的网络IP为192.1.1.0,子网隐码的反码为0.0.0.255(或子网掩码为255.255.255.0),网络区域ID为0 (8)指定与该路由器相邻

解析
转载请注明原文地址:https://jikaoti.com/ti/BiB7FFFM
0

相关试题推荐
最新回复(0)