[pox-dev] MPLS switching

2013-08-20 Thread Amer
Hello, Hope you the best of health I would like to ask these questions: How to push and pop MPLS Tag to new packets How to make switching based MPLS tag Best Regards, Amer

Re: [pox-dev] MPLS switching

2013-08-21 Thread Amer
Thank you for your helpful email I would like to ask you how can I get/retrieve the flow table of certain switch Best regards, Amer On ٢١‏/٠٨‏/٢٠١٣, at ٣:١٧ ص, Murphy McCauley wrote: > Sorry, there's currently no example for this. > > There are a couple of prerequisites: &g

[pox-dev] Match Any

2013-08-28 Thread Amer
Hello, I have these two questions: How to do: msg.match.dl_src = Any # any source And how to do msg.match.nw_src = 10.0.20.0 netmask 0.255.0.255 # like 10.*.20.* Best regards, Amer Sent from my iPhone

Re: [pox-dev] Error in NATing

2013-09-04 Thread Amer
utting it, so by the time you > rewrite it, it has already been sent. > > -- Murphy > > On Sep 4, 2013, at 8:17 AM, AMER AL-GHADHBAN wrote: > >> Hello, >> >> I tried to perform NATing ith the following code, but it doesn't work; when >> i ping i

[pox-dev] Network complete view

2013-09-11 Thread Amer
Hello, I would like to ask you is there a component in pox can collect the complete network view like the link-state database in OSPF. How is it work, if so?; by listening to port status only or there are something else!!? Best regards, Amer

[pox-dev] L2.multi and discovery

2013-10-24 Thread Amer
ing openflow.discovery I can ping between h1->h3 # reside in different subnets Thank you again Best regards, Amer Sent from my iPhone

Re: [pox-dev] L2.multi and discovery

2013-10-24 Thread Amer
Hello, Thank you I apologize, h1 and h3 are residing in different switch not subnet. h1 10.0.0.1 h3 10.0.0.3. Also, I tried the following statement and it is work fine: Pox.py forwarding.l2_learning I am using tree topology with fan=2 Best regards, Amer On ٢٤‏/١٠‏/٢٠١٣, at ٩:٣٠ م, Murphy

Re: [pox-dev] L2.multi and discovery

2013-10-24 Thread AMER
eck this table for any packet_in 2. and I think it builds its table based on LLDP messages and it doesn't wait for new connection requests like l2_learning Does the l2_multi uses Flood ALL when a packet_in is not found in its table Thank you Best regards, Eng Amer Alghadhban COE SANS-GCFW C

[pox-dev] match in Nicira

2013-10-25 Thread AMER
.match.nw_dst =IPAddr("10.1.0.1") msg1.match.priority = 65001 msg1.match.nw_src = None I have gone through l2_nx but i did not find much info even in OVS nicira and openflow.nicira Thank you Best regards, Eng Amer Alghadhban COE SANS-GCFW CEH, SCNP, CCNA

Re: [pox-dev] error with nicira

2013-10-27 Thread AMER
-00-00-00-00-04 13] Error: : 01 04 00 14 00 00 00 80 00 00 23 20 00 00 00 10 |..# | [00-00-00-00-00-04 13] Error: 0010: 00 00 00 01 I copied the following functions from l2_nx to use nicira extention Connection_UP Ready launch Best regards, Eng Amer Alghadhban COE SANS-GCFW

Re: [pox-dev] error with nicira

2013-10-27 Thread Amer
nicira. I apologize I found a flood statement handled my communication when I removed it, nothing was sent :( !! Best regards, Amer Sent from my iPhone On ٢٧‏/١٠‏/٢٠١٣, at ١:٣٩ م, AMER wrote: > Hello, > > I am facing this error, it works fine even with this error but I hope to sort

Re: [pox-dev] error with nicira

2013-10-28 Thread AMER
0x8000)) event.connection.addListenerByName("BarrierIn", ready) Thank You Best regards, Eng Amer Alghadhban COE SANS-GCFW CEH, SCNP, CCNA Subject: Re: [pox-dev] error with nicira From: murphy.mccau...@gmail.com Date: Sun, 27 Oct 2013 12:39:00 -0700 CC: pox-dev@lists.noxrepo.org To: amer7...@hotmail.co

