五、问答题(共20分)
1、写出下列交换机配置命令实现的作用。(10分)
(1)Swith(config)#access-list 101 deny icmp 2.2.2.2 3.3.3.3 0.0.0.0 echo
(2)Swith(config)#access-list 102 permit udp any 5.5.5.5 0.0.0.0 eq 1600
(3)Swith(config-if)#duplex half
(4)Swith(config)#ip route 0.0.0.0 0.0.0.0 18.18.18.18
(5)Swith#copy running-config startup-config
2、写出下列路由器配置命令实现的作用(共20分)
(1)routre(config)#interface ethernet0
routre(config)#ip address 29.1.1.1 255.255.255.0
(2)routre#show ip nat translation
(3)routre(config-if)#speed 100
(4)routre(config-if)#encapsulation PPP
(5)routre(config-if)#switchport access vlan 2
六、理解题(共35分)
1、(15分)阅读下列路由器的配置,然后说明该路由器有几个端口?每个端口的IP地址和子网掩码是什么?默认的路由是什么?路由器的名称是什么?该路由器的IOS版本是多少?
某路由器配置如下:
Router#sh run
Building configuration...
Current configuration:
!
version 13.1
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname border-Router
!
!
username zzf7681
!
!
!
!
ip subnet-zero
!
!
!
!
interface FastEthernet0/0
ip address 218.1.1.134 255.255.255.192
no ip directed-broadcast
ip nat outside
duplex auto
speed 100
!
interface FastEthernet0/1
ip address 200.4.3.8 255.255.255.0
no ip directed-broadcast
ip nat inside
duplex auto
speed auto
!
ip nat pool bbb 218.1.1.134 218.28.3.134 netmask 255.255.255.192
ip nat inside source list 1 pool bbb overload
ip classless
ip route 0.0.0.0 0.0.0.0 218.1.1.133
no ip http server
!
access-list 1 permit 200.4.3.0 0.0.0.255
!
line con 0
password zzf7681
transport input none
line aux 0
line vty 0 4
password zzf7681
login
!
End
2、(10分)
阅读下列某交换机的配置,说明其中包含的信息。
SW#config t
SW(config)#interface vlan 2
SW(config-if)#ip address 192.168.3.1 255.255.255.0
SW(config-if)#ip helper-address 192.168.2.254
SW(config-if)#no shutdown
3、(10分)
有一台CISCO3550交换机的快速以太网端口F0/1的IP地址设置为192.168.1.1,让其作为192.168.1.0/24网段的网关,快速以太网端口F0/2的IP地址设置为192.168.2.1,让其作为192.168.2.0/24网段的网关,交换机的名称为Swutch,从Swutch>提示符开始写出具体配置命令。
计算机网络专业cisco路由器配置试题
答案:3 悬赏:80 手机版
解决时间 2021-03-17 11:31
- 提问者网友:两耳就是菩提
- 2021-03-16 20:19
最佳答案
- 五星知识达人网友:轮獄道
- 2021-03-16 21:35
五、问答题(共20分)
1、写出下列交换机配置命令实现的作用。(10分)
(1)Swith(config)#access-list 101 deny icmp 2.2.2.2 3.3.3.3 0.0.0.0 echo
拒绝主机2.2.2.2 ping 3.3.3.3的数据。
(2)Swith(config)#access-list 102 permit udp any 5.5.5.5 0.0.0.0 eq 1600
允许任何主机访问5.5.5.5的UDP1600号端口
(3)Swith(config-if)#duplex half
将接口改为全双工模式。
(4)Swith(config)#ip route 0.0.0.0 0.0.0.0 18.18.18.18
指定默认路由下一跳地址为18.18.18.18
(5)Swith#copy running-config startup-config
将运行的配置保存到NVRAM
2、写出下列路由器配置命令实现的作用(共20分)
(1)routre(config)#interface ethernet0
routre(config)#ip address 29.1.1.1 255.255.255.0
将e0口的IP设置为29.1.1.1
(2)routre#show ip nat translation
查看NAT转换表。
(3)routre(config-if)#speed 100
更改以太口的速率为100Mbps
(4)routre(config-if)#encapsulation PPP
将串口数据封装为PPP格式
(5)routre(config-if)#switchport access vlan 2
将接口加入到vlan2
六、理解题
1、有2个接口,f0/0ip为218.1.1.134 掩码为255.255.255.192,f0/1IP为200.4.3.8 掩码为255.255.255.0,默认路由为 218.1.1.133,路由器的名字为 border-Router
,IOS的版本是 13.1
2、(10分)
阅读下列某交换机的配置,说明其中包含的信息。
SW#config t 进入全局模式
SW(config)#interface vlan 2 进入vlan接口
SW(config-if)#ip address 192.168.3.1 255.255.255.0 给vlan接口配置IP
SW(config-if)#ip helper-address 192.168.2.254 指定DHCP的IP为192.168.2.254
SW(config-if)#no shutdown 激活vlan端口
3、(10分)
有一台CISCO3550交换机的快速以太网端口F0/1的IP地址设置为192.168.1.1,让其作为192.168.1.0/24网段的网关,快速以太网端口F0/2的IP地址设置为192.168.2.1,让其作为192.168.2.0/24网段的网关,交换机的名称为Swutch,从Swutch>提示符开始写出具体配置命令。
这个题好像有问题。
1、写出下列交换机配置命令实现的作用。(10分)
(1)Swith(config)#access-list 101 deny icmp 2.2.2.2 3.3.3.3 0.0.0.0 echo
拒绝主机2.2.2.2 ping 3.3.3.3的数据。
(2)Swith(config)#access-list 102 permit udp any 5.5.5.5 0.0.0.0 eq 1600
允许任何主机访问5.5.5.5的UDP1600号端口
(3)Swith(config-if)#duplex half
将接口改为全双工模式。
(4)Swith(config)#ip route 0.0.0.0 0.0.0.0 18.18.18.18
指定默认路由下一跳地址为18.18.18.18
(5)Swith#copy running-config startup-config
将运行的配置保存到NVRAM
2、写出下列路由器配置命令实现的作用(共20分)
(1)routre(config)#interface ethernet0
routre(config)#ip address 29.1.1.1 255.255.255.0
将e0口的IP设置为29.1.1.1
(2)routre#show ip nat translation
查看NAT转换表。
(3)routre(config-if)#speed 100
更改以太口的速率为100Mbps
(4)routre(config-if)#encapsulation PPP
将串口数据封装为PPP格式
(5)routre(config-if)#switchport access vlan 2
将接口加入到vlan2
六、理解题
1、有2个接口,f0/0ip为218.1.1.134 掩码为255.255.255.192,f0/1IP为200.4.3.8 掩码为255.255.255.0,默认路由为 218.1.1.133,路由器的名字为 border-Router
,IOS的版本是 13.1
2、(10分)
阅读下列某交换机的配置,说明其中包含的信息。
SW#config t 进入全局模式
SW(config)#interface vlan 2 进入vlan接口
SW(config-if)#ip address 192.168.3.1 255.255.255.0 给vlan接口配置IP
SW(config-if)#ip helper-address 192.168.2.254 指定DHCP的IP为192.168.2.254
SW(config-if)#no shutdown 激活vlan端口
3、(10分)
有一台CISCO3550交换机的快速以太网端口F0/1的IP地址设置为192.168.1.1,让其作为192.168.1.0/24网段的网关,快速以太网端口F0/2的IP地址设置为192.168.2.1,让其作为192.168.2.0/24网段的网关,交换机的名称为Swutch,从Swutch>提示符开始写出具体配置命令。
这个题好像有问题。
全部回答
- 1楼网友:woshuo
- 2021-03-16 23:16
因为你们不是同一个网的,如果不是同网使用vlna技术的,关于这个你可以加这个我qq。你可以用tracert外网ip,就知道在什么地方出现问题了。具体的话,要详细才知道怎么解决这个问题。
网络的问题的基本命令:ping,tracert,tracertroute,远程登录telnet
关于配制问题如下:
(一)交换机上主要vlan配置、验证命令
vlan 参数 创建一个指定编号的vlan
name 参数 对当前的vlan命名(改名)
interface 参数 进入指定接口配置模式
switchport mode access 将当前接口的vlan管理模式,设置为接入模式
switchport access vlan 参数 将当前接口划分到指定的vlan中
switchport mode trunk 将当前接口的vlan管理模式,设置为中继模式
switchport trunk nativie vlan 参数 设置当前接口的本征vlan属性(对中继接口有效)
switchport trunk allowed vlan 参数 设置当前接口能中继的vlan列表(对中继接口有效)
interface vlan 参数 在指定的vlan上创建一个逻辑节点(接口),有两个身份,名字为vlan加上的所在vlan的编号。 作为逻辑节点,它有自己的mac地址、ip地址(需要设置),可以跟其它节点通信,通常用于网络管理;作为接口,用于内部配置,对于三层交换机可作为路由接口用。
show vlan brief 以简表形式显示设备内所划分的vlan
show interfaces 参数 switchport 显示指定接口的有关vlan方面的配置属性值
show interfaces trunk 显示当前的设备中的中继接口
(二)路由器上子接口的创建、vlan协议封装命令
interface 参数1.参数2 创建或进入指定路由器接口的某个子接口,参数1为某个物理接口的名称,参数2为子接口号
encapsulation dot1q 参数 指定当前子接口使用中继协议802.1q通信、指定该接口所属的vlan
(三)已经学过的基本配置命令(适用于路由器、交换机)
no 参数表 取消某操作命令,后面的参数为前面某次所执行过的命令行
configure terminal 进入终端配置模式
copy running-config startup-config 把内存中的配置文件保存到nvram 中
enable 进入特权模式
exit 由当前模式退出到上层模式
end 退出到特权模式
hostname 设置主机的名字
interface 参数 进入指定路由器接口配置模式
ip address 参数表 设置接口的ip地址
no shutdown 激活网络接口
show running-config 显示内存中的配置文件
show interfaces 参数 显示接口的信息
ip route 参数表 添加静态路由
show ip route 查看路由表
ping 参数 网络连通测试,参数为目标节点
traceroute 参数 路由跟踪测试(对于windows主机命令为tracert),参数为目标节点
将具体的配置步骤、验证结果(有关的show命令与显示内容)、测试数据(ping测试或tracert测试)
- 2楼网友:woshuo
- 2021-03-16 22:52
我看了下 2L的回答 有很多问题。。。
1、写出下列交换机配置命令实现的作用。(10分)
(1)Swith(config)#access-list 101 deny icmp 2.2.2.2 3.3.3.3 0.0.0.0 echo
拒绝主机 2.2.2.2 PING 3.3.3.3 这里命令写错了 是Host 2.2.2.2
(2)Swith(config)#access-list 102 permit udp any 5.5.5.5 0.0.0.0 eq 1600
允许任何地址 通过UDP 1600端口访问 5.5.5.5
(3)Swith(config-if)#duplex half
这是启用端口的 半双工模式
(4)Swith(config)#ip route 0.0.0.0 0.0.0.0 18.18.18.18
设置默认路由 出口IP是18。18.18。18
(5)Swith#copy running-config startup-config
这个命令类似 wr 是保存文明到NRAM 上去,防止重启丢失
2、写出下列路由器配置命令实现的作用(共20分)
(1)routre(config)#interface ethernet0
routre(config)#ip address 29.1.1.1 255.255.255.0
E0 接口启用IP 29.1.1.1 255.255.255.0
(2)routre#show ip nat translation
查看NAT信息
(3)routre(config-if)#speed 100
接口的速率是100M
(4)routre(config-if)#encapsulation PPP
接口封装协议PPP协议
(5)routre(config-if)#switchport access vlan 2
接口划分到VLAN2 上去
六、理解题(共35分)
1、(15分)阅读下列路由器的配置,然后说明该路由器有几个端口?每个端口的IP地址和子网掩码是什么?默认的路由是什么?路由器的名称是什么?该路由器的IOS版本是多少?
某路由器配置如下:
路由器有2个端口,
IP 218.1.1.134 255.255.255.192 200.4.3.8 255.255.255.0
默认路由是ip route 0.0.0.0 0.0.0.0
路由器的名称是 hostname border-Router
路由器IOS版本 version 13.1
Router#sh run
Building configuration...
Current configuration:
!
version 13.1
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname border-Router
!
!
username zzf7681
!
!
!
!
ip subnet-zero
!
!
!
!
interface FastEthernet0/0
ip address 218.1.1.134 255.255.255.192
no ip directed-broadcast
ip nat outside
duplex auto
speed 100
!
interface FastEthernet0/1
ip address 200.4.3.8 255.255.255.0
no ip directed-broadcast
ip nat inside
duplex auto
speed auto
!
ip nat pool bbb 218.1.1.134 218.28.3.134 netmask 255.255.255.192
ip nat inside source list 1 pool bbb overload
ip classless
ip route 0.0.0.0 0.0.0.0 218.1.1.133
no ip http server
!
access-list 1 permit 200.4.3.0 0.0.0.255
!
line con 0
password zzf7681
transport input none
line aux 0
line vty 0 4
password zzf7681
login
!
End
2、(10分)
阅读下列某交换机的配置,说明其中包含的信息。
SW#config t --------------------------进入全局模式
SW(config)#interface vlan 2----进入SVI接口 也就是进入VLAN2
SW(config-if)#ip address 192.168.3.1 255.255.255.0 ----在SVI接口上启用IP地址
SW(config-if)#ip helper-address 192.168.2.254-----这个是用于中继的接口 用于DHCP或者UDP 中继
SW(config-if)#no shutdown----开启端口
3、(10分)
有一台CISCO3550交换机的快速以太网端口F0/1的IP地址设置为192.168.1.1,让其作为192.168.1.0/24网段的网关,快速以太网端口F0/2的IP地址设置为192.168.2.1,让其作为192.168.2.0/24网段的网关,交换机的名称为Swutch,从Swutch>提示符开始写出具体配置命令。
switch>en
switch#conf t
switch(config)#hostname swutch
switch(config)#int fa 0/1
switch(config-if)#no switchport
switch(config-if)#ip add 192.168.1.1 255.255.255.0
switch(config-if)#no sh
switch(config)#int fa 0/2
switch(config-if)#no switchport
switch(config-if)#ip add 192.168.2.1 255.255.255.0
switch(config-if)#no sh
我要举报
如以上问答信息为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
大家都在看
推荐资讯