摘要:
[这个贴子最后由wolf2602在 2003/01/03 10:17am 编辑]对于分布在多个不同场点的企业分部来说,如何访问中心场点服务器、获取相应的信息,是企业网络建设规划中不可缺少的一部分。本文以cisco2620为例,讲述了路由器的初始化配置以及远程接入的配置方法,探讨了如何使用内部网络的dhcp服务功能为远程拨入的用户分配地址信息以及路由器常见故障的排除技巧。 (本文假定cisco2620路由器为提供远程接入访问,已经配置了同步串行模块和异......
摘要:
win2000 ad server的双机热备怎么配呢?和双机热备软件配置有什么区别呢
【查看cu论坛原帖】【添加到收藏夹】【关闭】
smtp 回复于:2002-12-09 15:23:13
内容很多,这里贴不下,再说那也是我们吃饭的东东,外传不得。呵呵
timekiller 回复于:2002-12-09 15:38:45
忘了是谁写的了,原来找的。===========================用windows2......
Switching 命令大全-转
1.在基于ios的交换机上设置主机名/系统名:
【相关文章:
提高无线网络覆盖的方案】 【扩展阅读:
华为酒店无线局域网解决方案】switch(config)# hostname hostname
【扩展信息:
上海铁路局无线网络构建应用案例分析】 在基于cli的交换机上设置主机名/系统名:
switch(enable) set system name name-string
2.在基于ios的交换机上设置登录口令:
switch(config)# enable password level 1 password
在基于cli的交换机上设置登录口令:
switch(enable) set password
switch(enable) set enalbepass
3.在基于ios的交换机上设置远程访问:
switch(config)# interface vlan 1
switch(config-if)# ip address ip-address netmask
switch(config-if)# ip default-gateway ip-address
在基于cli的交换机上设置远程访问:
switch(enable) set interface sc0 ip-address netmask broadcast-address
switch(enable) set interface sc0 vlan
switch(enable) set ip route default gateway
4.在基于ios的交换机上启用与浏览cdp信息:
switch(config-if)# cdp enable
switch(config-if)# no cdp enable
为了查看cisco邻接设备的cdp通告信息:
switch# show cdp interface [type modle/port]
switch# show cdp neighbors [type module/port] [detail]
在基于cli的交换机上启用与浏览cdp信息:
switch(enable) set cdp {enable|disable} module/port
为了查看cisco邻接设备的cdp通告信息:
switch(enable) show cdp neighbors[module/port] [vlan|duplex|capabilities|detail]
5.基于ios的交换机的端口描述:
switch(config-if)# description description-string
基于cli的交换机的端口描述:
switch(enable)set port name module/number description-string
6.在基于ios的交换机上设置端口速度:
switch(config-if)# speed{10|100|auto}
在基于cli的交换机上设置端口速度:
switch(enable) set port speed moudle/number {10|100|auto}
switch(enable) set port speed moudle/number {4|16|auto}
7.在基于ios的交换机上设置以太网的链路模式:
switch(config-if)# duplex {auto|full|half}
在基于cli的交换机上设置以太网的链路模式:
switch(enable) set port duplex module/number {full|half}
8.在基于ios的交换机上配置静态vlan:
switch# vlan database
switch(vlan)# vlan vlan-num name vla
是谁创造了人类世界?是我们劳动群众。
一切归劳动者所有,哪能容得寄生虫!
最可恨那些毒蛇猛兽,吃尽了我们的血肉。一旦把它们消灭干净,鲜红的太阳照遍全球!
这是最后的斗争,团结起来,到明天,英特纳雄耐尔就一定要实现。
文章来源: 旧版 chinaitlab bbs --<作者:yhc235>--
联系作者:yhc235@263.net
--------------------------------------------------------------------------------
发贴时间: 2002-10-18 20:01:00
hushzh
头衔:金钱帮帮主
等级:版主
财产:
经验:
魅力:
门派:cisco掌门人
注册:--
文章:481
鉴定:保密
...
下一页 摘要:
3.定义链路的带宽 router(config-if)#bandwidth kilobits 配置归纳 关闭自动归纳: router(config-router)#no auto-summary 创建一条路由归纳: router(config-if)#ip summary-address eigrp as-number address mask ip summary-address eigrp 命令描述 as-numbereigrp自治系统号 add......