[HP 1920G Switch] loopback-detection enable
[HP 1920G Switch] loopback-detection multi-port-mode enable
[HP 1920G Switch] loopback-detection interval-time 5
公告版位
目前分類:Switch (12)
- Feb 17 Wed 2016 18:28
Enable loop detection/broadcast suppression on HP 1920-24G or HP 1920-48G
- Jan 18 Mon 2016 19:05
HP 1920-24G or 1920-48G Setting for General.
- Dec 24 Thu 2015 15:19
How to Enable LLDP and SNMP for HP 1920-24G and HP 1920-48G.
- Dec 22 Tue 2015 19:13
How to Enable Full Command Line Access for HP 1920-24G or 1920-48G.
******************************************************************************
* Copyright (c) 2010-2015 Hewlett-Packard Development Company, L.P. *
* Without the owner's prior written consent, *
* no decompiling or reverse-engineering shall be allowed. *
******************************************************************************
Login authentication
Username: admin
Password:
<HP 1920G Switch> _cmdline-mode on
All commands can be displayed and executed. Continue? [Y/N] Y
↓↓↓↓↓↓↓↓ Default password is below, ↓↓↓↓↓↓↓↓
Please input password: Jinhua1920unauthorized
y wrong use, please carefully use it with our engineer's direction.
- Apr 21 Tue 2015 16:49
Dell switch設定Trunk Port
Environment: N2048, N3048
Secnario: 我想設定第48 port為Trunk port(帶VLAN ID為1011 and 1012的Tags)
Solution: 在Switch加上以下這幾行
# enable
# configure
# vlan 1011,1012
# exit
# interface vlan 1011
# ip address 10.11.0.253 255.255.0.0
# exit
# interface vlan 1012
# ip address 10.12.0.253 255.255.0.0
# exit
# interface gigabitethernet 1/0/48
# switchport mode trunk
# switchport trunk allowed vlan 1011,1012
- Apr 21 Tue 2015 16:47
Dell switch設定Access Port
Environment: N2048, N3048
Secnario: 我想設定第1 port為Access port(帶VLAN ID為1011的Tags)
Solution: 在Switch加上以下這幾行
# enable
# configure
# vlan 1011
# exit
# interface vlan 1011
# ip address 10.11.0.253 255.255.0.0
# exit
# interface gigabitethernet 1/0/1
# switchport access vlan 1011
- Apr 21 Tue 2015 16:44
設定Dell N3048 L3 Switch DHCP Relay
Environment: N3048
Secnario: 我想設定VLAN 1011與1012這兩個網段可以拿到VLAN 192網段192.168.1.1這台DHCP server發的IP
Solution: 在Switch加上以下這幾行,主要是設定要DHCP relay的VLAN與DHCP server的IP
# enable
# configure
# ip helper-address 192.168.1.1 dhcp
# dhcp l2relay vlan 1011,1012
- Apr 21 Tue 2015 15:58
為什麼與Dell switch不同網段的IP無法ping到,也無法telnet到它!!
Environment: N2048, N3048
Secnario: 所有接在N2048與N3048的機器都能互通,唯獨與Switch不同網段的機器連不到Switch(例如: 10.10.10.10要連到switch ip: 192.168.0.252)
Solution: 在Switch上加上以下這一行
# ip default-gateway 192.168.0.254
- Mar 03 Tue 2015 00:44
How to routing successfully from Dell N3048 L3 switch to Juniper SRX series?
The Dell N3048 has to config below,
1. add "VLAN interface IP"
2. add "static route"
3. add command "ip routing"
The Juniper SRX240 has to config below,
- add a "interface IP", if the SRX240 is routing to N3048.
- Mar 03 Tue 2015 00:39
How to connecting for Dell N3048 L3 switch between VLAN devices IP and another VLAN interface IP(Gateway).
Environment:
VLAN 1:
VLAN 1 interface IP: 10.10.0.254/16
Laptop A IP: 10.10.1.1/16
VLAN 2:
VLAN 2 interface IP: 192.168.0.254/16
Laptop B IP: 192.168.1.1/16
- Jun 17 Mon 2013 18:27
藉由LLDP,使用SNMP來獲得與本身switch互接的switch資訊(IP, port)
前提: switch的LLDP與SNMP皆有開啟
# snmpwalk -v2c -c public 192.168.0.21 1.0.8802.1.1.2.1.4.2.1.3
- Dec 30 Fri 2011 09:50
ALPHA AGS-24X switch開關ports的方法
ALPHA AGS-24X switch開關ports的方法:
$ config ports 1 state enable
$ config ports 1 state disable
ALPHA AGS-24X switch看ports狀態的方法:
$ show ports 1
$ sh ports 1