Re: [pox-dev] error with nicira

2013-10-29 Thread Amer
which means nothing are calling this function. However, I write a listener in launch and I got nothing. Best regards, Amer On ٢٩‏/١٠‏/٢٠١٣, at ٧:٣٦ ص, Murphy McCauley wrote: > Are you running the openflow.nicira component as well as your own component? > You should be. > > -- Mu

[pox-dev] Fwd: [ovs-discuss] arbitrary netmask

2013-10-29 Thread Amer
Best regards, Amer Sent from my iPhone Begin forwarded message: > From: Ben Pfaff > Date: ٢٩ أكتوبر، ٢٠١٣ ٧:٣٧:٥٧ م جرينتش+٠٣:٠٠ > To: Amer > Cc: "disc...@openvswitch.org" > Subject: Re: [ovs-discuss] arbitrary netmask > > It's better to ask questions abou

[pox-dev] Arbitrary netmask

2013-10-30 Thread Amer
not CIDR compatible. I have sent the attached email to OVS discuss and there respond is down. Thank you Best regards, Amer Sent from my iPhone Begin forwarded message: > From: Ben Pfaff > Date: ٢٩ أكتوبر، ٢٠١٣ ٧:٣٧:٥٧ م جرينتش+٠٣:٠٠ > To: Amer > Cc: "disc...@openvswitch.or

[pox-dev] Nonzero masked bits

2013-10-30 Thread Amer
Hello, I would to thank you, however I got Nonzero bits mask error Is there a way to avoid this. Or is there a mask function for nonzero bits. This is my command: match.ip_src_with_mask = "10.0.0.4/0.0.0.255" Best regards, Amer Sent from my iPhone

Re: [pox-dev] Nonzero masked bits

2013-10-30 Thread Amer
the match is as what mentioned in previous emails (10.0.0.4/0.0.0.255) Even when I changed the mask to 0.255.0.255 with 11.1.0.4. I think the value in match is replaced with any. What I want to do is: 10.0.0.3/0.0.0.255--> means any.any.any.3 Thank you Best regards Amer Sent from my iPhone On

Re: [pox-dev] Nonzero masked bits

2013-10-31 Thread AMER
info("Simple NX switch running.") Thank you and Best rgards, Eng Amer Alghadhban COE SANS-GCFW CEH, SCNP, CCNA Subject: Re: Nonzero masked bits From: murphy.mccau...@gmail.com Date: Wed, 30 Oct 2013 16:52:05 -0700 CC: pox-dev@lists.noxrepo.org To: amer7...@hotmail.com It seems lik

Re: [pox-dev] Nonzero masked bits

2013-10-31 Thread Amer
Hello, Thank you it works fine and I hope others get helpful comments from this thread. Many thanks to you and I hope you the best in your life. Sincerely Yours, Amer On ٣١‏/١٠‏/٢٠١٣, at ١٠:٥٢ م, Murphy McCauley wrote: > > On Oct 31, 2013, at 4:13 AM, AMER wrote: > >> hell

[pox-dev] Listeners in class

2013-11-06 Thread Amer
it is not work Best regards, Amer

Re: [pox-dev] Listeners in class

2013-11-06 Thread Amer
Hello, Thank you, I will wait :) Cheers Amer Sent from my iPhone On ٠٦‏/١١‏/٢٠١٣, at ٨:٣٩ م, Sulabh Bista wrote: > I don't think there are flow and port status events. I guess these are not > 'events' at all and you should fetch them when you require them. > >

Re: [pox-dev] Listeners in class

2013-11-06 Thread AMER
Hello, Thank you, it is OK what I did: from pox.openflow.of_json import * core.openflow.addListeners(self) core.openflow.addListenerByName("FlowStatsReceived", self._handle_flowstats_received) def _handle_flowstats_received (self, event) Best regards, Eng Amer

[pox-dev] get_path info for two hosts

