|
标签:it |
|
标签:it |
|
标签:it |
|
标签:杂谈 |
1 System-view
进入系统,可以配置。
display version
system-view
port-security enable
#11b g interface
interface WLAN-BSS2
port-security port-mode psk
port-security tx-key-type 11key
port-security preshared-key pass-phrase 12345678
wlan service-template 2 crypto
ssid h3c-psk
authentication-method open-system
cipher-suite tkip
security-ie wpa
service-template enable
# physica interface
interface WLAN-Radio 1/0/2
service-template 2 interface WLAN-BSS 2
#maybe need to disable the connection of service-template 1 with
interface WLAN-BSS 2
undo service-template 1
interface Vlan-interface1
ip address 192.168.6.102 255.255.255.0
ip route-static 0.0.0.0 0.0.0.0 192.168.6.1
display current-configuration
s
|
标签:教育 |
|
标签:杂谈 |
1 cbrgen
ns cbrgen.tcl -type cbr -nn 10 -seed 1 -mc 8 -rate 4.0
ns cbrgen.tcl -type tcp -nn 25 -seed 0 -mc 20
mc 并发连接
2
#
# nodes: 10, max conn: 8, send rate: 0.25, seed: 1
#
#
# 1 connecting to 2 at time 2.5568388786897245
#
set udp_(0) [new Agent/UDP]
$ns_ attach-agent $node_(1) $udp_(0)
set null_(0) [new Agent/Null]
$ns_ attach-agent $node_(2) $null_(0)
set cbr_(0) [new Application/Traffic/CBR]
$cbr_(0) set packetSize_ 512
$cbr_(0) set interval_ 0.25
$cbr_(0) set random_ 1
$cbr_(0) set maxpkts_ 10000
$cbr_(0) attach-agent $udp_(0)
$ns_ connect $udp_(0) $null_(0)
$ns_ at 2.5568388786897245 '$cbr_(0) start'
|
标签:it |
/ns-2.33/indep-utils/cmu-scen-gen/setdest
1 setdest
usage:
<original 1999 CMU version (version 1)>
OR
<modified 2003 U.Michigan version (version 2)>
-s speed type
1 The film I saw was not very funny.
区别1:very
|
标签:教育 |
1)She's studying the history of
Europe.
2)She's studying history of Europe.