[Click] Ping problem

springbo at cs.wisc.edu springbo at cs.wisc.edu
Mon Feb 16 10:42:36 EST 2009


Hi,

ToDevice (http://read.cs.ucla.edu/click/elements/todevice) has a pull
input and FromDevice (http://read.cs.ucla.edu/click/elements/fromdevice)
has a push output. Packets are pushed up to IPPrint, but ToDevice expects
to pull packets. Queues(http://read.cs.ucla.edu/click/elements/queue) have
push inputs and pull outputs. You need to add a Queue just before
ToDevice.

Thanks,
Kevin





> hi click team....
>
> I am using the click router at userlevel. In my example setup i have two
> PC and one PC configure as click router ..Now i want to ping the PC by
> using the click router .
> My configuration file is show below but i got some error ..
>
> FromDevice(eth1)
> ->Classifier(12/0800)
> ->Strip(14)
> ->CheckIPHeader()
> ->IPEncap(4,192.168.1.3,192.168.1.4)
> ->EtherEncap(0x800,00:34:f5:44,00:56:45:77)
> ->IPFilter(allow icmp && icmp type echo)
> ->IPPrint
> ->ToDevice(eth1)
>
> i get the error like below
>
> debian:/home/zeeshan/Desktop/click-1.6.0/conf# click send.click
> agnostic 'IPPrint at 8 :: IPPrint' in mixed context: push input 0, pull
> output 0
> Router could not be initialized!
>  
> Anybody know that can do to solve the problem..
> thanks
>
>
>
>
>
>
>
> _______________________________________________
> click mailing list
> click at amsterdam.lcs.mit.edu
> https://amsterdam.lcs.mit.edu/mailman/listinfo/click
>





More information about the click mailing list