请问在Linux上怎么配置NULL interface?(用于BGP)
在Cisco的系统,可以配置loopback interface和null interface用作BGP:
1. configure
2. interface loopback instance
3. ipv4 address ip-address
4. end
or
commit
5. show interfaces type instance
和:
1. configure
2. interface null 0
3. ipv4 unreachables
4. end
or
commit
5. show interfaces type instance
Cisco的null interface是为了发送“ipv4 unreachables”的ICMP用的。
我知道Linux的Loopback interface也可以配置不同的IP,但是好像没有null interface吧?请问有没有方法配置?谢谢各位大侠!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论