Created by Yuriy Andamasov, Modified on Thu, 27 Apr 2023 at 11:24 AM by Aslan Hajiyev
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:
[email protected]# set interfaces dummy dum0 address 192.0.2.10/32
[... ]
[email protected]# show interfaces dummy
dummy dum0 {
address 192.0.2.10/32
}
[edit]
[email protected]# 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