使用接口、协议和路由配置虚拟路由反射器Junos CLI
- 使用Junos CLI控制台中的配置接口,配置连接到 OVS 虚拟交换机 br(适用于 KVM 或OpenStack)或 vSwitch(适用于 VMware)的接口。在配置 OVS (KVM) 或 vSwitch (VMware)时,指定分配给 VNIC 的 IP 地址。
[edit] user@host# set interfaces interface-name family inet address address user@host# set interfaces interface-name family inet6 address address
- 使用 vRR 的 IP 地址配置环路接口。
[edit] user@host# set interfaces lo0 unit 0 family inet address address user@host# set interfaces lo0 unit 0 family inet6 address address
- 将静态默认路由添加到管理 IP 地址的网关地址:
[edit] user@host# set routing-options static route 0.0.0.0/0 next-hop address
- 配置 vRR 的主机名。
[edit system] user@host# set host-name hostname
- 配置 root 密码。
[edit system] user@host# set root-authentication plain-text-password
- 添加用户。
[edit system login] user@host# set user user-name
- 设置用户标识 (UID)。
[edit system login user user-name] user@host# set uid uid-value
- 将用户分配给登录类。
[edit system login user
user-name
] user@host# set class class-name - 设置用户密码。
[edit system login user
user-name
] user@host# set authentication plain-text-password - 启用 Telnet 和 FTP 访问。
[edit system services] user@host# set ftp user@host# set telnet
- 配置要发送到文件和用户终端的系统日志消息类型。
[edit system syslog] user@host# set user * any emergency user@host# set file messages any notice user@host# set file messages authorization info user@host# set file interactive-commands interactive-commands any
- 将 vRR 配置为始终使用 64 位处理。
[edit system processes] user@host# set routing force-64-bit
- 配置路由器 ID 和自治系统 (AS) 编号。
[edit routing-options] user@host# set router-id address user@host# set autonomous-system autonomous-system
- 配置BGP,包括与自治系统 (AS) 中所有支持 IBGP 的设备的群集标识符和邻接AS。
[edit protocols bgp group group-name] user@host# set type internal user@host# set local-address address user@host# set cluster cluster-name user@host# set neighbor address
- (仅外部对等方)指定BGP下一跳跃值不更改。
[edit protocols bgp group group-name multihop] user@host# set no-nexthop-change
- 配置转表导出策略,以防止在转发表中BGP路由。对于服务前缀,vRR BGP位于转发路径中。
[edit policy-options] user@host# set policy-statement policy-name term term-name from protocol bgp user@host# set policy-statement policy-name term term-name then reject
- 将BGP策略应用到转转发表中。
[edit routing-options] user@host# set forwarding-table export policy-name
- 为接口配置其他所需协议。