interface de VLAN e SLAAC de IPv6

1

Marvell A38x SDK Buildroot-2015.11 que vem com o Busybox-1.24.1. Eu preciso adicionar interface VLAN e obter o endereço SLAAC dessa interface. Eu poderia adicionar interface VLAN com os seguintes comandos

vconfig add eth1 3004   - vconfig is from busybox
ifconfig eth1.3004  up 
ifconfig -a      - see the outpout of eth1.3004

Duas perguntas:

  1. Como posso gerar essa interface de VLAN eth1.3004 automaticamente na inicialização? qualquer conselho para modificar /etc/network/interfaces ou if-pre-up.d usando ifup / ifdown ?

  2. A opção torna o eth1.2004 aquires IPv6 SLAAC? Meu vendedor do conselho da SOC diz que o anúncio do roteador slaac está funcionando. Quando eu executo o comando: ifconfig eth1.3004 up , mas ainda vejo apenas o IPv6 link-local. Algum conselho para depurar este problema?

eth1.3004 Link encap:Ethernet  HWaddr 00:50:43:66:35:37
          inet6 addr: fe80::250:43ff:fe66:3537/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:6 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:0 (0.0 B)  TX bytes:468 (468.0 B)
    
por lijunqin 21.04.2017 / 18:58

0 respostas

Tags