2013-11-13 Thread AMER
i can ping these two hosts. Also, I have tried with get_path and same results None Best regards, Eng Amer Alghadhban COE SANS-GCFW CEH, SCNP, CCNA

Re: [pox-dev] get_path info for two hosts

2013-11-13 Thread Amer
his would have become > apparent). A separate dictionary object (mac_map) keeps a mapping between an > Ethernet address and which Switch it thinks is associated. > > -- Murphy > > On Nov 13, 2013, at 11:07 AM, AMER wrote: > >> Hello, >> >> Pox.py forward

Re: [pox-dev] ARP request

2013-11-13 Thread Amer
://lists.noxrepo.org/pipermail/pox-dev-noxrepo.org/2013-November/001190.html I hope this is helpful Thanks regards, Amer Sent from my iPhone On ١٣‏/١١‏/٢٠١٣, at ١١:١٣ م, Muhammad Furqan Gagan wrote: > After implementing my this ARP code in my controller I am recieving this >

[pox-dev] L2 and L3 calling from another

2013-11-15 Thread Amer
etIn(event) Else: #. L3.learning I have received this error: NoneType object has no Len() Pox.py l2l3 openflow.discovery Any help is appreciated Best regards, Amer

Re: [pox-dev] L2 and L3 calling from another

2013-11-15 Thread Amer
event.dpid ==1, not > sure if parsed packet has an attribute of dpid . Please use a debug / print > to check value of p.dpid > > Cheers! > Durga > > > > On Sat, Nov 16, 2013 at 5:17 AM, Amer wrote: >> Hello, >> >> >> I want to create a han

Re: [pox-dev] of_tutorial.py

2013-11-16 Thread Amer
Hello, You should add a listener something like: core.openflow.addListenerByName("PacketInReceived", _handle_PacketIn) Or you can check Pox wiki to correct this statement, also this statement should be added in def launch Or check in pox archive the topic Listener in class Cheers

Re: [pox-dev] of_tutorial.py

2013-11-16 Thread Amer
Hi, I agree with you There is a listener command when it is called it listens to all handle functions when they have been written with official name, such as: > _handle_PacketIn Also, you can read this topic: Listeners in class In pox dev archive Best regards, Amer On ١٦‏/١١‏/٢٠١٣, at ١١

Re: [pox-dev] L2 and L3 calling from another

2013-11-19 Thread Amer
array or I must use a specific command to convert from MAC to dpid. Best regards, Amer On ١٩‏/١١‏/٢٠١٣, at ٧:٢١ ص, Murphy McCauley wrote: > I think you may have to modify l2_multi a bit to get this to work with it -- > it was designed with the assumption that it's in control of all t

Re: [pox-dev] L2 and L3 calling from another

2013-11-20 Thread Amer
Thank you I did it in other way around I created new dictionary. swdpid ={} and I put the switch MAC as keys and dpids are values :) Best regards, Amer Sent from my iPhone On ١٩‏/١١‏/٢٠١٣, at ١٠:٣٨ م, Murphy McCauley wrote: > On Nov 19, 2013, at 4:01 AM, Amer wrote: > >> Than

[pox-dev] Build MAC list

2013-11-23 Thread Amer
Hello, I want to collect MAC addresses of each host in the network and switch they connect to and port number. I think about DHCP and openflow discovery, but I do not know how to combine them. Best regards, Amer

Re: [pox-dev] Build MAC list

2013-11-23 Thread Amer
Thank you This means I should ping each host in the network to get the packets. I want something automatic like openflow discovery to discover the clients. I have another question: What does DHCP request message has (i.e., attributes)? In POX not in general. Best regards, Amer Sent from my

[pox-dev] FW: Build MAC list

2013-11-23 Thread AMER
al 5 DHCPDISCOVER on h4-eth0 to 255.255.255.255 port 67 interval 13 What is the problem Best regards, Eng Amer Alghadhban COE SANS-GCFW CEH, SCNP, CCNA From: amer7...@hotmail.com Date: Sat, 23 Nov 2013 22:03:06 +0300 To: c.vijaya.du...@gmail.com CC: pox-dev@lists.noxrepo.org Subject:

