我复制了华为交换机的一些配置 有高手帮我解释下这些配置的意思吗?

#
sysname Quidway
#
super password level 3 cipher 7LEWDL!J_&=O#a67#/O&&!!!
#
radius scheme system
server-type huawei
primary authentication 127.0.0.1 1645
primary accounting 127.0.0.1 1646
user-name-format without-domain

domain system
radius-scheme system
access-limit disable
state active
vlan-assignment-mode integer
idle-cut disable
self-service-url disable
messenger time disable

domain default enable system
#
local-server nas-ip 127.0.0.1 key huawei
#
queue-scheduler wrr 1 2 4 8

#
interface Vlan-interface100
ip address 114.113.224.30 255.255.255.224
#
interface Aux0/0
#
interface Ethernet0/1
port link-type trunk
port trunk permit vlan all
#
interface Ethernet0/2
port access vlan 310
line-rate inbound 32
line-rate outbound 32
#
interface Ethernet0/3
port access vlan 310
line-rate inbound 33
line-rate outbound 33
#
interface Ethernet0/4
port access vlan 100
line-rate inbound 37
line-rate outbound 37
#
interface Ethernet0/24
port link-type trunk
port trunk permit vlan all
#
interface Ethernet0/25
#
interface NULL0
#
ip route-static 0.0.0.0 0.0.0.0 114.113.224.1 preference 60
#
snmp-agent
snmp-agent local-engineid 800007DB000FE21B1C396877
snmp-agent community read guangqumen.idc
snmp-agent sys-info location BeiJing China
snmp-agent sys-info version all
#
user-interface aux 0
authentication-mode password
user privilege level 0
set authentication password cipher 93*8ZHVEB>'Q=^Q`MAF4<1!!
user-interface vty 0 4
set authentication password cipher 93*8ZHVEB>'Q=^Q`MAF4<1!!
protocol inbound telnet
#
return

#
sysname Quidway 命名设备名称
#
super password level 3 cipher 7LEWDL!J_&=O#a67#/O&&!!! super密码 提升权限的密码
#
radius scheme system radius认证,属于缺省配置,系统自带
server-type huawei
primary authentication 127.0.0.1 1645
primary accounting 127.0.0.1 1646
user-name-format without-domain

domain system 缺省域。系统自带
radius-scheme system
access-limit disable
state active
vlan-assignment-mode integer
idle-cut disable
self-service-url disable
messenger time disable

domain default enable system
#
local-server nas-ip 127.0.0.1 key huawei 缺省
#
queue-scheduler wrr 1 2 4 8 缺省

#
interface Vlan-interface100 设置vlan100的接口ip地址,可以理解为此交换机的管理ip地址
ip address 114.113.224.30 255.255.255.224
#
interface Aux0/0 缺省
#
interface Ethernet0/1 百兆接口1
port link-type trunk 设置端口封装方式为trunk ,属于级联端口
port trunk permit vlan all
#
interface Ethernet0/2 百兆接口2
port access vlan 310 设置端口属于的vlan
line-rate inbound 32 设置端口的进入方向的速率为32 计量单位不清。进入端口后用 line-rate inbound ?可查看单位是kbps 还是KB
line-rate outbound 32 出方向速率为32
#
interface Ethernet0/3 同上
port access vlan 310
line-rate inbound 33
line-rate outbound 33
#
interface Ethernet0/4同上
port access vlan 100
line-rate inbound 37
line-rate outbound 37
#
interface Ethernet0/24
port link-type trunk
port trunk permit vlan all
#
interface Ethernet0/25
#
interface NULL0
#
ip route-static 0.0.0.0 0.0.0.0 114.113.224.1 preference 60 设置静态路由,相当于电脑网关
#
snmp-agent snmp协议开枪,snmp-简单网管协议
snmp-agent local-engineid 800007DB000FE21B1C396877 自动生产
snmp-agent community read guangqumen.idc snmp 读团体字为guangqumen.idc
snmp-agent sys-info location BeiJing China 设置标示
snmp-agent sys-info version all snmp版本为所有
#
user-interface aux 0 aux接口,如果没有con的话,此接口也表示con口
authentication-mode password 验证方式为密码方式
user privilege level 0 登陆等级为0 进入后使用super密码提升权限
set authentication password cipher 93*8ZHVEB>'Q=^Q`MAF4<1!! 设置密文密码
user-interface vty 0 4 远程登录接口
set authentication password cipher 93*8ZHVEB>'Q=^Q`MAF4<1!! 设置密文密码
protocol inbound telnet 协议接入方式为telnet
#
return 终止符
温馨提示:答案为网友推荐,仅供参考
相似回答