迈普路由器访问控制列表配置命令_迈普路由配置常用命令

迈普配置常用命令

视图模式介绍:

普通视图

router>

特权视图

router#

/

在普通模式下输入

enable

全局视图

router(config)# /

在特权模式下输入

config t

接口视图

router(config-if)# /

在全局模式下输入

int

接口名称

例如

int s0

int e0

路由协议视图

router

(

config-route

)

#

/

在全局模式下输入

router

动态路由协议名称

1

、基本配置:

router>enable /

进入特权模式

router#conf t /

进入全局配置模式

router(config)# hostname xxx /

设置设备名称就好像给我们的计算机起个名字

router(config)#enable password

/

设置特权口令

router(config)#no ip domain lookup /

不允许路由器缺省使用

DNS

解析命令

router(config)# Service password-encrypt /

对所有在路由器上输入的口令进行暗文加密

router(config)#line vty 0 4 /

进入设置

telnet

服务模式

router(config-line)#password xxx /

设置

telnet

的密码

router(config-line)#login /

使能可以登陆

router(config)#line con 0 /

进入控制口的服务模式

router(config-line)#password xxx /

要设置

console

的密码

router(config-line)#login /

使能可以登陆

2

、接口配置:

router(config)#int s0 /

进入接口配置模式

serial 0

端口配置

(如果是模块化的路由器前面加上

槽位编号,例如

serial0/0

代表这个路由器的

0

槽位上的第一个接口)

router(config-if)#ip add xxx.xxx.xxx.xxx xxx.xxx.xxx.xxx

/

添加

ip

地址和掩码

router(config-if)#enca

hdlc/ppp

捆绑链路协议

hdlc

或者

ppp

思科缺省串口封装的链路层协

议是

HDLC

所以在

show

run

配置的时候接口上的配置没有,如果要封装为别的链路层协议

例如

PPP/FR/X25

就是看到接口下的

enca ppp

或者

enca fr

router(config)#int loopback /

建立环回口

(

逻辑接口

)

模拟不同的本机网段

router(config-if)#ip add xxx.xxx.xxx.xxx xxx.xxx.xxx.xxx

/

添加

ip

地址和掩码给环回口

在物理接口上配置了

ip

地址后用

no

shut

启用这个物理接口反之可以用

shutdown

管理性的

关闭接口

3

、路由配置:

(1)

静态路由

router(config)#ip route xxx.xxx.xxx.xxx xxx.xxx.xxx.xxx

下一条或自己的接口

router(config)#ip route 0.0.0.0 0.0.0.0 s 0

添加缺省路由

(2)

动态路由

rip

协议

router(config)#router rip /

启动

rip

协议

router(config-router)#network xxx.xxx.xxx.xxx /

宣告自己的网段

router(config-router)#version 2

转换为

rip 2

版本

router(config-router)#no auto-summary /

关闭自动汇总功能,

rip V2

才有作用

router(config-router)# passive-int

接口名

/

启动本路由器的那个接口为被动接口

router(config-router)# nei xxx.xxx.xxx.xxx /

广播转单播报文,指定邻居的接

ip,

  • 0
    点赞
  • 10
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值