码迷,mamicode.com
首页 > 其他好文 > 详细

swconfig--交换接口配置命令

时间:2018-04-14 20:51:09      阅读:2964      评论:0      收藏:0      [点我收藏+]

标签:eset   mib   查询   info   enable   div   sleep   PVID   load   

 swconfig是交换接口(switch)配置命令。

swconfig list ; 列出可用的SWITCH设备信息(dev参数)
Found: switch0 - ag71xx-mdio.0
swconfig dev switch0 help ; 查询该设备信息
switch0: ag71xx-mdio.0(Atheros AR8337), ports: 7 (cpu @ 0), vlans: 128
     --switch
    Attribute 1 (int): enable_vlan (Enable VLAN mode)
    Attribute 2 (none): reset_mibs (Reset all MIB counters)
    Attribute 3 (int): enable_mirror_rx (Enable mirroring of RX packets)
    Attribute 4 (int): enable_mirror_tx (Enable mirroring of TX packets)
    Attribute 5 (int): mirror_monitor_port (Mirror monitor port)
    Attribute 6 (int): mirror_source_port (Mirror source port)
    Attribute 7 (string): arl_table (Get ARL table)
    Attribute 8 (none): apply (Activate changes in the hardware)
    Attribute 9 (none): reset (Reset the switch)
     --vlan
    Attribute 1 (int): vid (VLAN ID (0-4094))
    Attribute 2 (ports): ports (VLAN port mapping)
     --port
    Attribute 1 (none): reset_mib (Reset single port MIB counters)
    Attribute 2 (string): mib (Get ports MIB counters)
    Attribute 3 (int): enable_eee (Enable EEE PHY sleep mode)
    Attribute 4 (int): pvid (Primary VLAN ID)
    Attribute 5 (string): link (Get port link information)
swconfig dev <dev> [port <port>|vlan <vlan>] (help|set <key> <value>|get <key>|load <config>|show) ;设置switch,port,vlan
swconfig dev switch0 show ;显示switch信息

示例:

显示switch0/eth1 port
~# swconfig dev eth1 show
Global attributes:
    enable_vlan: 1
Port 0:
    pvid: 1
    link: port:0 link:up speed:1000baseT full-duplex txflow rxflow 
Port 1:
    pvid: 1
    link: port:1 link:down
Port 2:
    pvid: 1
    link: port:2 link:down
Port 3:
    pvid: 1
    link: port:3 link:down
Port 4:
    pvid: 1
    link: port:4 link:down
VLAN 1:
    vid: 1
    ports: 0 1 2 3 4 
~# swconfig list
Found: switch0 - eth1

 

swconfig--交换接口配置命令

标签:eset   mib   查询   info   enable   div   sleep   PVID   load   

原文地址:https://www.cnblogs.com/embedded-linux/p/8834613.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!