CiscoIOS思科路由器交换机防火墙命令解析

2017-06-01

你知道CiscoIOS思科路由器交换机防火墙是怎么解析的吗,他的命令解析如阿呢?下面是小编跟大家分享的是CiscoIOS思科路由器交换机防火墙命令解析,欢迎大家来阅读学习~

CiscoIOS思科路由器交换机防火墙命令解析

路由 交换机 防火墙

路由器

路由协议

主命令和子命令示例

route>enable 进入

route>disable 退出

show running-config 当前工作信息

show ip route

show version

route(config)#enable password 123456

router(config)#hostname binghe

route (config-if)# no shutdown 启动

全局命令

Route#config terminal 全局配置模式

Router(config)#config f0/0进入配置接口

Router(config)#interface fastethernet0/0 配置主命令

Route(config-if) ip address 10.0.0.1 255.255.255.0

Route(config-if)#exit返回配置模式

Route (config) # exit返回特权模式

Route#

保存配置

RA#copy running-config start-config 保存配置

RA#copy startup-config config-start 恢复配置

允许telnet

R2(config)#line vty 0 ? 查看有多少telnet接口

R2(config-line)#line vty 0 700

R2(config-line)#no login telnet 不允许密码

启用域名解析

R2(config)#ip domain-lookup

R2(config)#ip name-server 8.8.8.8

思科路由配置模式简介

用户模式 Router>

特权模式 Router#

全局配置模式Router(config)#

接口配置模式 Router(config-if)#

自接口配置模式Router(config-subif)#

Line模式 Router (config-Line)#

路由模式Router(config-router)#

路由模式切换

从用户模式到特权模式 Router>enable

从特权模式返回用户模式Router#disable

退出控制台 Router>logout(eixt)

进入全局模式配置 Router#configure terminal

进入接口模式配置 Router(config)# interface Port#

进入子接口配置模式 Router(config)#interface Subport#

Line配置模式Router(config)#line Type#

路由模式 Router(config) # router rip

指定主机名

Router(config)#hostname 2500

2500 (config)#

路由基本配置命令

更改休止超时

默认情况下,10分钟之后路由将自动用户退出,可以利用exec-timeout命令改变这个时间

Router(config) # Line line_type_#

Router(config-line)#exec-timeout minutes seconds

如果想让某调线路永远不超时,可以将分钟和秒钟的值设为0

Router(config)#lineconsole 0

Router(config-line)#exec-timeout 0 0

配置路由器接口

Router(config)#interface type [slot#]/port#

Router(config-if)#Router(config-line)

l type 同步串口 serial async串行,ISDN bri和pri atm fddi tokenring ethernet faseternet gigabitrthnet

l 在没有额外插槽的情况可以省略插槽号 。 例如 ethernet0 e0 serial0 s0 bri0

添加接口描述

Router(config)#interface type [slot#]/port

Router(config-if)#description

interface_description

启用或禁用接口 (默认是禁用的)

Router(config)#interface type [slot#]/port#

Router(config-if)#no shutdown

Router(config)#interface type [solr#]/port#

Router(config-if)#shutdown

配置LAN接口

Router(config)# interface ethternet [solt#]/port#

Router(config-if)#speed 10|100|auto

Router(config)# [no]half-douplex

Speed 是指定端口速度,推荐设定为auto

Half-duplex 是指半双工

No Half-duplex 是指全双工

配置串行接口

把一个端口设置成能够执行外部DEC的功能

Router(config)# interface serial [solt#]/port#

Router(config)# clock rate rate_in_bits_per_second

如果不能确定那台路由器拥有这条线缆的DTE,那台路由器

拥有DCE端,可以试用下面命令查看

Router> show controller serial [slot#]/port#

配置带宽参数

Router(config)#interface serial [solt#]/port#

Router(config-if)#banwide rate_in_kbps

例如 将一个是时钟为 56000 bit/s 的串行接口的带宽改为 56kb/s

Router(config)#interface serial 0

Router(config-if)#bandwidth 56

配置ip寻址信息

IP地址的分配

Router(config)#interface type[slot]/port#

Router(config)#ip address ip_address subnet_mask

例如

Router(config)#interface Ethernet 0

Router(config)#ip address 192.168.1.1 255.255.255.0

Router(config)#no shutdown

Router(config)#exit

验证路由器的操作

查看接口的状态和配置

Route# show interface [type [slot_#]/port_#]

查看接口的IP配置

Route# show IP interface

查看路由器解析表中的静态和动态DNS条目

Route# show hosts

查看路由器的综合信息

Route# show version

交换机

核心层交换机

汇聚层交换机

接入层交换机

pix防火墙

进入命令

en

config t

int e0

ip add 2.2.2.2 255.255.255.0

安装命令

show ver 查看版本

添加序列号

activation-key 0xd2390d2c 0x9fc4b36d 0x98442d99 0xeef7d8b1

更多相关阅读

最新发布的文章