大家好,今天给大家带来的阿尔卡特交换机命令大全。
估计很多人对阿尔卡特厂商不太了解,其实这家厂商在当年还是非常强大的!
“ 引用自百度百科:阿尔卡特公司(Alcatel)是法国一家电信设备制造商,创建于1898年,总部设在法国巴黎。阿尔卡特是电信系统和设备以及相关的电缆和部件领域的世界领导者。阿尔卡特的业务遍及全球130多个国家,拥有120,000名员工。阿尔卡特通信部面向通信运营商、服务供应商、企业及消费者,提供从主干网到用户终端产品的全方位解决方案与服务。在IP/ATM交换系统、SDH/SONET传输系统、移动通信系统、无线本地环路系统、卫星通信系统、ADSL接入系统、因特网终端设备等方面,阿尔卡特具有绝对优势。目前,阿尔卡特的语音、数据和多媒体信息通信系统处于世界领导地位。 ”
在市场上,阿尔卡特也以多项骄人业绩,傲居领导地位。这包括:
- 在交换领域,居第一位(占有30%以上的市场份额);
- 在宽带接入领域,居第一位(占有ADSL 50%以上的市场份额);
- 在光交叉领域,居第一位;
- 在卫星领域,居第一位。
此外,阿尔卡特还拥有在中国最为广泛的营销服务网络。
阿尔卡特是世界上最具有创新能力的公司之一。在研发中心有22,000名工程师从事研发工作,占公司员工总数的22%。阿尔卡特率先在法国建立的光谷,闻名全球。
即使咱们在平时工作中用阿尔卡特设备不多,或者压根就碰不到,但是我觉得还是值得你去了解的。
下面直接进入今天的主题,首先看下目录:
目录
- 开启服务
- 设置时区、时制、时间、日期、主机名、标书等:
- 重新启动:
- 保存配置:
- VLAN配置:
- 常用维护命令:
- 文件操作命令:
- ACL配置:
- Avlan配置:
- SLB配置:
- dhcp relay配置
开启服务
代码语言:javascript复制aaa authentication default local #开启所有服务,默认是关需要console进去设置
aaa authentication http local #开启http服务,默认是关需要console进去设置
aaa authentication telnet local #开启telnet服务,默认是关需要console进去设置
aaa authentication ftp local #开启ftp服务,默认是关需要console进去设置
设置时区、时制、时间、日期、主机名、标书等:
代码语言:javascript复制system timezone pst
system timezone zp8 (中国)
system daylight savings time enable
system time 18:35:00
system date 06/27/2002
system contact "JSmith X477 js@company.com"
system name "Engineering Switch 3"
system location "NMS Lab--NE Corner Rack"
重新启动:
代码语言:javascript复制reload working no rollback-timeout(立即重新启动)
reload primary in 3:03(定时重新启动主模块)
reload primary at 20:00 june 30(定时重新启动主模块)
reload primary cancel (取消重新启动主模块)
reload secondary (重新启动备管理模块)
reload cancel(取消重新启动)
保存配置:
代码语言:javascript复制copy running-config working or write memory(保存到主模块内存)
copy working certified(保存到备配置文件)
copy certified working(恢复配置文件)
copy flash-synchro(把配置文件同步到备管理模块)
VLAN配置:
代码语言:javascript复制vlan 10 创建vlan 10
vlan 10 name bangonglou 给为vlan 10取名
vlan 10 router ip 172.16.32.1 mask 255.255.255.0 给vlan配Router ip
vlan 10 prot default 1/1 1/1端口分配到vlan 10
vlan 2 802.1q 8/1 8/1端口打上vlan 2的802.1q tag
vlan 2 no port default 3/1-5 从vlan 2 删除3/1-5的
ip interface "vlan-1" address 192.168.0.254 mask 255.255.255.0 vlan 1 给vlan1配置route ip
常用维护命令:
代码语言:javascript复制show micrcode 查看软件信息
show running-directory 查看交换机运行模式
show configuration snapshot all 查看所有配置
show history parameters 查看history参数
show history 查看历史信息
show vlan 查看vlan信息
show chassis 查看交换机机箱信息
show module 查看模块信息
show ni 查看ni信息
show cmm 查看管理模块信息
show system 查看系统信息
show seesion config
show dns
show ntp server status
show ntp client server-list
show ntp client
show reload
show reload status
show user
show hardware info
文件操作命令:
代码语言:javascript复制rm *.img
install *.img
cd
pwd
ls
cp
mkdir
rm
vi
move
chmod
delete
freespace
fsck
newfs
ACL配置:
只允许192.168.10.0/24网段可以访问任意,而192.168.10.0/24不让任意网络访问:
代码语言:javascript复制-> policy condition source1 source ip 192.168.10.0 mask 255.255.255.0
-> policy condition dest1 destination ip 192.168.10.0 mask 255.255.255.0
-> policy action No disposition deny
-> policy action Yes disposition accept
-> policy rule permitRule precedence 300 condition source1 action Yes reflexive
-> policy rule denyRule condition dest1 action No
-> qos apply
Avlan配置:
代码语言:javascript复制system name os6600
vlan 1 router ip 192.168.1.1
vlan 2 router ip 192.168.2.1
vlan 2 enable
vlan 2 authentication enable
vlan port mobile 8/3
vlan port 8/3 authentication enable
aaa radius-server “rad1” host 192.168.1.254 key switch auth-port 1812 acct-port 1813
aaa authentication vlan single-mode “rad1”
aaa accounting vlan rad1
ip helpr address 192.168.1.254
aaa avlan default dhcp 192.168.1.1
ip helper avlan only
avlan auth-ip 3 10.10.2.80
no aaa radius-server rad1
aaa vlan no
no aaa authentication vlan
no aaa accounting
SLB配置:
代码语言:javascript复制ip slb admin enable
ip slb cluster zbslb vip 192.168.0.234
ip slb server ip 192.168.0.236 cluster zbslb
ip slb server ip 192.168.0.237 cluster zbslb
ip slb probe zbslb_probe1 ping
ip slb cluster zbslb probe zbslb_probe1
ip slb server ip 192.168.0.236 cluster zbslb probe zbslb_probe1
ip slb server ip 192.168.0.237 cluster zbslb probe zbslb_probe1
dhcp relay配置
代码语言:javascript复制ip udp relay
ip helper address 192.168.1.1
ip helper no address 192.168.1.1 (deletes one address)
ip helper no address (delete all address)
ip helper address 192.168.3.1 vlan 3
ip helper address 192.168.4.1 192.168.4.2 vlan 4
ip helper forward delay 15 (set forward delay timer for the bootip/dhcp relay)1-65535
ip helper maximum hops 3 (set the maximum hop count value)1-16
show ip helper
ip helper boot-up enable dhcp
ip helper boot-up enable bootp
show ip helper stats
show ip udp relay service
show ip udp relay statistics
show ip udp relay destination