迈普-MP2600企业路由器简单配置可正常运行实例代码

/*忘记密码了,路由器密码破解,
按CTRL+C进入monitor模式,del startup,重启即可*/

/*给路由器取个小名*/

hostname luyouMp2600E

/*给路由器加个加密密码*/

enable password ytbl9936! encrypt

/*给路由器加个旗标*/

banner motd ^-------------MP2600E(TEL:208993!)------------^

/*设置访问控制列表,只允许60网段的ip能够访问*/

ip access-list standard 1
permit 192.168.60.0 0.0.0.255

/*外网出口ip*/

interface fastethernet0
ip address 222.222.xxx.xx255.255.255.224
ip nat outside

/*内网进口ip*/

interface fastethernet1
ip address 192.168.60.1 255.255.255.0
ip nat inside

/*做端口复用,使进口ip段公用一个外网ip上网(通过端口)*/

ip nat inside source list 1 interface fastethernet0 overload

/*配置静态路由指向外网网关*/

ip route 0.0.0.0 0.0.0.0 222.222.xxx.1

/*开启外网telnet访问虚拟端口*/

line vty 0 15
password 0 ytb993!
login

/*配置dhcp地址池*/

ip dhcp excluded-address 192.168.60.1
ip dhcp pool yat
network 192.168.60.0 255.255.255.0
dns-server 222.222.222.222
default-router 192.168.60.1

luyouMp2600E#

时间: 2024-12-22 02:56:48

迈普-MP2600企业路由器简单配置可正常运行实例代码的相关文章

Apache2.4 企业七简单配置

1.Apache服务安装 [[email protected] ~]# yum install httpd  -y [[email protected] ~]# systemctl restart httpd [[email protected] ~]# systemctl stopfirewalld.service 安装完成之后你可以打开你的浏览器,在网址部分输入172.25.254.231(也就是你本机的IP),会出现Apache的默认页面. 2. 修改站点目录和为站点目录增加密要 2.1 

华为路由器简单配置默认路由

1.使用eNSP建立如下拓扑2.AR1[AR1]ip route-static 0.0.0.0 0.0.0.0 192.168.2.2AR2[AR2]ip route-static 192.168.1.0 24 192.168.2.1[AR2]ip route-static 192.168.4.0 24 192.168.3.2AR3[AR3]ip route-static 0.0.0.0 0.0.0.0 192.168.3.13.测试通联 原文地址:https://blog.51cto.com/

路由器的简单配置

Router#con Router#conf Router#configure  t Enter configuration commands, one per line.  End with CNTL/Z. Router(config)#hostname R1 R1(config)#exit R1# R1#ter R1#terminal  history  size  ? <0-256>  Size of history buffer R1#terminal  history  size  

路由器的简单配置实验

路由器的简单配置实验配置0/0/0接口<Huawei>system-view [Huawei]interface GigabitEthernet 0/0/0[Huawei-GigabitEthernet0/0/0]ip address 192.168.1.254 255.255.255.0[Huawei-GigabitEthernet0/0/0]undo shutdown[Huawei-GigabitEthernet0/0/0]quit配置0/0/1接口<Huawei>system

多路由器环境配置的一些小技巧(达内)

rip 的简单应用,希望通过这个可以让干运维的同仁轻松一点实验拓扑图:实验需求:当内网中有很多路由器或多层交换机是,不同网段间通信 ,需要配置动态路由,如手动配置很浪费时间,容易出错,可以选择使用rip(路由信息协议),可以在不同路由器之间自动同步路由条目,不同路由器之间配置rip,实现pc互通实验步骤: 如拓扑图给相应端口配置ip地址 路由器上配置rip:R8: [Huawei]rip[Huawei-rip-1]version 2[Huawei-rip-1]un summary [Huawei

Cisco-HSRP 热备份路由器协议-配置实例

同样的,首先做一些理论的扫盲.最起码要知道自己在配什么东西才行. 简介 HSRP(Hot StandbyRouter Protocol 热备份路由器协议)是Cisco的专有协议.HSRP把多台路由器组成一个"热备份组",形成一个虚拟路由器.这个组内只有一个路由器是Active(活动)的,并由它来转发数据包,如果活动路由器发生了故障,备份路由器将成为活动路由器.从网络内的主机来看,网关并没有改变. HSRP的工作过程 HSRP路由器利用Hello包来互相监听各自的存在.当路由器长时间没有

不同vlan间的通信简单配置(三种方式)

不同vlan间的通信简单配置 1.单臂路由(图) 环境:一台路由器,一台二层交换机,两台pc机 二层交换机的配置一般模式:Switch>输入enable进入特权模式:Switch>enable输入configure terminal进入全局配置模式:Switch#configure terminal Enter configuration commands, one per line.  End with CNTL/Z.创建vlan 10 和 vlan 20:Switch(config)#vl

Cisco 3640系列IPsec VPN简单配置

Cisco 3640系列IPsec VPN简单配置 实验拓扑图: 实验步骤: 第一步:配置路由 第二步:匹配的数据包流量(ACL,注意两端要对称) 第三步:IKE的第一阶段(称为 ISAKMP SA) 第四步:IKE的第二阶段(称为IPSEC SA) 第五步:MAP(第二.三.四步的结合) 第六步:应用配置到外网口 模拟Internet步骤如下: 1.路由配置 R1: Router>en Router#conft Enterconfiguration commands, one per line

tinc vpn简单配置示例扩展(一)——跨越三层网络

tinc vpn简单配置示例扩展(一)--跨越三层网络 在tinc vpn简单配置示例(http://watertoeast.blog.51cto.com/8489855/1711649)一文中,构建tinc VPN的两台机器同属一个局域网(如图一),这样的场景基本与实际应用情况不符.今天对简单示例进行扩展,使构建vpn的两台主机跨越三层网络边界(如图二). 图一 tinc vpn in lan 图二 tinc VPN跨越三层网络边界 如图二所示,PC02的IP地址变成了172.16.1.6,与