Re: [pox-dev] Build MAC list

2013-11-24 Thread Amer
Dear Murphy I tried > pox.py log.level --DEBUG proto.dhcpd:default It is OK But I do not know what is the problem in previous command Best regards, Amer On ٢٤‏/١١‏/٢٠١٣, at ١:٢٦ ص, Murphy McCauley wrote: > Have you tried a simple test? > pox.py log.level --DEBUG proto.dhcp

Re: [pox-dev] Build MAC list

2013-11-25 Thread Amer
Hello, I tried it, it works fine. I tried pox.py forwarding. l2_multi openflow.discovery proto.dhcpd: default I received in Debug: misc.dhcpd [00-00-00-00-00-07 4] no packet proto.dhcpd [00-00-00-00-00-07 4] no packet DHCP packet data too short to parse: data len 86 Best regards, Amer Sent

Re: [pox-dev] proxy arp code

2013-11-29 Thread Amer
I would like to thank you I will try it and give you my feedback My question is how to use it with other components ,such as l2_multi, Did you try it with them, I think you did? Thank you Best regards, Amer Sent from my iPhone On ٢٩‏/١١‏/٢٠١٣, at ١١:٠٥ ص, durga wrote: > Hi All, > >

Re: [pox-dev] proxy arp code

2013-11-30 Thread Amer
Hi, In l2_multi I am trying to expedite the topology and host information database building I would like to build them as fast as possible by using DHCP or ping If you have any suggestions, you are welcome Best regards, Amer Sent from my iPhone On ٣٠‏/١١‏/٢٠١٣, at ١٢:٠٧ ص, durga wrote

[pox-dev] l2_multi explanation

2013-12-15 Thread Amer
Hello, I would like to ask you if there is a document that help me to understand l2_multi code. Best regards, Amer

Re: [pox-dev] l2_multi explanation

2013-12-18 Thread Amer
Hello, Very helpful explanation, I would like to ask you about the barrier command and its replay. What is the benefit from using it in l2_multi. Also, what is the benefit from clearing flow-table contents, while receiving a LinkEvent. Best regards, Amer On ١٦‏/١٢‏/٢٠١٣, at ٩:٢٦ ص, Murphy

[pox-dev] dec_ttl

2014-03-13 Thread Amer
Hello, I would like to decrement IP ttl value to any value (0-255) I like for example 255-200=5 Can I do that in pox Best regards, Amer

[pox-dev] Trigger update, event trigger

2014-03-14 Thread Amer
Hi all, Is there a way to do event trigger in openflow data-plane. When a match-flow counter reaches a certain value sends a message to the controller. Is there a way to do that. Best regards, Amer

Re: [pox-dev] Trigger update, event trigger

2014-03-15 Thread Amer
Hello, What about OF Notifications Framework from ONF Regards, Amer > On ١٤‏/٠٣‏/٢٠١٤, at ١٠:٥٤ م, Murphy McCauley > wrote: > > Certainly not in OpenFlow 1.0, and I'm not aware of any extension to do this, > unfortunately. I think you're stuck with polling. >

[pox-dev] Multicasting (port duplication)

2014-04-11 Thread Amer
Hello, I would like to ask you how to do Multicasting in POX. Best regards, Amer

Re: [pox-dev] Multicasting (port duplication)

2014-04-11 Thread Amer
Thank you Murphy I know the answer but I want a direct clear question with a direct answer to help others. The email archive has indirect answer to this issue. Best regards, Amer Sent from my iPhone > On ١٢‏/٠٤‏/٢٠١٤, at ١:٢٤ ص, Murphy McCauley wrote: > > I think a similar que

[pox-dev] Multipath and STP

2014-07-23 Thread Amer
Hello, I would like to modify l2_multi and use it in a FatTree topology to discover the available multipaths. If someone has modified l2_multi to do so for FatTree topology or any other topology, May you please share the code with us. Best regards, Amer

Re: [pox-dev] Information from the host

