From hsjeon88 at etri.re.kr Thu Jul 24 02:31:30 2014 From: hsjeon88 at etri.re.kr (=?utf-8?B?7KCE7ZW07IiZ?=) Date: Thu, 24 Jul 2014 09:31:30 +0000 Subject: [Xorp-users] Help Message-ID: <3E2A969AE41B5643ACAFCD3B7B411E0671C69409@SMTP3.etri.info> I am a novice about xorp. How can I use test directory ? There are no SConstruct. I want to make a test according to a function such as cli, libfeaclient, etc. Now, I want to use CLI and interface structure of fea and give interface information to our sw block. I don't want to use any routing blocks including fib, lib. Could you give me some directions ? - littleTree -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.ICSI.Berkeley.EDU/pipermail/xorp-users/attachments/20140724/06226566/attachment.html From greearb at candelatech.com Fri Jul 25 08:46:32 2014 From: greearb at candelatech.com (Ben Greear) Date: Fri, 25 Jul 2014 08:46:32 -0700 Subject: [Xorp-users] Help In-Reply-To: <3E2A969AE41B5643ACAFCD3B7B411E0671C69409@SMTP3.etri.info> References: <3E2A969AE41B5643ACAFCD3B7B411E0671C69409@SMTP3.etri.info> Message-ID: <53D27BD8.7040402@candelatech.com> On 07/24/2014 02:31 AM, ??? wrote: > I am a novice about xorp. > How can I use test directory ? There are no SConstruct. > I want to make a test according to a function such as cli, libfeaclient, etc. > Now, I want to use CLI and interface structure of fea and give interface information to our sw block. > I don't want to use any routing blocks including fib, lib. > > Could you give me some directions ? Maybe see how the click stuff is written. I'm not sure click actually works, but I think it will be similar to what you are trying to do. If you end up writing any patches that help towards this goal, please use git-format and git-send-mail to post them to the list. I hope to have time to go through the patch backlog someday soon. And, I need to get the wiki documentation system hosted on my own machine since the guys that were hosting it seem to have fallen off the internet! Thanks, Ben -- Ben Greear Candela Technologies Inc http://www.candelatech.com From avinash.sridharan at gmail.com Fri Jul 25 10:08:55 2014 From: avinash.sridharan at gmail.com (Avinash Sridharan) Date: Fri, 25 Jul 2014 10:08:55 -0700 Subject: [Xorp-users] Help In-Reply-To: <53D27BD8.7040402@candelatech.com> References: <3E2A969AE41B5643ACAFCD3B7B411E0671C69409@SMTP3.etri.info> <53D27BD8.7040402@candelatech.com> Message-ID: I would suggest, take a look at how the "show interface" command works. The template for the command can be found under $XORP_SRC/etc/templates/fea.cmd . It effectively calls an executable fea_show_interfaces. The code for this binary is sitting under $XORP_SRC/fea/tools/show_interface.cc. You can see the XRL interface being implemented in this binary, and replicate the target to register as a new interface mirror with FEA. To get incremental updates on existing interfaces (say link up/down event), I guess you can build on this and see how the events are sent to RIB. I am guessing RIB uses a similar interface mirror XRL interface. Hope that helps, Avinash On Fri, Jul 25, 2014 at 8:46 AM, Ben Greear wrote: > On 07/24/2014 02:31 AM, ??? wrote: > > I am a novice about xorp. > > How can I use test directory ? There are no SConstruct. > > I want to make a test according to a function such as cli, libfeaclient, > etc. > > Now, I want to use CLI and interface structure of fea and give interface > information to our sw block. > > I don't want to use any routing blocks including fib, lib. > > > > Could you give me some directions ? > > Maybe see how the click stuff is written. I'm not sure click actually > works, but > I think it will be similar to what you are trying to do. > > If you end up writing any patches that help towards this goal, please > use git-format and git-send-mail to post them to the list. I hope to have > time to go through the patch backlog someday soon. > > And, I need to get the wiki documentation system hosted on my own machine > since the guys that were hosting it seem to have fallen off the internet! > > Thanks, > Ben > > > -- > Ben Greear > Candela Technologies Inc http://www.candelatech.com > > _______________________________________________ > Xorp-users mailing list > Xorp-users at xorp.org > http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-users > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.ICSI.Berkeley.EDU/pipermail/xorp-users/attachments/20140725/60068c4f/attachment.html From wade.schofield at gmail.com Sun Jul 27 11:31:51 2014 From: wade.schofield at gmail.com (Wade Schofield) Date: Sun, 27 Jul 2014 14:31:51 -0400 Subject: [Xorp-users] Multicast Forwarding Problem Message-ID: Hi, I am new to XORP and am trying to get multicast forwarding to work in a CORE emulation environment. The network I?m working with is one simulated router connected to three hosts, each on a separate subnet. My goal is to distribute multicast traffic from one transmitter to two receivers. The multicast ip I?m using is 224.0.0.3. My config file for the router is below. Also, I?m using Quagga for OSPF which seems to be working fine. Using tcpdump, I can see the traffic coming into the router interface but it just dies there. For some reason the IGMP joins are not being registered even though the IGMP reports are being sent to the router. The router also never issues a query on 224.0.0.3 but does on other IP?s. Any help would be most appreciated, I?ve been chasing this for three days now and am running out of things to try. Thanks, Wade tcpdump: 14:17:34.155790 IP 10.0.11.20 > 224.0.0.3: igmp v2 report 224.0.0.3 14:17:37.711762 IP 10.0.11.20 > 224.0.0.3: igmp v2 report 224.0.0.3 When I do a show igmp group in the XORP shell, it shows a number of groups but not the one I?m trying to use. systcl -a show?s the router with multicast turned on: net.ipv4.conf.all.mc_forwarding = 1 net.ipv4.conf.default.mc_forwarding = 0 net.ipv4.conf.eth0.mc_forwarding = 1 net.ipv4.conf.eth1.mc_forwarding = 1 net.ipv4.conf.eth2.mc_forwarding = 1 net.ipv4.conf.eth3.mc_forwarding = 1 Config File: protocols { fib2mrib { disable: false } igmp { disable: false interface eth0 { vif eth0 { disable: false version: 2 enable-ip-router-alert-option-check: false query-interval: 125 query-last-member-interval: 1 query-response-interval: 10 robust-count: 2 } } interface eth1 { vif eth1 { disable: false version: 2 enable-ip-router-alert-option-check: false query-interval: 125 query-last-member-interval: 1 query-response-interval: 10 robust-count: 2 } } interface eth2 { vif eth2 { disable: false version: 2 enable-ip-router-alert-option-check: false query-interval: 125 query-last-member-interval: 1 query-response-interval: 10 robust-count: 2 } } interface eth3 { vif eth3 { disable: false version: 2 enable-ip-router-alert-option-check: false query-interval: 125 query-last-member-interval: 1 query-response-interval: 10 robust-count: 2 } } } pimsm4 { disable: false interface eth0 { vif eth0 { disable: false dr-priority: 1 hello-period: 30 hello-triggered-delay: 5 } } interface eth1 { vif eth1 { disable: false dr-priority: 1 hello-period: 30 hello-triggered-delay: 5 } } interface eth2 { vif eth2 { disable: false dr-priority: 1 hello-period: 30 hello-triggered-delay: 5 } } interface eth3 { vif eth3 { disable: false dr-priority: 1 hello-period: 30 hello-triggered-delay: 5 } } interface register_vif { vif register_vif { dr-priority: 1 disable: false } } static-rps { rp 10.0.14.1 { group-prefix 224.0.0.0/4 { rp-priority: 192 hash-mask-len: 30 } } } bootstrap { disable: false } } } fea { unicast-forwarding4 { disable: false forwarding-entries { retain-on-startup: true retain-on-shutdown: true } } } interfaces { interface eth0 { disable: false discard: false unreachable: false vif eth0 { address 10.0.11.1 { prefix-length: 24 } } } interface eth1 { disable: false discard: false unreachable: false vif eth1 { address 10.0.10.1 { prefix-length: 24 } } } interface eth2 { disable: false discard: false unreachable: false vif eth2 { address 10.0.9.1 { prefix-length: 24 } } } interface eth3 { disable: false discard: false unreachable: false vif eth3 { address 10.0.14.1 { prefix-length: 24 } } } } plumbing { mfea4 { disable: false interface eth0 { vif eth0 { disable: false } } interface eth1 { vif eth1 { disable: false } } interface eth2 { vif eth2 { disable: false } } interface eth3 { vif eth3 { disable: false } } interface register_vif { vif register_vif { disable: false } } } } -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.ICSI.Berkeley.EDU/pipermail/xorp-users/attachments/20140727/2e3c33f5/attachment.html From danro at kth.se Sun Jul 27 12:17:24 2014 From: danro at kth.se (Dan Rosenqvist) Date: Sun, 27 Jul 2014 19:17:24 +0000 Subject: [Xorp-users] Multicast Forwarding Problem In-Reply-To: References: Message-ID: <54DD4F682C240845BF5F7D0EECBDB6F208A5C204@EXDB3.ug.kth.se> Hi, I think the 224.0.0.0/24 subnet is reserved for routing protocols. Try changing to another subnet and see if that works better. Best regards, Dan ________________________________ Fr?n: xorp-users-bounces at xorp.org [xorp-users-bounces at xorp.org] f?r Wade Schofield [wade.schofield at gmail.com] Skickat: den 27 juli 2014 20:31 Till: xorp-users at xorp.org ?mne: [Xorp-users] Multicast Forwarding Problem Hi, I am new to XORP and am trying to get multicast forwarding to work in a CORE emulation environment. The network I?m working with is one simulated router connected to three hosts, each on a separate subnet. My goal is to distribute multicast traffic from one transmitter to two receivers. The multicast ip I?m using is 224.0.0.3. My config file for the router is below. Also, I?m using Quagga for OSPF which seems to be working fine. Using tcpdump, I can see the traffic coming into the router interface but it just dies there. For some reason the IGMP joins are not being registered even though the IGMP reports are being sent to the router. The router also never issues a query on 224.0.0.3 but does on other IP?s. Any help would be most appreciated, I?ve been chasing this for three days now and am running out of things to try. Thanks, Wade tcpdump: 14:17:34.155790 IP 10.0.11.20 > 224.0.0.3: igmp v2 report 224.0.0.3 14:17:37.711762 IP 10.0.11.20 > 224.0.0.3: igmp v2 report 224.0.0.3 When I do a show igmp group in the XORP shell, it shows a number of groups but not the one I?m trying to use. systcl -a show?s the router with multicast turned on: net.ipv4.conf.all.mc_forwarding = 1 net.ipv4.conf.default.mc_forwarding = 0 net.ipv4.conf.eth0.mc_forwarding = 1 net.ipv4.conf.eth1.mc_forwarding = 1 net.ipv4.conf.eth2.mc_forwarding = 1 net.ipv4.conf.eth3.mc_forwarding = 1 Config File: protocols { fib2mrib { disable: false } igmp { disable: false interface eth0 { vif eth0 { disable: false version: 2 enable-ip-router-alert-option-check: false query-interval: 125 query-last-member-interval: 1 query-response-interval: 10 robust-count: 2 } } interface eth1 { vif eth1 { disable: false version: 2 enable-ip-router-alert-option-check: false query-interval: 125 query-last-member-interval: 1 query-response-interval: 10 robust-count: 2 } } interface eth2 { vif eth2 { disable: false version: 2 enable-ip-router-alert-option-check: false query-interval: 125 query-last-member-interval: 1 query-response-interval: 10 robust-count: 2 } } interface eth3 { vif eth3 { disable: false version: 2 enable-ip-router-alert-option-check: false query-interval: 125 query-last-member-interval: 1 query-response-interval: 10 robust-count: 2 } } } pimsm4 { disable: false interface eth0 { vif eth0 { disable: false dr-priority: 1 hello-period: 30 hello-triggered-delay: 5 } } interface eth1 { vif eth1 { disable: false dr-priority: 1 hello-period: 30 hello-triggered-delay: 5 } } interface eth2 { vif eth2 { disable: false dr-priority: 1 hello-period: 30 hello-triggered-delay: 5 } } interface eth3 { vif eth3 { disable: false dr-priority: 1 hello-period: 30 hello-triggered-delay: 5 } } interface register_vif { vif register_vif { dr-priority: 1 disable: false } } static-rps { rp 10.0.14.1 { group-prefix 224.0.0.0/4 { rp-priority: 192 hash-mask-len: 30 } } } bootstrap { disable: false } } } fea { unicast-forwarding4 { disable: false forwarding-entries { retain-on-startup: true retain-on-shutdown: true } } } interfaces { interface eth0 { disable: false discard: false unreachable: false vif eth0 { address 10.0.11.1 { prefix-length: 24 } } } interface eth1 { disable: false discard: false unreachable: false vif eth1 { address 10.0.10.1 { prefix-length: 24 } } } interface eth2 { disable: false discard: false unreachable: false vif eth2 { address 10.0.9.1 { prefix-length: 24 } } } interface eth3 { disable: false discard: false unreachable: false vif eth3 { address 10.0.14.1 { prefix-length: 24 } } } } plumbing { mfea4 { disable: false interface eth0 { vif eth0 { disable: false } } interface eth1 { vif eth1 { disable: false } } interface eth2 { vif eth2 { disable: false } } interface eth3 { vif eth3 { disable: false } } interface register_vif { vif register_vif { disable: false } } } } -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.ICSI.Berkeley.EDU/pipermail/xorp-users/attachments/20140727/a6df7056/attachment.html From wade.schofield at gmail.com Sun Jul 27 12:56:30 2014 From: wade.schofield at gmail.com (Wade Schofield) Date: Sun, 27 Jul 2014 15:56:30 -0400 Subject: [Xorp-users] Multicast Forwarding Problem In-Reply-To: <54DD4F682C240845BF5F7D0EECBDB6F208A5C204@EXDB3.ug.kth.se> References: <54DD4F682C240845BF5F7D0EECBDB6F208A5C204@EXDB3.ug.kth.se> Message-ID: <2A7F3F45-CB00-4217-A22A-12CF431EA3B4@gmail.com> Dan you rock! I changed it to 224.0.2.1 and it works! Wow, if I wasn?t so happy it was working I?d kick myself! Thanks again, Wade On Jul 27, 2014, at 3:17 PM, Dan Rosenqvist wrote: > Hi, > > I think the 224.0.0.0/24 subnet is reserved for routing protocols. Try changing to another subnet and see if that works better. > > Best regards, > Dan > > Fr?n: xorp-users-bounces at xorp.org [xorp-users-bounces at xorp.org] f?r Wade Schofield [wade.schofield at gmail.com] > Skickat: den 27 juli 2014 20:31 > Till: xorp-users at xorp.org > ?mne: [Xorp-users] Multicast Forwarding Problem > > Hi, > > I am new to XORP and am trying to get multicast forwarding to work in a CORE emulation environment. The network I?m working with is one simulated router connected to three hosts, each on a separate subnet. My goal is to distribute multicast traffic from one transmitter to two receivers. The multicast ip I?m using is 224.0.0.3. My config file for the router is below. Also, I?m using Quagga for OSPF which seems to be working fine. > > Using tcpdump, I can see the traffic coming into the router interface but it just dies there. For some reason the IGMP joins are not being registered even though the IGMP reports are being sent to the router. The router also never issues a query on 224.0.0.3 but does on other IP?s. > > Any help would be most appreciated, I?ve been chasing this for three days now and am running out of things to try. > > Thanks, > > Wade > > > tcpdump: > > 14:17:34.155790 IP 10.0.11.20 > 224.0.0.3: igmp v2 report 224.0.0.3 > 14:17:37.711762 IP 10.0.11.20 > 224.0.0.3: igmp v2 report 224.0.0.3 > > When I do a show igmp group in the XORP shell, it shows a number of groups but not the one I?m trying to use. > > systcl -a show?s the router with multicast turned on: > > net.ipv4.conf.all.mc_forwarding = 1 > net.ipv4.conf.default.mc_forwarding = 0 > net.ipv4.conf.eth0.mc_forwarding = 1 > net.ipv4.conf.eth1.mc_forwarding = 1 > net.ipv4.conf.eth2.mc_forwarding = 1 > net.ipv4.conf.eth3.mc_forwarding = 1 > > Config File: > > protocols { > fib2mrib { > disable: false > } > igmp { > disable: false > interface eth0 { > vif eth0 { > disable: false > version: 2 > enable-ip-router-alert-option-check: false > query-interval: 125 > query-last-member-interval: 1 > query-response-interval: 10 > robust-count: 2 > } > } > interface eth1 { > vif eth1 { > disable: false > version: 2 > enable-ip-router-alert-option-check: false > query-interval: 125 > query-last-member-interval: 1 > query-response-interval: 10 > robust-count: 2 > } > } > interface eth2 { > vif eth2 { > disable: false > version: 2 > enable-ip-router-alert-option-check: false > query-interval: 125 > query-last-member-interval: 1 > query-response-interval: 10 > robust-count: 2 > } > } > interface eth3 { > vif eth3 { > disable: false > version: 2 > enable-ip-router-alert-option-check: false > query-interval: 125 > query-last-member-interval: 1 > query-response-interval: 10 > robust-count: 2 > } > } > } > pimsm4 { > disable: false > interface eth0 { > vif eth0 { > disable: false > dr-priority: 1 > hello-period: 30 > hello-triggered-delay: 5 > } > } > interface eth1 { > vif eth1 { > disable: false > dr-priority: 1 > hello-period: 30 > hello-triggered-delay: 5 > } > } > interface eth2 { > vif eth2 { > disable: false > dr-priority: 1 > hello-period: 30 > hello-triggered-delay: 5 > } > } > interface eth3 { > vif eth3 { > disable: false > dr-priority: 1 > hello-period: 30 > hello-triggered-delay: 5 > } > } > interface register_vif { > vif register_vif { > dr-priority: 1 > disable: false > } > } > > static-rps { > rp 10.0.14.1 { > group-prefix 224.0.0.0/4 { > rp-priority: 192 > hash-mask-len: 30 > } > } > } > > bootstrap { > disable: false > } > } > } > > fea { > unicast-forwarding4 { > disable: false > forwarding-entries { > retain-on-startup: true > retain-on-shutdown: true > } > } > } > > interfaces { > interface eth0 { > disable: false > discard: false > unreachable: false > vif eth0 { > address 10.0.11.1 { > prefix-length: 24 > } > } > } > interface eth1 { > disable: false > discard: false > unreachable: false > vif eth1 { > address 10.0.10.1 { > prefix-length: 24 > } > } > } > interface eth2 { > disable: false > discard: false > unreachable: false > vif eth2 { > address 10.0.9.1 { > prefix-length: 24 > } > } > } > interface eth3 { > disable: false > discard: false > unreachable: false > vif eth3 { > address 10.0.14.1 { > prefix-length: 24 > } > } > } > } > > plumbing { > mfea4 { > disable: false > interface eth0 { > vif eth0 { > disable: false > } > } > interface eth1 { > vif eth1 { > disable: false > } > } > interface eth2 { > vif eth2 { > disable: false > } > } > interface eth3 { > vif eth3 { > disable: false > } > } > interface register_vif { > vif register_vif { > disable: false > } > } > } > } -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.ICSI.Berkeley.EDU/pipermail/xorp-users/attachments/20140727/44d91548/attachment-0001.html From phil.wiggins at gmail.com Mon Jul 28 05:05:58 2014 From: phil.wiggins at gmail.com (Phil Wiggins) Date: Mon, 28 Jul 2014 09:05:58 -0300 Subject: [Xorp-users] Multicast Forwarding Problem In-Reply-To: <54DD4F682C240845BF5F7D0EECBDB6F208A5C204@EXDB3.ug.kth.se> References: <54DD4F682C240845BF5F7D0EECBDB6F208A5C204@EXDB3.ug.kth.se> Message-ID: The address block 224.0.0.0/24 (224.0.0.0 to 224.0.0.255) is designated for multicasting on the local subnetwork only. https://www.princeton.edu/~achaney/tmve/wiki100k/docs/Multicast_address.html Cheers, Phil On Sun, Jul 27, 2014 at 4:17 PM, Dan Rosenqvist wrote: > Hi, > > I think the 224.0.0.0/24 subnet is reserved for routing protocols. Try > changing to another subnet and see if that works better. > > Best regards, > Dan > > ------------------------------ > *Fr?n:* xorp-users-bounces at xorp.org [xorp-users-bounces at xorp.org] f?r > Wade Schofield [wade.schofield at gmail.com] > *Skickat:* den 27 juli 2014 20:31 > *Till:* xorp-users at xorp.org > *?mne:* [Xorp-users] Multicast Forwarding Problem > > Hi, > > I am new to XORP and am trying to get multicast forwarding to work in a > CORE emulation environment. The network I?m working with is one simulated > router connected to three hosts, each on a separate subnet. My goal is to > distribute multicast traffic from one transmitter to two receivers. The > multicast ip I?m using is 224.0.0.3. My config file for the router is > below. Also, I?m using Quagga for OSPF which seems to be working fine. > > Using tcpdump, I can see the traffic coming into the router interface > but it just dies there. For some reason the IGMP joins are not being > registered even though the IGMP reports are being sent to the router. The > router also never issues a query on 224.0.0.3 but does on other IP?s. > > Any help would be most appreciated, I?ve been chasing this for three > days now and am running out of things to try. > > Thanks, > > Wade > > > *tcpdump:* > > 14:17:34.155790 IP 10.0.11.20 > 224.0.0.3: igmp v2 report 224.0.0.3 > 14:17:37.711762 IP 10.0.11.20 > 224.0.0.3: igmp v2 report 224.0.0.3 > > When I do a show igmp group in the XORP shell, it shows a number of > groups but not the one I?m trying to use. > > *systcl -a* show?s the router with multicast turned on: > > net.ipv4.conf.all.mc_forwarding = 1 > net.ipv4.conf.default.mc_forwarding = 0 > net.ipv4.conf.eth0.mc_forwarding = 1 > net.ipv4.conf.eth1.mc_forwarding = 1 > net.ipv4.conf.eth2.mc_forwarding = 1 > net.ipv4.conf.eth3.mc_forwarding = 1 > > *Config File:* > > protocols { > fib2mrib { > disable: false > } > igmp { > disable: false > interface eth0 { > vif eth0 { > disable: false > version: 2 > enable-ip-router-alert-option-check: false > query-interval: 125 > query-last-member-interval: 1 > query-response-interval: 10 > robust-count: 2 > } > } > interface eth1 { > vif eth1 { > disable: false > version: 2 > enable-ip-router-alert-option-check: false > query-interval: 125 > query-last-member-interval: 1 > query-response-interval: 10 > robust-count: 2 > } > } > interface eth2 { > vif eth2 { > disable: false > version: 2 > enable-ip-router-alert-option-check: false > query-interval: 125 > query-last-member-interval: 1 > query-response-interval: 10 > robust-count: 2 > } > } > interface eth3 { > vif eth3 { > disable: false > version: 2 > enable-ip-router-alert-option-check: false > query-interval: 125 > query-last-member-interval: 1 > query-response-interval: 10 > robust-count: 2 > } > } > } > pimsm4 { > disable: false > interface eth0 { > vif eth0 { > disable: false > dr-priority: 1 > hello-period: 30 > hello-triggered-delay: 5 > } > } > interface eth1 { > vif eth1 { > disable: false > dr-priority: 1 > hello-period: 30 > hello-triggered-delay: 5 > } > } > interface eth2 { > vif eth2 { > disable: false > dr-priority: 1 > hello-period: 30 > hello-triggered-delay: 5 > } > } > interface eth3 { > vif eth3 { > disable: false > dr-priority: 1 > hello-period: 30 > hello-triggered-delay: 5 > } > } > interface register_vif { > vif register_vif { > dr-priority: 1 > disable: false > } > } > > static-rps { > rp 10.0.14.1 { > group-prefix 224.0.0.0/4 { > rp-priority: 192 > hash-mask-len: 30 > } > } > } > > bootstrap { > disable: false > } > } > } > > fea { > unicast-forwarding4 { > disable: false > forwarding-entries { > retain-on-startup: true > retain-on-shutdown: true > } > } > } > > interfaces { > interface eth0 { > disable: false > discard: false > unreachable: false > vif eth0 { > address 10.0.11.1 { > prefix-length: 24 > } > } > } > interface eth1 { > disable: false > discard: false > unreachable: false > vif eth1 { > address 10.0.10.1 { > prefix-length: 24 > } > } > } > interface eth2 { > disable: false > discard: false > unreachable: false > vif eth2 { > address 10.0.9.1 { > prefix-length: 24 > } > } > } > interface eth3 { > disable: false > discard: false > unreachable: false > vif eth3 { > address 10.0.14.1 { > prefix-length: 24 > } > } > } > } > > plumbing { > mfea4 { > disable: false > interface eth0 { > vif eth0 { > disable: false > } > } > interface eth1 { > vif eth1 { > disable: false > } > } > interface eth2 { > vif eth2 { > disable: false > } > } > interface eth3 { > vif eth3 { > disable: false > } > } > interface register_vif { > vif register_vif { > disable: false > } > } > } > } > > _______________________________________________ > Xorp-users mailing list > Xorp-users at xorp.org > http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-users > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.ICSI.Berkeley.EDU/pipermail/xorp-users/attachments/20140728/a0017a1c/attachment.html From q1208c at hotmail.com Thu Jul 31 20:57:00 2014 From: q1208c at hotmail.com (WangZhenwu) Date: Fri, 1 Aug 2014 11:57:00 +0800 Subject: [Xorp-users] Why XORP(osfp) don't update the routing table on Window7. Message-ID: Hi I am new to XORP. I use it on Windows 7 64bit. I config XORP use ospf, I can see the ospf nei, but, the routing table not update, I use "route print" on Windows CMD. What's wrong? Thanks. Regards -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.ICSI.Berkeley.EDU/pipermail/xorp-users/attachments/20140801/8e317d48/attachment.html