Turn on suggestions
![]() Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
|
12-27-2012 06:14 PM
How to check the aptpolicy setting in supportshow?
12-31-2012 01:56 AM
It's not in there by default.
Perhaps it will enter if you enable the right part.. see output of 'supportshowcfgshow' and 'supportshowcfgenable'. Don't know which one enables the aptpolicy though.
12-31-2012 02:04 AM
I am not sure if it is in supportshow...
If you have a telnet or ssh connection to your fc switch, you can just enter the command "aptpolicy" to check your policy.
01-02-2013 12:41 AM
Hi there,
I would start by following recommendation, but if it still doesn't show aptpolicy output afterwards, you could check the following:
This is the output of aptpolicy:
ED48K_133:root> aptpolicy
Current Policy: 3 0(ap)
3 0(ap) : Default Policy
1: Port Based Routing Policy
3: Exchange Based Routing Policy
0: AP Shared Link Policy
1: AP Dedicated Link Policy
This info must be included somewhere in the switch config, so you can check it out by filtering by rte in the supportshow:
ED48K_133:root> configshow |grep rte
Another example:
ED48K_133:root> aptpolicy
Current Policy: 1 1(ap)
3 0(ap) : Default Policy
1: Port Based Routing Policy
3: Exchange Based Routing Policy
0: AP Shared Link Policy
1: AP Dedicated Link Policy
ED48K_133:root> configshow |grep rte
The value of these parameters may be different depending on the chassis/FOS, so prior to checking it this way, confirm with aptpolicy that these statements are right for your environment.
Kind regards,
Felipon
01-02-2013 07:31 AM
it is work . thanks a lot