在运行 Junos 操作系统的瞻博网络路由器中,可以将 BGP 对等组类型设置为external或internal:
[edit]
root@M10i# set groups customer protocols bgp group customer-BGP-group type ?
Possible completions:
external EBGP group
internal IBGP group
[edit]
root@M10i# set groups customer protocols bgp group customer-BGP-group type
默认应该是external. 我知道如果type设置为external,则对端AS不能与本地AS相同,如果type设置为internal,则对端AS必须与本地AS相同。
这是否会改变其他任何事情?