Home > D-Link > Switch > D-Link Dsh8 Manual

D-Link Dsh8 Manual

    Download as PDF Print this page Share this page

    Have a look at the manual D-Link Dsh8 Manual online for free. It’s possible to download the document as PDF or print. UserManuals.tech offer 48 D-Link manuals and user’s guides for free. Share the user manual or guide on Facebook, Twitter or Google+.

    							
     Chapter 6: Command Sets 
    GE-DSH-73/DSH-82 and DSH-82-PoE User Manual  147 
    QOS Commands Set 
     
    Commands Level Description Example 
    qos policy 
    [weighted-fair|strict]  G  Select QOS policy scheduling switch(config)#qos policy weighted-
    fair 
    qos prioritytype 
    [port-based|cos-
    only|tos-only|cos-
    first|tos-first] G  Setting of QOS priority type  switch(config)#qos prioritytype 
    qos priority portbased 
    [Port] 
    [lowest|low|middle|high] 
    G  Configure Port-based Priority switch(config)#qos priority portbased 
    1 low 
    qos priority cos 
    [Priority][lowest|low|mid
    dle|high] 
    G  Configure COS Priority  switch(config)#qos priority cos 0 
    middle 
    qos priority tos 
    [Priority][lowest|low|mid
    dle|high]  G  Configure TOS Priority  switch(config)#qos priority tos 3 high 
    show qos 
    P  Displays the information of 
    QoS configuration  Switch#show qos 
    no qos 
    G  Disable QoS function  switch(config)#no qos 
      
    						
    							
    Chapter 6: Command Sets 
    148  GE-DSH-73/DSH-82 and DSH-82-PoE User Manual 
    IGMP Commands Set 
     
    Commands Level Description Example 
    igmp enable G Enable IGMP snooping 
    function  switch(config)#igmp enable 
    Igmp-query auto 
    G  Set IGMP query to auto 
    mode  switch(config)#Igmp-query 
    auto 
    Igmp-query force 
    G  Set IGMP query to force 
    mode  switch(config)#Igmp-query 
    force 
    show igmp configuration 
    P  Displays the details of an 
    IGMP configuration.  switch#show igmp 
    configuration 
    no igmp 
    G  Disable IGMP snooping 
    function  switch(config)#no igmp 
    no igmp-query 
    G  Disable IGMP query  switch#no igmp-query 
      
    						
    							
     Chapter 6: Command Sets 
    GE-DSH-73/DSH-82 and DSH-82-PoE User Manual  149 
    MAC / Filter Table Commands Set 
     
    Commands Level Description Example 
    mac-address-table 
    static hwaddr  
    [MAC]  I  Configure MAC address 
    table of interface (static).  switch(config)#interface fastEthernet 
    2 
    switch(config-if)#mac-address-table 
    static hwaddr 000012345678 
    mac-address-table filter 
    hwaddr 
    [MAC]
      G  Configure MAC address 
    table(filter)   switch(config)#mac-address-table 
    filter hwaddr 000012348678 
    show mac-address-
    table P  Show all MAC address table  switch#show mac-address-table 
    show mac-address-
    table static P  Show static MAC address 
    table  switch#show mac-address-table 
    static 
    show mac-address-
    table filter P  Show filter MAC address 
    table.  switch#show mac-address-table filter 
    no mac-address-table 
    static hwaddr 
    [MAC]  I  Remove an entry of MAC 
    address table of interface 
    (static)  switch(config)#interface fastEthernet 
    2 
    switch(config-if)#no mac-address-
    table static hwaddr 000012345678 
    no mac-address-table 
    filter hwaddr 
    [MAC]  G  Remove an entry of MAC 
    address table (filter)   switch(config)#no mac-address-table 
    filter hwaddr 000012348678 
    no mac-address-table 
    G  Remove dynamic entry of 
    MAC address table   switch(config)#no mac-address-table 
     
      
    						
    							
    Chapter 6: Command Sets 
    150  GE-DSH-73/DSH-82 and DSH-82-PoE User Manual 
    SNMP Commands Set 
     
    Commands Level Description Example 
    snmp system-name  
    [System Name] G  Set SNMP agent system 
    name  switch(config)#snmp system-name 
    l2switch 
    snmp system-location   
    [System Location] G  Set SNMP agent system 
    location  switch(config)#snmp system-location 
    lab 
    snmp system-contact   
    [System Contact] G  Set SNMP agent system 
    contact  switch(config)#snmp system-contact 
    where 
    snmp agent-mode 
    [v1v2c|v3|v1v2cv3] G  Select the agent mode of 
    SNMP  switch(config)#snmp agent-mode 
    v1v2cv3 
    snmp community-
    strings 
    [Community]  
    right 
    [RO/RW]   G  Add SNMP community string. switch(config)#snmp community-
    strings public right rw 
    snmp-server host  
    [IP address]
      
    community  
    [Community-string]  
    trap-version 
    [v1|v2c]   G  Configure SNMP server host 
    information and community 
    string 
      switch(config)#snmp-server host 
    192.168.1.50 community public trap-
    version v1 
    (remove) 
    Switch(config)# 
    no snmp-server host 
    192.168.1.50  
    snmpv3 context-name 
    [Context Name ] 
    G  Configure the context name  switch(config)#snmpv3 context-name 
    Test 
    snmpv3 user  
    [User Name]  
    group  
    [Group Name]  
    password 
    [Authentication 
    Password] [Privacy 
    Password] G  Configure the userprofile for 
    SNMPV3 agent. Privacy 
    password could be empty.  switch(config)#snmpv3 user test01 
    group G1 password AuthPW PrivPW  
    						
    							
     Chapter 6: Command Sets 
    GE-DSH-73/DSH-82 and DSH-82-PoE User Manual  151 
    Commands Level Description Example 
    snmpv3 access context-
    name  [Context Name ]  
    group  
    [Group Name ]  
    security-level  
    [NoAuthNoPriv|AuthNoPr
    iv|AuthPriv]  
    match-rule  
    [Exact|Prifix]  
    views  
    [Read View Name] [Write
     
    View Name] [Notify View 
    Name]  G  Configure the access table 
    of SNMPV3 agent  switch(config)#snmpv3 access 
    context-name Test group G1 security-
    level AuthPriv 
    match-rule Exact views V1 V1 V1 
    snmpv3 mibview view  
    [View Name]  
    type  
    [Excluded|Included]  
    sub-oid  
    [OID] G  Configure the mibview table 
    of SNMPV3 agent  switch(config)#snmpv3 mibview view 
    V1 type Excluded sub-oid 1.3.6.1 
    show snmp 
    P  Show SNMP configuration  switch#show snmp 
    no snmp community-
    strings [Community]   G  Remove the specified 
    community.  switch(config)#no snmp community-
    strings public 
    no snmp-server host  
    [Host-address]  G  Remove the SNMP server 
    host.  switch(config)#no snmp-server host 
    192.168.1.50 
    no snmpv3 user 
    [User Name] G  Remove specified user of 
    SNMPv3 agent.  switch(config)#no snmpv3 user Test 
    no snmpv3 access 
    context-name 
    [Context 
    Name ]  
    group  
    [Group Name ]  
    security-level  
    [NoAuthNoPriv|AuthNoPr
    iv|AuthPriv]  
    match-rule  
    [Exact|Prifix]  
    views   G  Remove specified access 
    table of SNMPv3 agent.  switch(config)#no snmpv3 access 
    context-name Test group G1 security-
    level AuthPr 
    iv match-rule Exact views V1 V1 V1  
    						
    							
    Chapter 6: Command Sets 
    152  GE-DSH-73/DSH-82 and DSH-82-PoE User Manual 
    Commands Level Description Example 
    [Read View Name] [Write 
    View Name] [Notify View 
    Name] 
    no snmpv3 mibview 
    view  
    [View Name]  
    type  
    [Excluded|Included]  
    sub-oid  
    [OID] G  Remove specified mibview 
    table of SNMPV3 agent.  switch(config)#no snmpv3 mibview 
    view V1 type Excluded sub-oid 1.3.6.1
     
     
      
    						
    							
     Chapter 6: Command Sets 
    GE-DSH-73/DSH-82 and DSH-82-PoE User Manual  153 
    Port Mirroring Commands Set 
     
    Commands Level Description Example 
    monitor  
    [RX|TX|Both]   I  Configure source port of 
    monitor function  switch(config)#interface fastEthernet 
    2 
    switch(config-if)#monitor RX 
    monitor rx 
    [Port ID] G  Set RX destination port of 
    monitor function  switch(config)#monitor rx 2 
    monitor tx 
    [Port ID] G  Set TX destination port of 
    monitor function  switch(config)#monitor tx 3 
    show monitor 
    P Show port monitor 
    information  switch#show monitor 
    show monitor 
    I Show port monitor 
    information  switch(config)#interface fastEthernet 
    2 
    switch(config-if)#show monitor 
    no monitor 
    I  Disable source port of 
    monitor function  switch(config)#interface fastEthernet 
    2 
    switch(config-if)#no monitor 
     
      
    						
    							
    Chapter 6: Command Sets 
    154  GE-DSH-73/DSH-82 and DSH-82-PoE User Manual 
    802.1x Commands Set 
     
    Commands Level Description Example 
    8021x enable G 
     Use the 802.1x global 
    configuration command to 
    enable 802.1x protocols.   switch(config)# 8021x enable 
     
    8021x system radiusip  
    [IP address] 
     G  Use the 802.1x system 
    radius IP global 
    configuration command to 
    change the radius server IP.  switch(config)# 8021x system radiusip 
    192.168.1.1 
     
    8021x system serverport 
    [port ID] 
     G  Use the 802.1x system 
    server port global 
    configuration command to 
    change the radius server 
    port  switch(config)# 8021x system 
    serverport 1812 
    8021x system 
    accountport 
    [port ID] 
     G  Use the 802.1x system 
    account port global 
    configuration command to 
    change the accounting port  switch(config)# 8021x system 
    accountport 1813 
    8021x system sharedkey 
    [ID] 
     G  Use the 802.1x system share 
    key global configuration 
    command to change the 
    shared key value.  switch(config)# 8021x system 
    sharedkey 123456 
     
    8021x system nasid  
    [words] 
     G  Use the 802.1x system nasid 
    global configuration 
    command to change the 
    NAS ID  switch(config)# 8021x system nasid 
    test1 
    8021x misc quietperiod 
     [sec.] 
     G  Use the 802.1x misc quiet 
    period global configuration 
    command to specify the 
    quiet period value of the 
    switch.  switch(config)# 8021x misc 
    quietperiod 10 
    8021x misc txperiod  
    [sec.] 
     
    G  Use the 802.1x misc TX 
    period global configuration 
    command to set the TX 
    period.  switch(config)# 8021x misc txperiod 5 
     
    8021x misc supptimeout 
    [sec.] 
     
    G  Use the 802.1x misc supp 
    timeout global configuration 
    command to set the 
    supplicant timeout.  switch(config)# 8021x misc 
    supptimeout 20  
    						
    							
     Chapter 6: Command Sets 
    GE-DSH-73/DSH-82 and DSH-82-PoE User Manual  155 
    Commands Level Description Example 
    8021x misc 
    servertimeout   [sec.] 
      G  Use the 802.1x misc server 
    timeout global configuration 
    command to set the server 
    timeout.  switch(config)#8021x misc 
    servertimeout 20 
    8021x misc maxrequest 
    [number]
     
      G  Use the 802.1x misc max 
    request global configuration 
    command to set the MAX 
    requests.  switch(config)# 8021x misc 
    maxrequest 3 
    8021x misc  
    reauthperiod 
    [sec.] 
      G  Use the 802.1x misc reauth 
    period global configuration 
    command to set the reauth 
    period.  switch(config)# 8021x misc 
    reauthperiod 3000 
    8021x  portstate  
    [disable | reject | accept | 
    authorize] 
     I  Use the 802.1x port state 
    interface configuration 
    command to set the state of 
    the selected port.  switch(config)#interface fastethernet 
    3 
    switch(config-if)#8021x portstate 
    accept 
    show 8021x  
    E  Displays a summary of the 
    802.1x properties and also 
    the port sates.  switch>show 8021x 
    no 8021x  
    G  Disable 802.1x function  switch(config)#no 8021x 
     
      
    						
    							
    Chapter 6: Command Sets 
    156  GE-DSH-73/DSH-82 and DSH-82-PoE User Manual 
    TFTP Commands Set 
     
    Commands Level Description Defaults Example 
    backup flash:backup_cfg G  Save configuration to TFTP and 
    need to specify the IP of TFTP 
    server and the file name of 
    image.  switch(config)#backup 
    flash:backup_cfg 
    restore flash:restore_cfg 
    G  Get configuration from TFTP 
    server and need to specify the 
    IP of TFTP server and the file 
    name of image.  switch(config)#restore 
    flash:restore_cfg 
    upgrade flash:upgrade_fw 
    G  Upgrade firmware by TFTP and 
    need to specify the IP of TFTP 
    server and the file name of 
    image.  switch(config)#upgrade  
    flash:upgrade_fw 
     
     
      
    						
    All D-Link manuals Comments (0)

    Related Manuals for D-Link Dsh8 Manual