Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 1 CLI Commands by Level : Virtual Router CONFIG Commands

Virtual Router CONFIG Commands
All CLI Virtual Router CONFIG commands are listed in Table 26 in alphabetical order.
The Virtual Router CONFIG level allows you to configure the Virtual Router Redundancy Protocol (VRRP) and IP interface parameters for the primary and backup virtual routers on each physical P-7500 system. You reach this level by entering virtual-router {primary | backup} at the Global CONFIG level, where primary specifies the primary virtual router, and backup specifies the backup virtual router
Example:
tibco(config)# virtual-router primary
tibco(config-virtual-router)#
The CLI is now at the Virtual Router CONFIG level for configuring the VRRP and IP interface parameters for the the primary virtual router.
(config-virtual-router)# rv-interface
Description
Use this command to configure the IP interface that is used both:
The no version deletes the IP interface specified for use by RV services from the virtual router.
Syntax
rv-interface <ip-interface>
no rv-interface
Where:
<ip-interface> is an ASCII string in the form of <phy-interface>:<ip> that specifies the IP interface to be used as the RV interface. <ip> is a number from 1 to 3 that uniquely identifies this IP interface on the associated physical interface.
Note: There is no system default for the IP interface to be used as the RV interface. Further, the RV service cannot be enabled without configuring the RV IP interface beforehand.
Valid values are:
<cartridge>/<slot>/<port>:<ip> (for example, 1/1/8:3)
<cartridge>/<slot>/lag<N>:<ip> (for example, 1/1/lag1:2)
Example
tibco(config-virtual-router)# rv-interface 1/1/6:2
(config-virtual-router)# vrrp-interface
Description
Use this command to configure the IP interface for use by VRRP.
The no version deletes the IP interface specified for use by VRRP from the virtual router.
Syntax
vrrp-interface <ip-interface>
no vrrp-interface
Where:
<ip-interface> is an ASCII string in the form of <phy-interface>:<ip> that specifies the IP interface to use for VRRP. <ip> is a number from 1 to 3 that uniquely identifies this IP interface on the associated physical interface.
Note: There is no system default for the IP interface to be used by VRRP. While configuring the VRRP IP interface is optional for non-redundant system operation, is is mandatory for enabling the active/active system redundancy feature.
Valid values are:
<cartridge>/<slot>/<port>:<ip> (for example, 1/1/8:3)
<cartridge>/<slot>/lag<N>:<ip> (for example, 1/1/lag1:2)
Example
tibco(config-virtual-router)# vrrp-interface 1/1/lag1:1
(config-virtual-router)# vrrp-vrid
Description
Use this command to configure the virtual router identifier (VRID) used by VRRP.
The no version deletes the VRID from the virtual router.
Syntax
vrrp-vrid <vrid>
no vrrp-vrid
Where:
<vrid> is a value between 1 and 255 (this value must be different from the VRRP VRIDs being used by anything else on the local subnet). There is no default value.
Example
tibco(config-virtual-router)# vrrp-vrid <vrid>

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved