最新消息: USBMI致力于为网友们分享Windows、安卓、IOS等主流手机系统相关的资讯以及评测、同时提供相关教程、应用、软件下载等服务。

CISCO CatOS基础命令集

IT圈 admin 22浏览 0评论

2024年5月16日发(作者:康雨筠)

CISCO CatOS基础命令集

CatOS 平台使用 SET 命令集,对比现在普遍使用的 CLI 命令行,配置起来要相对复杂;

本章使用的命令:

switch(enable) set system name {name} 设置主机名

switch(enable) set password { enter } 设置进入用户模式的密码。

switch(enable) set enalbepass { enter } 设置进入特权模式的密码。

switch(enable) set interface sc0 [vlan id] {ip address} {netmask} 设置管理 VLAN 的 IP。

switch(enable) set ip route default {ip address} 设置管理 VLAN 的默认网关。

switch(enable) set trunk {port} {on|off} 设置端口类型(trunk(on)或 access(off))。

switch(enable) set port name {port} [description] 设置交换机的端口描述。

switch(enable) set vtp domain {name} 设置 VTP 管理域名。

switch(enable) set vtp mode {sever | client | transparent} 设置 VTP 模式。

switch(enable) set vlan {vlan id} [name] {name} 建立 VLAN 及命名。

switch(enable) set vlan {vlan id} {port} 把端口分配到 VLAN 中。

验证命令:

switch(enable) sh interface 查看管理 VLAN 的 VLAN 号及 IP 地址。

switch(enable) sh ip route 查看管理 VLAN 的 IP 地址及默认网关。

switch(enable) sh port 查看所有端口状态信息及性能参数。

switch(enable) sh trunk 查看 Trunk 端口详细信息。

switch(enable) sh vlan 查看交换机上所有 VLAN 信息。

switch(enable) sh vtp domain 查看 VTP 信息。

switch(enable) sh config all 查看所有配置信息。

2948G 配置实例:

Console> en

Enter password:

Console> (enable)set system name 2948G

System name set.

2948G> (enable) set password

2024年5月16日发(作者:康雨筠)

CISCO CatOS基础命令集

CatOS 平台使用 SET 命令集,对比现在普遍使用的 CLI 命令行,配置起来要相对复杂;

本章使用的命令:

switch(enable) set system name {name} 设置主机名

switch(enable) set password { enter } 设置进入用户模式的密码。

switch(enable) set enalbepass { enter } 设置进入特权模式的密码。

switch(enable) set interface sc0 [vlan id] {ip address} {netmask} 设置管理 VLAN 的 IP。

switch(enable) set ip route default {ip address} 设置管理 VLAN 的默认网关。

switch(enable) set trunk {port} {on|off} 设置端口类型(trunk(on)或 access(off))。

switch(enable) set port name {port} [description] 设置交换机的端口描述。

switch(enable) set vtp domain {name} 设置 VTP 管理域名。

switch(enable) set vtp mode {sever | client | transparent} 设置 VTP 模式。

switch(enable) set vlan {vlan id} [name] {name} 建立 VLAN 及命名。

switch(enable) set vlan {vlan id} {port} 把端口分配到 VLAN 中。

验证命令:

switch(enable) sh interface 查看管理 VLAN 的 VLAN 号及 IP 地址。

switch(enable) sh ip route 查看管理 VLAN 的 IP 地址及默认网关。

switch(enable) sh port 查看所有端口状态信息及性能参数。

switch(enable) sh trunk 查看 Trunk 端口详细信息。

switch(enable) sh vlan 查看交换机上所有 VLAN 信息。

switch(enable) sh vtp domain 查看 VTP 信息。

switch(enable) sh config all 查看所有配置信息。

2948G 配置实例:

Console> en

Enter password:

Console> (enable)set system name 2948G

System name set.

2948G> (enable) set password

发布评论

评论列表 (0)

  1. 暂无评论