2014-12-13 Thread Amer
Hello, Dear Folks Same question I want to setup some communication between Hosts and controller. Is it possible? If yes may you please tell us how? Best regards, Amer Sent from my iPhone > On ١٢‏/١٢‏/٢٠١٤, at ٨:٢٠ م, "Alison C." wrote: > > Pox has messenger and webservice

Re: [pox-dev] Information from the host

2014-12-14 Thread Amer
Hello, Dear All I have checked the pox archive I found this helpful discussion: http://lists.noxrepo.org/htdig.cgi/pox-dev-noxrepo.org/2014-April/003259.html Best regards, Amer Sent from my iPhone > On ١٣‏/١٢‏/٢٠١٤, at ١١:٤٤ م, Amer wrote: > > Hello, > > Dear Folks > Same

[pox-dev] ECMP in OF

2014-12-30 Thread Amer
Hello, I want to understand the idea behind implementing ECMP in OF switches. Is there a command that is enabling OF to do hashing and counter based routing? Is there a way to do round-robin routing or weight round-robin routing in OF and POX? May you please tell me how? Best regards, Amer

Re: [pox-dev] ECMP in OF

2014-12-31 Thread Amer
ted isn't good at all, but >> It works. Hope it give you a rough idea about how to start. >> >> If you want to do weight round-robin routing, you need to use other >> algorithm to replace the Floyd-Warshall in POX. >> >>> On Wed, Dec 31, 2014

[pox-dev] MAC address encaps

2015-01-05 Thread Amer
Hello, Dear All How to encapsulate MAC address, I mean MAC-in-MAC encapsulation. I searched in the archive, OVS and OF commands, I found nothing, Best regards, Amer

Re: [pox-dev] Spanning Tree Algorithm

2015-01-09 Thread Amer
Dear Talal The ports that are connected to hosts are not creating loops, thus it will not be disabled. Best regards, Amer Sent from my iPhone > On ٠٩‏/٠١‏/٢٠١٥, at ١٠:٠٥ ص, TALAL AL-HARBI wrote: > > Hello There,,, > > I'm a bit confused about spanning tree algorithm.

[pox-dev] Error in openflow

2015-02-01 Thread AMER
||INFO:openflow.of_01:[00-00-00-00-00-01 144] closedINFO:openflow.of_01:[00-00-00-00-00-02 143] closed I am trying to extend the vlan header size, sorted almost all errors but finally I am facing this and I do not understand it. Best regards,Amer Eng Amer Alghadhban COE SANS-GCFW CEH, SCNP, CCNA

Re: [pox-dev] Error in openflow

2015-02-02 Thread AMER
Hello, Dear Murphy Yes I am trying to increase the VLAN tag to be 6 bytes. I have modified the vlan code on vlan.py under pox directory how can i do the same for the switch, I just need to increase the size nothing else :-). Regards, Eng Amer Alghadhban COE SANS-GCFW CEH, SCNP, CCNA

Re: [pox-dev] Error in openflow

2015-02-02 Thread Amer
ch's > site/mailing-list/other-support-mechanism. For example, if you're using Open > vSwitch, it has its own mailing lists. > > -- Murphy > >> On Feb 2, 2015, at 1:50 AM, AMER wrote: >> >> Hello, >> >> Dear Murphy >> Yes I am tryin

Re: [pox-dev] [ovs-dev] Fwd: Error in openflow

2015-02-02 Thread Amer
Hi Lucas I will, but let me finish and sure every thing is correct. Best regards, Amer > On ٠٢‏/٠٢‏/٢٠١٥, at ١١:١٤ م, Lucas Brasilino wrote: > > Hi Amer: > >> Dear All, >> >> Thank you Justin >> I would like to change the size of VLAN tag in openveswitch

Re: [pox-dev] [ovs-dev] Fwd: Error in openflow

2015-02-06 Thread Amer
Hi all, I have changed the size of the VLAN tci from u16 to u64 in openveswitch\datapath\vlan.c and vlan.h, however I am receiving the same error. May you please tell me what should I do? Best regards, Amer > On ٠٣‏/٠٢‏/٢٠١٥, at ١٠:٢٨ ص, Amer wrote: > > Hi Lucas > > I w

