Guidelines for Configuring Hierarchical Parameters
Use the following guidelines when specifying a hierarchical parameter:
- You can specify only a subset of the instance-interface types that are supported for non-hierarchical parameters. The following output lists the instance-interface types that are supported:
host1(config)#qos-parameter-define hierarchical-parameter hierarchicalhost1(config-qos-parameter-define)#instance-interface-type ?atm-vc ATM Virtual Circuit (VC)ip IP interfaceipv6 IP version 6 interfacel2tp-session L2tp session interfacevlan VLAN subinterfaceYou can specify only one instance-interface type per hierarchical parameter. For example: host1(config)#qos-parameter-define hierarchical-parameter hierarchicalhost1(config-qos-parameter-define)#instance-interface-type iphost1(config-qos-parameter-define)#instance-interface-type vlan% only one instance-interface-type can be specified for a hierarchical parameterHierarchical instance-interface types cannot stack above the highest controlled-interface type. For example: host1(config)#qos-parameter-define hierarchical-parameter hierarchicalhost1(config-qos-parameter-define)#controlled-interface-type iphost1(config-qos-parameter-define)#instance-interface-type vlan% hierarchical instance-interface-type vlan cannot stack abovecontrolled-interface-type ipIn contrast, a non-hierarchical instance-interface type cannot stack above the lowest controlled-interface type (vlan). For example:
host1(config)#qos-parameter-define non-hierarchical-parameterhost1(config-qos-parameter-define)#controlled-interface-type vlanhost1(config-qos-parameter-define)#instance-interface-type ip% instance-interface-type ip cannot stack above the lowest controlled-interface-type