The following example displays all IPv6 sockets.
Ruijie# show ipv6 sockets
Number Process name Type Protocol LocalIP:Port ForeignIP:Port State
1 vrrp.elf RAW ICMPv6 :::58 :::0 *
2 tcpip.elf RAW ICMPv6 :::58 :::0 *
3 vrrp.elf RAW VRRP :::112 :::0 *
4 rg-snmpd DGRAM UDP :::161 :::0 *
5 rg-snmpd DGRAM UDP :::162 :::0 *
6 dhcp6.elf DGRAM UDP :::547 :::0 *
7 rg-sshd STREAM TCP :::22 :::0 LISTEN
8 rg-telnetd STREAM TCP :::23 :::0 LISTEN
Total: 8
Socket type. RAW indicates the raw socket. DGRAM
indicates data packet type. STREAM indicates traffic type.