bgpd.conf.sample
来自「zebra测试源代码用于 SOCKET 通信」· SAMPLE 代码 · 共 30 行
SAMPLE
30 行
! -*- bgp -*-!! BGPd sample configuratin file!! $Id: bgpd.conf.sample,v 1.19 1999/02/19 17:17:27 developer Exp $!hostname bgpdpassword zebra!enable password please-set-at-here!!bgp mulitple-instance!router bgp 7675! bgp router-id 10.0.0.1! network 10.0.0.0/8! neighbor 10.0.0.2 remote-as 7675! neighbor 10.0.0.2 route-map set-nexthop out! neighbor 10.0.0.2 ebgp-multihop! neighbor 10.0.0.2 next-hop-self!! access-list all permit any!!route-map set-nexthop permit 10! match ip address all! set ip next-hop 10.0.0.1!!log file bgpd.log!log stdout
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?