Hello all,
I have a file with multiple instances of same word. Though all words start with same 3 letters dsp.
dspusers
dspusers
dspusers
dspftp
dspftp
how can I get rid of same words repeating, keeping the first instance intact..
HELP please
Hello all,
I am kinda n00b in MPLS. I had a doubt in the Label part of the technology. How many labels can we have in a MPLS network say we have 5 LSR's ??. What I understand is we have only 2 labels(inner and outer). Inner is VPN label which is constant and outer is LDP label which...
Hello all,
I am kinda n00b in MPLS. I had a doubt in the Label part of the technology. How many labels can we have in a MPLS network say we have 5 LSR's ??. What I understand is we have only 2 labels(inner and outer). Inner is VPN label which is constant and outer is LDP label which...
Hello all,
I am kinda n00b in MPLS. I had a doubt in the Label part of the technology. How many labels can we have in a MPLS network say we have 5 LSR's ??. What I understand is we have only 2 labels(inner and outer). Inner is VPN label which is constant and outer is LDP label which...
Hello all,
I am kinda n00b in MPLS. I had a doubt in the Label part of the technology. How many labels can we have in a MPLS network say we have 5 LSR's ??. What I understand is we have only 2 labels(inner and outer). Inner is VPN label which is constant and outer is LDP label which...
Hello everyone,
I am trying to configure NAT for my VoIP network. I could get the connectivity to outside network(internet) but not the other way round. I guess I am missing some command while configuring. Can Anyone tell me is there anything like by default something is enabled or I...
Hello all,
I bought a 2500 series recently. I need some suggestion regarding what all you think I should have in order to finish CCNP. I mean if I want to do everything setup at home. I hope I need a catalyst ....and can anyone suggest any document where I can see the features of...
Hi,
anyone who have CCNP done here?..I need someone who finished routing please...I need some suggestions and ideas to start preparing for that
thanks
ss
hello all,
Did anyone try wireless configuration in Laptop. I use Dell 600m inspiron, it is not allowing me to configure properly. I tried to use iwconfig and ndiswrapper as well...i had problems installing ndiswrapper properly also...did anyone try this sort of thing before?..if yes...
hello all,
Did anyone try wireless configuration in Laptop. I use Dell 600m inspiron, it is not allowing me to configure properly. I tried to use iwconfig and ndiswrapper as well...i had problems installing ndiswrapper properly also...did anyone try this sort of thing before?..if yes...
hello all,
Did anyone tried wireless configuration as in Laptop. I use Dell 600m inspiron, it doesn't allow me to configure properly. I tried to use iwconfig and ndiswrapper as well...i had problems installing ndiswrapper properly though...did anyone try this sort of thing yet?..let share...
Hi everyone,
the scenario is i am using 3 FBX's such that if I call from P1 to P2 the call should be transfered to P3 automatically as if in call centers or as in access servers.
and I am using a switch as well in the middle...P1 and P2 are connected to Router R1 and P3 is connected to...
I need an example code for left or right shift operator.
anyone ?/..
like
for (j=7; j>=0, j--) {
if ( (1 << j) &rew_y[i])
{
puts "done"
}
}
equivalent thing in tcl??
proc binconv {} {
set key_size 8
set plaintext_size 100
set binary_size [expr $plaintext_size * 8]
set binarykey_size [expr $key_size * 8]
puts -nonewline "Enter the Plain Text :- "
puts -nonewline "Enter the Key:- "
set plain_text sumanthisgreat
set des_key jamesbond
set plain_text_length...
proc test {} {
global some k ::counter
set ::counter 0
wm title . ExecLog
set w .tcl
if {![jsLayout $w bigbox -title "Setup"]} {
frame $w.top -borderwidth 10
pack $w.top -side top -fill x
button $w.top.quit -text Quit -command exit
set but [button $w.top.run...
Hi,
I have a peculiar problem I am storing all my values in an array say tx($counter) where counter is set from 1 to max. now when I try this with if condition say
if {$something <= 20} {
set counter 1
set tx($counter) $x
incr counter
} else {
set fileid [open c:/command w+]
for {set counter...
how to print the above set of lines using the above commands as it is with square brackets printed and flower brakets as well...
set fileid [open c:/filename w+]
puts $fileid ----------
???
sharedchannel samba { /* giants */
type = "giant";
protofiletype = "hart"...
hi everyone,
This is regarding the command in tcl
when i am trying to use the above command my console hangs, can anyone suggest me a solution or solve the problem ...if below shown syntax isn't correct...please suggest corrections with an example.
puts -nonewline "Enter Name: "
set...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.