Hi,
I have a Dell Force10 Switch (S4810P) whose version is
================================================
Force10#show version
Dell Force10 Real Time Operating System Software
Dell Force10 Operating System Version: 1.0
Dell Force10 Application Software Version: 8.3.10.2
Copyright (c) 1999-2011 by Dell Inc.
Build Time: Thu Mar 29 00:54:31 PDT 2012
Build Path: /sites/sjc/work/build/buildSpaces/build08/E8-3-10/SW/SRC/Cp_src/Tacacs
Force10 uptime is 3 hour(s), 43 minute(s)
System image file is "system://A"
System Type: S4810
Control Processor: Freescale QorIQ P2020 with 2147483648 bytes of memory.
128M bytes of boot flash memory.
1 52-port GE/TE/FG (SE)
48 Ten GigabitEthernet/IEEE 802.3 interface(s)
4 Forty GigabitEthernet/IEEE 802.3 interface(s)
================================================
Recently, I need to modify buffer settings on this switch for experiment, I tried 'buffer-profile' command. However, dislike the reference manual, I got invalid input error.
===============================================
Force10(conf)#buffer-profile csf csf_profile
^
% Error: Invalid input at "^" marker. (marker located at 'csf')
===============================================
One thing I can command with buffer-profile command is the one with 'global'
=========================================================
Force10(conf)#buffer-profile global 4Q
% Info: For the global pre-defined buffer profile to take effect, please save the config and reload the system.
% Info: For Configured WRED profiles thresholds will be differ based on global buffer profile change, For Better results please configure apprioate Threshold Values.
===========================================================
Even, 'show buffer-profile detail interface Tengigabitethernet 0/0' doesn't give invalid input error.
==========================================================
Force10#show buffer-profile detail interface Tengigabitethernet 0/0
^
% Error: Invalid input at "^" marker.
==========================================================
Anybody can help me to create buffer-profile and modify my buffer settings in the switch?
Thanks.