Page 1 of 1

NO MAC ADDRESS AUTOMATIC , please me

Posted: Sun Jun 23, 2019 6:18 pm
by LEEHYUNWOO
The mac address is not automatically specified. How do I deal with this?

photo : error

I think it's a device problem. What do you think?

I built an inter-VLAN, but it worked normally. However, the MAC address of the specific port is not found.


Please refer to the script file as it is attached.

Re: NO MAC ADDRESS AUTOMATIC , please me  [SOLVED]

Posted: Sun Jun 23, 2019 8:41 pm
by mkx
I get the same result (ARP entry without MAC address) when device with that IP address does not exist. For example when I try to ping non-existing IP address:
[admin@RBD52G] /ip arp> print
Flags: X - disabled, I - invalid, H - DHCP, D - dynamic, P - published, C - complete
 #    ADDRESS         MAC-ADDRESS       INTERFACE
 0 DC 192.168.42.195  50:85:69:00:B6:8C vlan-42
 1 DC 192.168.42.17   28:92:4A:26:F7:A3 vlan-42
 2 DC 192.168.43.2    20:02:AF:7B:5F:AF vlan-42
 3 DC 192.168.43.253  30:45:96:B8:74:87 vlan-42
 4 DC 192.168.42.11   00:30:48:B4:4B:BE vlan-42
 5 DC 192.168.42.10   AC:1F:6B:B0:26:BC vlan-42
 6 DC 192.168.42.5    FC:75:16:74:D5:56 vlan-42
 7 DC 192.168.42.142  24:C6:96:52:E6:A2 vlan-42
 8 DC 192.168.42.145  84:98:66:7C:71:ED vlan-42
 9 DC 192.168.1.1     64:6E:EA:07:8E:29 vlan-2
[admin@RBD52G] /ip arp> /ping 192.168.42.99
  SEQ HOST                                     SIZE TTL TIME  STATUS
    0 192.168.42.99                                           timeout
    1 192.168.42.99                                           timeout
    2 192.168.42.99                                           timeout
    sent=3 received=0 packet-loss=100%

[admin@RBD52G] /ip arp> print
Flags: X - disabled, I - invalid, H - DHCP, D - dynamic, P - published, C - complete
 #    ADDRESS         MAC-ADDRESS       INTERFACE
 0 DC 192.168.42.195  50:85:69:00:B6:8C vlan-42
 1 DC 192.168.42.17   28:92:4A:26:F7:A3 vlan-42
 2 DC 192.168.43.2    20:02:AF:7B:5F:AF vlan-42
 3 DC 192.168.43.253  30:45:96:B8:74:87 vlan-42
 4 DC 192.168.42.11   00:30:48:B4:4B:BE vlan-42
 5 DC 192.168.42.10   AC:1F:6B:B0:26:BC vlan-42
 6 DC 192.168.42.5    FC:75:16:74:D5:56 vlan-42
 7 DC 192.168.42.142  24:C6:96:52:E6:A2 vlan-42
 8 DC 192.168.42.145  84:98:66:7C:71:ED vlan-42
 9 D  192.168.42.99                     vlan-42

Re: NO MAC ADDRESS AUTOMATIC , please me

Posted: Mon Jul 01, 2019 7:23 pm
by LEEHYUNWOO
I confirmed that there was a problem with the IP band. Notice that the bug has been modified and has been resolved.