[pox-dev] error usinf riplpox

2015-02-21 Thread AMER
Hi I am facing this error while using riplpox with reactive fat tree topology AttributeError: 'FatTreeTopo' object has no attribute 'node_info' Best regards, Eng Amer Alghadhban COE SANS-GCFW CEH, SCNP, CCNA

[pox-dev] FW: error usinf riplpox

2015-02-21 Thread AMER
ancemethod' object has no attribute '__getitem__ However, I am running the latest version of mininet and pox Best regards, Eng Amer Alghadhban COE SANS-GCFW CEH, SCNP, CCNA From: amer7...@hotmail.com To: murphy.mccau...@gmail.com; pox-dev@lists.noxrepo.org Date: Sat, 21 Feb 2015 12:03:17 +

[pox-dev] FW: [ovs-dev] Error

2015-02-22 Thread AMER
Hello, how to force pox to use openflow 1.3 Thank you Eng Amer Algh1.3ban COE SANS-GCFW CEH, SCNP, CCNA > Date: Sat, 21 Feb 2015 14:58:13 -0800 > From: b...@nicira.com > To: amer7...@hotmail.com > CC: d...@openvswitch.org > Subject: Re: [ovs-dev] Error > > Please d

[pox-dev] Install a flow in for loop

2015-02-23 Thread AMER
= packet.src msg[i].match.eth_dst = packet.dst msg[i].match.ip_dst = dst[i] # proactive port based ip msg[i].actions.append(of.ofp_action_output(port = i+1)) msgs = str(msg).strip('[]') self.connection.send(msgs) Best regards, Eng Amer Alghadhban COE

Re: [pox-dev] Install a flow in for loop

2015-02-23 Thread AMER
Hello, I have removed the index [i], but still nothing installed !!? Best regards, Eng Amer Alghadhban COE SANS-GCFW CEH, SCNP, CCNA From: amer7...@hotmail.com To: murphy.mccau...@gmail.com; pox-dev@lists.noxrepo.org Date: Mon, 23 Feb 2015 17:08:50 + Subject: [pox-dev] Install a flow

Re: [pox-dev] Install a flow in for loop

2015-02-23 Thread AMER
YPE' Thank you Eng Amer Alghadhban COE SANS-GCFW CEH, SCNP, CCNA From: amer7...@hotmail.com To: murphy.mccau...@gmail.com; pox-dev@lists.noxrepo.org Date: Mon, 23 Feb 2015 17:53:57 + Subject: Re: [pox-dev] Install a flow in for loop Hello, I have removed the index [i], but sti

[pox-dev] error in riplpox

2015-02-25 Thread AMER
ripl/mn.py --topo ft,4 --controller=remote --mac ~/pox/pox.py riplpox.riplpox --topo=ft,4 --routing=random --mode=reactive the tested openvswitch version is: alghada@kw12067:~$ ovs-vswitchd --version ovs-vswitchd (Open vSwitch) 1.4.6 Compiled Oct 13 2014 09:25:29 OpenFlow versions 0x1:0x1 Thank y

Re: [pox-dev] error in riplpox

2015-02-26 Thread AMER
tried to modify the $PATH, I think I did not do it right if anyone has a help please I need it Best regards, Eng Amer Alghadhban COE SANS-GCFW CEH, SCNP, CCNA From: murphy.mccau...@gmail.com Subject: Re: error in riplpox Date: Wed, 25 Feb 2015 13:37:46 -0800 To: amer7...@hotmail.com dart

[pox-dev] dec_ttl not working

2015-02-28 Thread AMER
meout msg.priority = priority msg.actions.append(nx.nx_action_dec_ttl()) msg.actions.append(of.ofp_action_output(port = port)) msg.buffer_id = buf self.connection.send(msg) Best regards, Eng Amer Alghadhban COE SANS-GCFW CEH, SCNP, CCNA

Re: [pox-dev] dec_ttl not working

