#!/pkg/bin/ksh
# ---------------------------------------------------------------------
# show_tech_lpts_platform_backup - Backup PD show commands for 
#                       show tech-support lpts spawned by show_tech_fast
#
# June 2009, Deepak Narula
#
# Copyright (c) 2009 by cisco Systems, Inc.
# All rights reserved.
# --------------------------------------------------------------------

# ***********************************************************
#  Show commands to be run by the show tech-support commands
#  The PD commands specified here are included in show_tech_lpts
#  This file is sourced in show_tech_lpts.
# ***********************************************************


#############################################################
# Commands that run on all LCs
platform_lc_exec[1]="sh lpts pifib hardware entry brief"
platform_lc__ksh[1]='platform_show_pifib -z 0x1'
platform_lc_exec[2]="show lpts pifib hardware entry statistics"
platform_lc__ksh[2]='platform_show_pifib -z 0x2'
platform_lc_exec[3]="show lpts pifib hardware entry"
platform_lc__ksh[3]='platform_show_pifib -z 0x0'
platform_lc_exec[4]="show lpts trace platform"
platform_lc__ksh[4]='platform_pifib_show_trace'
platform_lc__ksh[5]=''
