When I assign the same IP address to Eth 1/1 on firewall HA2, the IP address just appears on firewall HA2 and is gone from Eth 1/1 on HA1.
On the IP address object there is an "interface" field; hence a given IP address object can only belong to one interface.
interface GigabitEthernet0/1.9 vlan 9 ip address 192.168.9.1 255.255.255.0 standby 192.168.9.2
FWIW, Cisco (ASAs) are a bit different again.
interface GigabitEthernet0/1.9 vlan 9 ip address 192.168.9.1 255.255.255.0 standby 192.168.9.2
interface GigabitEthernet0/1.9 vlan 9 ip address 192.168.9.2 255.255.255.0 standby 192.168.9.1
By contrast, in pfSense, one device would always have .2, one would always have .3, and the .1 would VRRP between them.
This should already be the case, see here: https://master.netbox.dev/ipam/ip-addresses/262/
That is indeed the case Daniel, but it results in multiple IPs showing in the IP address list. As well as a duplicate IP warning. There probably are edge cases where this is desired, but I'd say in general, there really should not be any reason to see the same IP multiple times. Instead you should see that the same IP is assigned to multiple devices (if that's the case and it's one of the types of IPs that can be assigned to multiple devices i.e. it's not an error). Any other IP that get's assigned multiple times should actually bring up the duplicate IP warning (unless the IP is in a separate VRF) because this probably means someone has created an IP that they haven't checked is already created/assigned or it could've been a simple typo.
--
You received this message because you are subscribed to the Google Groups "NetBox" group.
To unsubscribe from this group and stop receiving emails from it, send an email to netbox-discus...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/netbox-discuss/48592d55-e7ed-4ab0-91dd-a1bfb5e7eb5f%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "NetBox" group.
To unsubscribe from this group and stop receiving emails from it, send an email to netbox-discus...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/netbox-discuss/a284b3d4-faba-4a0d-879d-6ee809127feb%40googlegroups.com.
You don't go into one switch and say "this IP is HSRP" and then it assign it to the other device. You instead have to configure the IP on the second device as well.
You essentially have two addresses on the network, it is just through the protocol they function as one.
There are cases where HSRP can break and there are actually two .x.y ip's that are duplicate on the network.
To unsubscribe from this group and stop receiving emails from it, send an email to netbox-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/netbox-discuss/48592d55-e7ed-4ab0-91dd-a1bfb5e7eb5f%40googlegroups.com.
Christian,You need to create the IP twice in Netbox. Assign copy one to Eth1/1 HA1 and copy two to Eth1/1 HA2.
On Mon, 25 May 2020 at 17:40, Christian Paasche <cpaa...@gmail.com> wrote:
Hi,--I am very new to Netbox and love the product but am experiencing the normal bumps getting up to speed.Our network has multiple locations using HA pairs of Palo Alto firewalls. We are using the same VRFs on each HA firewall pair.Documenting our HA pairs, I am assigning an IP address to Eth 1/1 of firewall HA1.When I assign the same IP address to Eth 1/1 on firewall HA2, the IP address just appears on firewall HA2 and is gone from Eth 1/1 on HA1.I have tried using the the CARP role but just adds a tag to the IP address.Am I missing something? I have read the documentation and search online for tutorials. Nada.How to assign the same IP to the same interface and VRF across HA devices?Thanks.
You received this message because you are subscribed to the Google Groups "NetBox" group.
To unsubscribe from this group and stop receiving emails from it, send an email to netbox-...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to netbox-discus...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/netbox-discuss/893fee67-cd34-4bd8-bd60-2056c16f243b%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/netbox-discuss/893fee67-cd34-4bd8-bd60-2056c16f243b%40googlegroups.com.