2015-02-28 Thread AMER
However, I tried it with proactive mode, unfortunately noting decremented Eng Amer Alghadhban COE SANS-GCFW CEH, SCNP, CCNA From: amer7...@hotmail.com To: murphy.mccau...@gmail.com; pox-dev@lists.noxrepo.org Date: Sat, 28 Feb 2015 20:28:49 + Subject: [pox-dev] dec_ttl not working

Re: [pox-dev] dec_ttl not working

2015-02-28 Thread Amer
he switch and verifying that you see > the entry as you expect (e.g., including the decrement action)? The easiest > way to do this is probably using ovs-ofctl. > > -- Murphy > >> On Feb 28, 2015, at 12:28 PM, AMER wrote: >> >> Hello, >> >> Dear

[pox-dev] tunnel match

2015-03-02 Thread AMER
Hello, I would like to do an IP layer tunneling, i have used this command msg.actions.append(nx.nx_action_set_tunnel(tun_id = 10)) I do not how to match it and how to Unset the tunnel Best regards, Amer Eng Amer Alghadhban COE SANS-GCFW CEH, SCNP, CCNA

[pox-dev] frequent packet_in in riplpox

2015-03-17 Thread AMER
reactive mode. Best regards, Eng Amer Alghadhban COE SANS-GCFW CEH, SCNP, CCNA

[pox-dev] Riplpox multipath protocol

2015-03-26 Thread Amer
formation or ? Best regards, Amer

[pox-dev] DCell riplpox 'L' format error

2015-05-21 Thread AMER
is working with original riplpox fine and it is not working with DCell riplpox. Best regards, Eng Amer Alghadhban COE SANS-GCFW CEH, SCNP, CCNA

Re: [pox-dev] DCell riplpox 'L' format error

2015-05-24 Thread Amer
Thank you Murphy The problem is resolved Sent from my iPhone > On May 22, 2015, at 2:11 AM, Murphy McCauley > wrote: > > >> On May 21, 2015, at 4:14 AM, AMER wrote: >> >> Hello, >> >> Dear all >> >> when I tried to run the experim

[pox-dev] ports in pox

2015-06-03 Thread AMER
Hello, Dear All I would like to build a switch to switch communication, however, I am facing some problem in output port action how can I forward a received packet to the local network stack. Best regards, Eng Amer Alghadhban COE SANS-GCFW CEH, SCNP, CCNA

Re: [pox-dev] ports in pox

2015-06-03 Thread Amer
IP and send it to the local port. The action looks like: action:mod_nw_src=192.168.2.1, local. I do not know where is the problem in this scenario. Best regards, Amer Sent from my iPhone > On Jun 4, 2015, at 12:41 AM, Murphy McCauley > wrote: > > Looking at page 6 and 19 of the O

[pox-dev] FW: ports in pox Thank You Done

2015-06-04 Thread AMER
Done like a charm I have separated the actions into two tables Thanks Eng Amer Alghadhban COE SANS-GCFW CEH, SCNP, CCNA From: amer7...@hotmail.com Date: Thu, 4 Jun 2015 01:17:46 +0300 To: murphy.mccau...@gmail.com CC: pox-dev@lists.noxrepo.org Subject: Re: [pox-dev] ports in pox I tried it

[pox-dev] ARP opcode

2015-09-02 Thread AMER
= 6 # INARP # <--- example What should I do after that? may you please help me. Best regards, Eng Amer Alghadhban COE SANS-GCFW CEH, SCNP, CCNA

[pox-dev] Riplpox with large topology

2015-09-02 Thread Amer
roblem was faced. Any body has a suggestion to solve this issue. Best regards, Amer

Re: [pox-dev] Riplpox with large topology

2015-09-02 Thread Amer
Thank you Murphy Yes, it is working correctly with the default number of host (i.e., 16 hosts). Best regards, Amer Sent from my iPhone > On Sep 3, 2015, at 4:00 AM, Murphy McCauley wrote: > > Did it work correctly with a smaller number of hosts before modification? > >

[pox-dev] Nox installation error

2015-10-22 Thread Amer
Dear All I am running with the following error while installing NOX lib tool: compile Failed to create '.libs' I have Ubuntu 12.04 and I followed the instructions in the website in how to install NOX in Ubuntu 12.04 Best regards, Amer Sent from my iPhone

