Cisco ospf配置命令
“Cisco ospf配置命令”相关的资料有哪些?“Cisco ospf配置命令”相关的范文有哪些?怎么写?下面是小编为您精心整理的“Cisco ospf配置命令”相关范文大全或资料大全,欢迎大家分享。
Cisco路由配置命令
Cisco路由配置命令
交换机命令总结
交换机口令设置:
switch>enable 进入特权模式
switch#config terminal 进入全局配置模式
switch(config)#hostname <hostname> 设置交换机的主机名
switch(config)#enable secret xxx 设置特权加密口令
switch(config)#enable password xxa 设置特权非密口令
使用Telnet远程式管理
switch(config)#interface vlan 1 进入vlan 1
switch(config-if)#ip address <IP> <mask> 设置IP地址
switch(config-if)#ip default-gateway <IP> 设置默认网关
switch(config)#line vty 0 4 进入虚拟终端
switch(config-line)#login 允许登录
switch(config-line)#password xx 设置登录口令
switch#exit
CISCO PPP MP配置命令
配置1
hostname beijing int multilink 1
ip address 192.168.0.1 255.255.255.0 ppp multilink group 1 int s0/0
no ip address
encapsultion ppp
ppp multilink group 1
int s0/1 no ip address encapsultion ppp ppp multilink multilink-group 1 int f0/0
ip address 172.16.0.1 255.255.255.0
ip route 10.0.0.0 0.0.0.0 192.168.0.2
hostname shanghai
int multilink 1
ip address 192.168.0.2 255.255.255.0 ppp multilink int s0/0
no ip address encapsultion ppp ppp multilink
multilink-group 1
int s0/1
no ip address encapsultion ppp ppp multilink m
CISCO PPP MP配置命令
配置1
hostname beijing int multilink 1
ip address 192.168.0.1 255.255.255.0 ppp multilink group 1 int s0/0
no ip address
encapsultion ppp
ppp multilink group 1
int s0/1 no ip address encapsultion ppp ppp multilink multilink-group 1 int f0/0
ip address 172.16.0.1 255.255.255.0
ip route 10.0.0.0 0.0.0.0 192.168.0.2
hostname shanghai
int multilink 1
ip address 192.168.0.2 255.255.255.0 ppp multilink int s0/0
no ip address encapsultion ppp ppp multilink
multilink-group 1
int s0/1
no ip address encapsultion ppp ppp multilink m
CISCO路由器常用配置命令
CISCO路由器常用配置命令大全
CISCO路由器常用配置命令大全
Access-enable 允许路由器在动态访问列表中创建临时访问列表入口 Access-group 把访问控制列表(ACL)应用到接口上 Access-list 定义一个标准的IP ACL
Access-template 在连接的路由器上手动替换临时访问列表入口 Appn 向APPN子系统发送命令 Atmsig 执行ATM信令命令 B 手动引导操作系统
Bandwidth 设置接口的带宽 Banner motd 指定日期信息标语 Bfe 设置突发事件手册模式
Boot system 指定路由器启动时加载的系统映像 Calendar 设置硬件日历 Cd 更改路径
Cdp enable 允许接口运行CDP协议 Clear 复位功能
Clear counters 清除接口计数器
Clear interface 重新启动接口上的件逻辑
Clockrate 设置串口硬件连接
cisco三层交换机配置命令
详解三层交换技术
比较全面的三层交换机配置实例
Enable //进入私有模式
Configure terminal //进入全局模式
service password-encryption //对密码进行加密
hostname Catalyst 3550-12T1 //给三层交换机定义名称
enable password 123456. //enable密码
Enable secret 654321 //enable的加密密码(应该是乱码而不是654321这样)
Ip subnet-zero //允许使用全0子网(默认都是打开的)
Ip name-server 172.16.8.1 172.16.8.2 //三层交换机名字Catalyst 3550-12T1对应的IP地址是172.16.8.1
Service dhcp //提供DHCP服务
ip routing //启用三层交换机上的路由模块
Exit
Vtp mode server //定义VTP工作模式为sever模式
Vtp domain centervtp //定义VTP域的名称为centervtp
Vlan 2 name vlan2 //定义vlan并给vlan取名(如果不取名的话,vlan2的名字应该是vl
CISCO OSPF技术要点总结
CISCO OSPF技术要点总结
CISCO OSPF技术要点
现在很多大的企业网络规划时使用OSPF协议,不仅仅考虑网络设备的兼容,主要是OSPF确实比EIGRP有优势,特别是在网络整合方面,如:公司合并或收购其它公司时。至于OSPF与EIGRP的区别,在此不再赘述。很多人在学习OSPF的过程中编写了很多很好的学习笔记,但基本上都是书上的实验,不具有现实代表性。这里根据我的经验,总结一下关于OSPF配置方面的技术和工程实践经验。
一、OSPF技术简介
OSPF 是典型的链路状态型路由协议。它使用COST(开销)作为度量,根据拓扑表通过SPF算法获得以自己为根的到达目标的最优路径。它使用三张表:邻居表,拓扑表,路由表,通过这3张表,每个路由器都能独立的获得前往每个目标的路径,而不象距离矢量协议那样依靠邻居来发现路由。确保了路由的真实可靠。下面是它的一些特点:
1.OSPF路由更新过程
1)运行OSPF的路由器从它所有启用了OSPF的接口向外发送Hello包。如果2台路由器共享某条数据链路,并能够使Hello包中所定义的某些参数协商成功,那么这2台路由器就可以成为邻居(Neighbor)
2)邻接(Adjacency)可以想象成一条由邻居之间形成虚拟的点到点
ospf配置
ospf配置步骤
实验括补图
实验要求:PC-C可以远程管理S3、R1、R2,PC-A、PC-B、PC-C可以访问S1,
详细参数:PC-A的IP地址192.168.10.2网关192.168.10.1,PC-B的IP地址192.168.20.2网关192.168.20.1,PC-C的IP地址192.168.99.2网关192.168.99.1 服务器S1的地址220.1.1.2网关220.1.1.1
二层交换机S2里面需要建vlan,打trunk,端口聚合
三层交换机S3里需要建vlan,打trunk,给vlan配置IP地址,端口聚合
配置步骤
第一步:先给PC-A、PC-B、PC-C、S1配置好地址
第二步:给S2建立VLAN,并把端口划分到VLAN里面,把端口打通trunk Switch>en Switch#conf t
Switch(config)#vlan 10
Switch(config-vlan)#vlan 20 Switch(config-vlan)#exit Switch(config)#interface f0/1
Switch(config-if)#switchport mode access Switch(confi
Cisco路由器交换机配置命令详解
思科路由交换常用的命令
交换机支持的命令:
交换机基本状态: switch: ;ROM状态, 路由器是rommon>
hostname> ;用户模式
hostname# ;特权模式
hostname(config)# ;全局配置模式
hostname(config-if)# ;接口状态 交换机口令设置: switch>enable ;进入特权模式
switch#config terminal ;进入全局配置模式
switch(config)#hostname ;设置交换机的主机名
switch(config)#enable secret xxx ;设置特权加密口令
switch(config)#enable password xxa ;设置特权非密口令
switch(config)#line console 0 ;进入控制台口
switch(config-line)#line vty 0 4 ;进入虚拟终端
switch(config-line)#login ;允许登录
switch(config-line)#password xx ;设置登录口令xx
switch#exit ;返回命令 交换机VLAN设置:
switch#vlan database
Cisco路由器交换机配置命令详解
思科路由交换常用的命令
交换机支持的命令:
交换机基本状态: switch: ;ROM状态, 路由器是rommon>
hostname> ;用户模式
hostname# ;特权模式
hostname(config)# ;全局配置模式
hostname(config-if)# ;接口状态 交换机口令设置: switch>enable ;进入特权模式
switch#config terminal ;进入全局配置模式
switch(config)#hostname ;设置交换机的主机名
switch(config)#enable secret xxx ;设置特权加密口令
switch(config)#enable password xxa ;设置特权非密口令
switch(config)#line console 0 ;进入控制台口
switch(config-line)#line vty 0 4 ;进入虚拟终端
switch(config-line)#login ;允许登录
switch(config-line)#password xx ;设置登录口令xx
switch#exit ;返回命令 交换机VLAN设置:
switch#vlan database
Cisco和华为交换机常用配置命令总结
一、调试命令
思科:
Switch#show run 显示所有配置命令
Switch#show ip inter brief 显示所有接口状态 Switch#show vlan brief 显示所有VLAN的信息 Switch#show version 显示版本信息
华为:
[Quidway]dis cur 显示所有配置命令
[Quidway]display interfaces 显示所有接口状态
[Quidway]display vlan all 显示所有VLAN的信息
[Quidway]display version 显示版本信息 二、接口配置命令
思科:
Switch(config)#interface f0/8 进入接口视图 Switch(config-if)#no shut 此命令开启接口
Switch(config-if)#description to server01 端口描述
Switch(config-if)#ip add 192.168.1.100 255.255.255.0 设置接口IP
华为:
[Quid