Search Anything You Like

Monday, February 27, 2012

Packeteer(Packetshaper) Useful Commands



1              To assign IP Address
                set ipaddress 192.1.6.64 255.255.255.0
                set gateway 192.1.6.60
2              To check the License
                ver ver 
3              To see the Configuration
                setup show       
4              To check IOS
                image show       
5              To check Class
                class show          
6              To check the Partition
                partition show  
7              To check Access Status
                set access show               
8              To configure Sys Log on PS
                set sys state on
                sys set syslogwarnsenabled 1
                set sys add host:192.68.141.10
                sys set syslog
                set syslog show               
9              To check Syslog Configuration
                set syslog show               
10           To check Tacacs configuration
                set tacacs show               
11           To see CPU Utilization
                sys health           
12           To check Class and Partition limit of PS
                sys limits             
13           To display the top 10 Bandwidth Users:
                hostdb info -sr -n 10      
14           To get connection list of a IP:
                traffic flow -n 100 -ItvpC -A 192.68.132.159          
15           To check BW Consumed by a IP Address:
                hostdb info 10.87.132.159           
16           To check filter Table:
                ipfilter show      
17           To bypass the Traffic from Shaping
                ipfilter passthrough inside src 192.68.132.159
                ipfilter passthrough outside dst 192.68.132.159 
18           To disable ssh ver 1 on PS
                sys set showdebug 1
                sys set enableSupportForSSHv1
                sys set enableSupportForSSHv1 0
                sys set enableSupportForSSHv1
                sys set showdebug 0

3 comments:

  1. I need an example about set packeteer passwords

    ReplyDelete
  2. setup password
    Configure a touch (read/write) or look (read-only) password.
    setup password look|touch
    You will be prompted to enter the old password, type a new password, and retype the password
    to confirm. For example:
    setup password touch
    Old touch password: (none)
    New touch password:
    Confirm touch password:
    Changed the touch password
    Passwords can be up to nineteen characters long and are case sensitive. They can consist of a
    combination of letters, numbers, and all special characters.
    To abort this command and return to the command prompt, press Ctrl+D.
    To enable look mode, use the look command. To enable touch mode, use the touch command.

    ReplyDelete
  3. Hi Sir, may i know how to check the memory for Packetshapper 7500. Thanks :)

    ReplyDelete