Created by Yuriy Andamasov, Modified on Thu, 11 Jan at 11:25 AM by Srividya Anantapatnaikuni
Article review date | 2024-01-08 |
Validated for VyOS versions | 1.2.5, 1.3.5, 1.4.0, 1.5.x |
Dummy interface — much like the loopback, except you can have as many as you want.
Dummy interfaces can be used as interfaces that always stay up (in the same fashion to loopbacks in IOS), or for testing purposes.
Configuration commands:
interfaces
dummy
address
address
description
disable
ip
ipv6
Example:
vyos@vyos-rtr# set interfaces dummy dum0 address 192.0.2.10/32
[... ]
vyos@vyos-rtr# show interfaces dummy
dummy dum0 {
address 192.0.2.10/32
}
[edit]
vyos@vyos-rtr# set protocols bgp 64512 neighbor 203.0.113.1 update-source dum0
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article