![]() |
Service Advertisement Framework Configuration Guide, Cisco IOS Release 15M&T
|
||||||||||||||||||||
Configuring Capabilities Manager
![]() |
|||||||||||||||||||||
Contents
Configuring Capabilities ManagerLast Updated: October 15, 2012
Capabilities Manager is enabled by default at system startup. At startup, it registers as a Service Routing client and proceeds to discover various capabilities of the hardware and software platform. Finding Feature InformationYour software release may not support all the features documented in this module. For the latest caveats and feature information, see Bug Search Tool and the release notes for your platform and software release. To find information about the features documented in this module, and to see a list of the releases in which each feature is supported, see the feature information table at the end of this module. Use Cisco Feature Navigator to find information about platform support and Cisco software image support. To access Cisco Feature Navigator, go to www.cisco.com/go/cfn. An account on Cisco.com is not required. Prerequisites for Capabilities Manager
Information About Capabilities Manager
Capabilities DiscoveryCapabilities Manager discovers only whether a capability is supported on the local system. It does not discover whether the capability is configured or enabled, nor does it discover any other information about the capability for other devices in the network. Capabilities information will be installed into the local Network Information Base (NIB) as Service Routing data and will be made available for advertisement by any SAF forwarder to the Service Routing network. Capabilities information is passed to the Service Routing infrastructure in XML format and is stored in the local NIB. Interoperability with SAF ForwarderCapabilities Manager does not advertise capabilities information to the Service Routing network. A SAF forwarder distributes capabilities information. However, a SAF forwarder is not required in order for Capabilities Manager to function. If a SAF forwarder is not configured, the capabilities information is bound to the local device and is not distributed to other devices in the network. When a SAF forwarder is configured, it will distribute all capabilities information by default. Capabilities InformationCapabilities information is installed in the Network Information Base (NIB) as Service Routing data. It is identified by a SAF address in the form of:
Capabilities GroupsCapabilities Manager classifies capabilities by group to facilitate query and retrieval, and assigns each group a unique ID. Capabilities Manager provides the following capability groups: Hardware Group InformationHardware information is designated as group ID 1. Group 1 provides the following capabilities information, when available. All hardware information may not be available on each platform that supports Capabilities Manager. XML Schema for Capabilities DataIf you have an Extensible Messaging Client Protocol (XMCP) client (external client) connected to a SAF forwarder, you can subscribe to the Capabilities Manager, which is service ID 100. The data can be interpreted using the following XML schema: <?xml version="1.0" encoding="UTF-8"?> <xs:schema xmlns:xs='http://www.w3.org/2001/XMLSchema'> <xs:element name="Capabilities" type="CapabilitiesType" /> <xs:complexType name="CapabilitiesType"> <xs:sequence> <xs:element ref="Group" minOccurs="1" maxOccurs="unbounded" /> </xs:sequence> </xs:complexType> <xs:element name="Group" type="GroupType" /> <xs:complexType name="GroupType"> <xs:sequence> <xs:element ref="Capability" minOccurs="1" maxOccurs="unbounded" /> </xs:sequence> <xs:attribute name="Name" type="xs:normalizedString" use="required" /> </xs:complexType> <xs:element name="Capability" type="CapabilityType" /> <xs:complexType name="CapabilityType"> <xs:sequence> <xs:element name="Value" type="xs:normalizedString" /> </xs:sequence> <xs:attribute name="Name" type="xs:normalizedString" use="required" /> </xs:complexType> </xs:schema> Example: <Capabilities> <Group Name="HARDWARE"> <Capability Name="Hostname"> <Value>R100</Value> </Capability> <Capability Name="Platform"> <Value>Solaris Unix (Sparc) processor</Value> </Capability> <Capability Name="MainMemorySize"> <Value>63683Kbytes</Value> </Capability> </Group> <Group Name="SOFTWARE"> <Capability Name="HostName"> <Value>R100</Value> </Capability> <Capability Name="Software"> <Value>Cisco IOS Software</Value> </Capability> <Capability Name="Image"> <Value>Solaris Software (UNIX-ADVENTERPRISE-M)</Value> </Capability> <Capability Name="Version"> <Value>Experimental Version 15.1(20110323:093227)</Value> </Capability> <Capability Name="ipmulticast"> <Value>Subsystem loaded</Value> </Capability> <Capability Name="eigrp_ipv4"> <Value>Subsystem loaded</Value> </Capability> </Group> </Capabilities> How to Configure Capabilities Manager
Disabling and Enabling Capabilities ManagerCapabilities Manager is enabled by default. You can disable and reenable Capabilities Manager at any time.
Perform this task to disable and reenable Capabilities Manager. DETAILED STEPS Displaying Capabilities Manager InformationSUMMARY STEPS
DETAILED STEPS Clearing Registered Capabilities InformationPerform this task to clear current capabilities information from the NIB. Once the NIB is cleared, Capabilities Manager will automatically rediscover new capabilities. DETAILED STEPS Additional ReferencesRelated Documents
Technical Assistance
Feature Information for Capabilities ManagerThe following table provides release information about the feature or features described in this module. This table lists only the software release that introduced support for a given feature in a given software release train. Unless noted otherwise, subsequent releases of that software release train also support that feature. Use Cisco Feature Navigator to find information about platform support and Cisco software image support. To access Cisco Feature Navigator, go to www.cisco.com/go/cfn. An account on Cisco.com is not required.
Cisco and the Cisco logo are trademarks or registered trademarks of Cisco and/or its affiliates in the U.S. and other countries. To view a list of Cisco trademarks, go to this URL: www.cisco.com/go/trademarks. Third-party trademarks mentioned are the property of their respective owners. The use of the word partner does not imply a partnership relationship between Cisco and any other company. (1110R) Any Internet Protocol (IP) addresses and phone numbers used in this document are not intended to be actual addresses and phone numbers. Any examples, command display output, network topology diagrams, and other figures included in the document are shown for illustrative purposes only. Any use of actual IP addresses or phone numbers in illustrative content is unintentional and coincidental. © 2012 Cisco Systems, Inc. All rights reserved.
|
|||||||||||||||||||||
|
|