#!/pkg/bin/ksh
#
# Created by Rich Curran, Sept 2008
#
# Copyright (c) 2008 by cisco Systems, Inc. 
# All rights reserved.
#----------------------------------------------------------------------

. /pkg/bin/show_tech_main_fragment

rplc_exec[1]='ppp_ea_viking_dump_client -s -n nodeid for $location'
rplc__ksh[1]='ppp_ea_viking_dump_client -s -n $fq_nodeid'
rplc__ksh[2]=''

# A function called display() must be provided that calls the functions to 
# run the required show commands. The display() function is called in 
# /pkg/bin/show_tech_comp_file_frag

display() {
    print_main_heading "show tech-support pppoe platform"
    exec_commands_rack_nodes rplc
    print_main_heading "show tech-support pppoe platform complete"
}

. /pkg/bin/show_tech_file_fragment
