Cisco Systems OL-15491-01 Network Hardware User Manual


 
A-86
Cisco Content Services Gateway - 2nd Generation Release 2.0 Installation and Configuration Guide
OL-15491-01
Appendix A CSG2 Command Reference
ip csg psd
ip csg psd
To configure a Cisco Persistent Storage Device (PSD), use the ip csg psd command in global
configuration mode. To remove the PSD, use the no form of this command.
ip csg psd [vrf vrf-name] ip-address port-number
no ip csg psd [vrf vrf-name] ip-address port-number
Syntax Description
Defaults No PSDs are configured.
If no VRF table is specified, the CSG2 uses the global routing table to communicate with the PSD.
Command Modes Global configuration
Command History
Usage Guidelines You must specify the PSD local port using the ip csg psd local-port command before you enter the ip
csg psd command.
You can configure only one PSD.
Examples The following example configures a PSD with IP address 1.2.3.4 and port number 7777, that uses VRF
table PSDVRF to communicate with the CSG2:
vrf vrf-name (Optional) Virtual Routing and Forwarding (VRF) table which the CSG2 is
to use to communicate with the PSD.
ip-address IP address for packets destined for the PSD.
The CSG2 differentiates PSDs on the basis of their IP addresses. When you
configure a PSD, make sure that its IP address matches on both the active
CSG2 and the standby CSG2.
port-number Port number for packets destined for the PSD.
The CSG2 differentiates PSDs on the basis of their port numbers. When you
configure a PSD, make sure that its port number matches on both the active
CSG2 and the standby CSG2.
Release Modification
12.4(11)MD This command was migrated from CSG1.
Changes from CSG1:
The name of this command changed from records-storage to ip csg psd.
The configuration mode for this command changed from CSG accounting
configuration to global configuration.
The vrf vrf-name keyword and argument were added.