Re: [pox-dev] Nox installation error

2015-10-24 Thread Amer
configure/make. > > Also, the chance of someone else who can help seeing it is probably higher if > you post on nox-dev instead of pox-dev. > > -- Murphy > >> On Oct 22, 2015, at 2:39 PM, Amer wrote: >> >> Dear All >> >> I am running with the

[pox-dev] MPLS match and labels popping

2015-11-08 Thread AMER
p = struct.pack('!HHI', self.subtype, self.ethertype, 0) # 4 bytes pad error: cannot convert argument to integer Any help is appreciated Best regards, Eng Amer Alghadhban COE SANS-GCFW CEH, SCNP, CCNA

Re: [pox-dev] MPLS match and labels popping

2015-11-09 Thread AMER
Dear Murphy Thank you for your advises Which version of OvS you suggest to use for MPLS. Best regards, Eng Amer Alghadhban COE SANS-GCFW CEH, SCNP, CCNA Subject: Re: MPLS match and labels popping From: murphy.mccau...@gmail.com Date: Sun, 8 Nov 2015 13:07:59 -0800 CC: pox-dev

Re: [pox-dev] MPLS match and labels popping

2015-11-09 Thread AMER
Dear All It is done after I used the following statement when I run mininet --switch ovsk, datapath='user' the mininet fire command will be is sudo mn --custom ~/x.py --topo mytopos --switch ovsk, datapath='user' --controller=remote ... Best regards, Eng Amer A

[pox-dev] VLAN and nicira

2015-11-11 Thread Amer
Dear All May you please provide me with an example of using VLAN under nicira flow_mod and match rule. I received an error when I used it as the following: msg = nx.nx_flow_mod() msg.match.dl_vlan = 10 "dl_vlan" works only with of_flow_mod() Best regards, Amer Sent from my iPhone

Re: [pox-dev] VLAN and nicira

2015-11-11 Thread Amer
Thank you Murphy I tried it but it didn't work I noticed the flow-table concerted the 10 to hex "0x000a" Should I worry about this this. Best regards, Amer Sent from my iPhone > On Nov 12, 2015, at 7:25 AM, Murphy McCauley > wrote: > > I think you want match.vl

[pox-dev] Matching in IP lyer

2013-08-25 Thread AMER AL-GHADHBAN
}] we got Nnne when we print them print "Match Destination %s" % f.match.nw_dst print "Match Destination %s" % f.match.nw_src Match Destination None Match Destination None Best regards, Eng Amer Alghadhban COE SANS-GCFW CEH, SCNP, CCNA

[pox-dev] Attribute error with ping

2013-08-30 Thread AMER AL-GHADHBAN
Hello, Hope you the best of wealth :) Some times I am facing this error: AttributeError: 'ipv4' object has no attribute 'protodst' if i do: h2 ping -c3 h1 # i received no echo messages at all and after some seconds when i try it again it is pinging without any errors b

Re: [pox-dev] Attribute error with ping

2013-08-31 Thread AMER AL-GHADHBAN
e error as mentioned in previous email 2. Is there a way to do an action like go to next match or continue your matching to subsequent flow table rules # I want the switch to execute the NATing action and continue to execute the learning_switch action# I appreciate your time and efforts Thank you

Re: [pox-dev] Attribute error with ping

2013-08-31 Thread AMER AL-GHADHBAN
Hello, Thank you for your comments But i did not understand how NAT is not an action Is there a way of doing NATing other than what i post in my email; if there is may you help me in how to do it. Best regards, Amer ‏ في ٣١‏/٠٨‏/٢٠١٣، الساعة ١١:٣٧ م، كتب "Murphy McCauley" : &

[pox-dev] Error in NATing

2013-09-04 Thread AMER AL-GHADHBAN
ve the following Q: 1. is there an error in the above code, may you please tell me how to fix it Thank you Best regards, Eng Amer Alghadhban COE SANS-GCFW CEH, SCNP, CCNA