Como posso ver a qual VLAN uma interface de rede virtual está atribuída?

1

Depois de criar uma nova interface virtual como esta:

ip link add link eth0 name eth0.100 type vlan id 100

Como posso depois verificar se uma interface virtual está configurada para essa VLAN? Nem

ip link show eth0.100

nem

ip a s

parece mostrar qualquer informação de VLAN.

    
por Martin 10.07.2014 / 12:05

1 resposta

0

encontrou a seguinte solução:

cat /proc/net/vlan/eth0.2011 
eth0.2011 VID: 2011 REORDER_HDR: 1 dev->priv_flags: 1 total frames received 1129 total bytes received 55318 Broadcast/Multicast Rcvd 0

total frames transmitted            8
total bytes transmitted          648

Device: eth0 INGRESS priority mappings: 0:0 1:0 2:0 3:0 4:0 5:0 6:0 7:0 
EGRESS priority mappings: 
    
por Martin 11.07.2014 / 09:16