第一范文网 - 专业文章范例文档资料分享平台

-多链路网络组建运维与应用开发实训报告

来源:用户分享 时间:2025/5/24 7:57:54 本文由loading 分享 下载这篇文档手机版
说明:文章内容仅供预览,部分内容可能不全,需要完整文档或者需要复制内容,请下载word后使用。下载word有问题请添加微信号:xxxxxxx或QQ:xxxxxx 处理(尽可能给您提供完整文档),感谢您的支持与谅解。

帧中继的路由器配置

Router(config)#int s1/0 Router(config-if)#ip ad

Router(config-if)#ip address 192.168.3.1 255.255.255.252 Router(config-if)#no sh

Router(config-if)#encapsulation frame-relay Router(config-if)#frame-relay lmi-type cisco

ACl控制列表,禁止南校区的地址为192.168.1.1的主机访问亦庄校区的服务器 access-list 101 deny tcp host 192.168.1.1 any eq www Router(config)#access-list 1 permit TCP any any Router(config)#int s1/0

Router(config-if)#ip access-group 1 in 验证ACL

把端口加入到相应的VLAN:

SHL-V2 (config)#int f0/2

SHL-V2 (config-if)#switchport access vlan 10

SHL-V2 (config)#int f0/3

SHL-V2 (config-if)#switchport access vlan 20 (3)L2-SW3:

SHL-V2 (config)#int f0/2

SHL-V2 (config-if)#switchport access vlan 10 SHL-V2 (config)#int f0/3

SHL-V2(config-if)#switchport access vlan 20

12月23日:路由器和交换机配置静态路由,实现内外网互通:

配置路由器成DHCP服务器,为内部不同VLAN主机分配IP: (1)、Router:

Router(config)#service dhcp Router(config)#ip dhcp pool vlan10

Router(dhcp-config)#network 192.168.10.0 255.255.255.0 Router(dhcp-config)#domain-name cisco.com Router(dhcp-config)#default-router 192.168.10.1 Router(dhcp-config)#exit

Router(config)#ip dhcp pool vlan20

Router(dhcp-config)#network 192.168.20.0 255.255.255.0 Router(dhcp-config)#domain-name cisco.com Router(dhcp-config)#default-router 192.168.20.1 Router(dhcp-config)#exit

Router(config)#ip dhcp pool vlan100

Router(dhcp-config)#network 192.168.100.0 255.255.255.0 Router(dhcp-config)#domain-name cisco.com Router(dhcp-config)#default-router 192.168.100.1 Router(dhcp-config)#exit

Router(config)#ip dhcp excluded-address 192.168.10.1 Router(config)#ip dhcp excluded-address 192.168.20.1 Router(config)#ip dhcp excluded-address 192.168.100.1

(2)、L3-SW:

L3-SW(config)#int vlan 10

L3-SW(config-if)#ip helper-address 12.12.12.2 L3-SW(config)#int vlan 20

L3-SW(config-if)#ip helper-address 12.12.12.2 L3-SW(config)#int vlan 100

L3-SW(config-if)#ip helper-address 12.12.12.2 全网互通

12月24日:安装DHCP,DNS,证书等服务器功能。

为了方便管理,减轻管理员的负担,在服务器上安装并配置DHCP 服务,创建DHCP作用域,让客户机自动获取IP 地址

开始-控制面板-安装或删除WINDOWS组件-网络服务-详细信息-

-多链路网络组建运维与应用开发实训报告.doc 将本文的Word文档下载到电脑,方便复制、编辑、收藏和打印
本文链接:https://www.diyifanwen.net/c1jd6u4annb9emep57bo8_5.html(转载请注明文章来源)
热门推荐
Copyright © 2012-2023 第一范文网 版权所有 免责声明 | 联系我们
声明 :本网站尊重并保护知识产权,根据《信息网络传播权保护条例》,如果我们转载的作品侵犯了您的权利,请在一个月内通知我们,我们会及时删除。
客服QQ:xxxxxx 邮箱:xxxxxx@qq.com
渝ICP备2023013149号
Top