Hello!
I have strange situation with my S5710EI switch. After adding mVLAN and Vlanif, no response from this vlan. May be, I doing wrong in some steps... Below is description my setup:
Creating vlan (in my case - vlan 5)
system-view
vlan 5
management-vlan
quit
adding some interface to this vlan, setup port to trunk
interface gigabitethernet 0/0/48
clear configuration this
undo shutdown
port link-type trunk
port trunk allow-pass vlan 5
creating Vlanif and setting up IP address
interface vlanif 5
ip address 192.168.10.2 24
connect local computer to port with manually assigned address 192.168.10.1 24
checking services. No response. No ICMP, no web, nothing.
Check conf:
display vlan 5
--------------------------------------------------------------------------------
U: Up; D: Down; TG: Tagged; UT: Untagged;
MP: Vlan-mapping; ST: Vlan-stacking;
#: ProtocolTransparent-vlan; *: Management-vlan;
--------------------------------------------------------------------------------
VID Type Ports
--------------------------------------------------------------------------------
5 *common TG:GE0/0/48(U)
VID Status Property MAC-LRN Statistics Description
--------------------------------------------------------------------------------
5 enable default enable disable VLAN 0005
I see - Vlan5 with astersk simbol, so, it is management vlan. And, I see trunk in vlan 5, which is gigabitEthernet0/0/48, and link is up.
display interface gigabitethernet0/0/48
GigabitEthernet0/0/48 current state : UP
Line protocol current state : UP
Description:
Switch Port, Link-type : trunk(configured),
PVID : 1, TPID : 8100(Hex), The Maximum Frame Length is 9216
IP Sending Frames' Format is PKTFMT_ETHNT_2, Hardware address is 643e-8c3c-8420
Current system time: 2020-11-11 21:24:10-05:13
Port Mode: COMMON COPPER
Speed : 1000, Loopback: NONE
Duplex: FULL, Negotiation: ENABLE
Mdi : AUTO, Flow-control: DISABLE
Last 300 seconds input rate 80 bits/sec, 0 packets/sec
Last 300 seconds output rate 592 bits/sec, 0 packets/sec
Input peak rate 46040 bits/sec, Record time: 2020-11-11 20:25:40
Output peak rate 3736 bits/sec, Record time: 2020-11-11 20:24:45
Input: 1478 packets, 261486 bytes
Unicast: 0, Multicast: 1125
Broadcast: 353, Jumbo: 0
Discard: 0, Pause: 0
Frames: 0
Total Error: 0
CRC: 0, Giants: 0
Jabbers: 0, Fragments: 0
Runts: 0, DropEvents: 0
Alignments: 0, Symbols: 0
Ignoreds: 0
Output: 2013 packets, 294748 bytes
Unicast: 0, Multicast: 2013
Broadcast: 0, Jumbo: 0
Discard: 0, Pause: 0
Total Error: 0
Collisions: 0, ExcessiveCollisions: 0
Late Collisions: 0, Deferreds: 0
Buffers Purged: 0
Input bandwidth utilization threshold : 90.00%
Output bandwidth utilization threshold: 90.00%
Input bandwidth utilization : 0%
Output bandwidth utilization : 0%
Why computer, directly connected to GE0/0/48, cannot ping vlanif 5?
Thank you in advice