Measuring Bandwidth via Bonded interfaces

I am interested in using an Xserve running 10.6 to monitor bandwidth and network usage. I need to bind two interfaces to see both sides of the traffic. When I create the virtual interface I use the bondmode "static" and am able to see some of the traffic from the physical interfaces. All of the traffic is NOT being passed as expected, I'm only seeing broadcast and layer 2 traffic.
How can I configure the virtual interface to pass all traffic that the physical interfaces are seeing?

Hi Neslog,
Have you tried the Unix forums?
http://discussions.apple.com/forum.jspa?forumID=735
I was meaning to suggest that last time but I forgot! Maybe there are more answers there.
One thing I did not understand was that you can see Layer 2 traffic, layer 3 will be embedded in that won't it. Can the software not display it?
Hope you get an answer

Similar Messages

  • Monitoring time capsule bandwidth via MRTG?

    I purchased a time capsule a few months back and have just got MRTG up and running to monitor bandwidth via SNMP. There is a thread here that suggests this is possible:
    https://discussions.apple.com/message/9410927#9410927
    Running snmpwalk on my time capsule shows 12 different devices:
    ifDescr.1 = STRING: mgi0
    ifDescr.2 = STRING: mgi1
    ifDescr.3 = STRING: bwl0
    ifDescr.4 = STRING: bwl1
    ifDescr.5 = STRING: lo0
    ifDescr.6 = STRING: wlan0
    ifDescr.7 = STRING: wlan1
    ifDescr.8 = STRING: wlan2
    ifDescr.9 = STRING: wlan3
    ifDescr.10 = STRING: bridge0
    ifDescr.11 = STRING: bridge1
    ifDescr.12 = STRING: rxq0
    However, I've tried monitoring each and every one of these devices and it doesn't seem any of these represents the WAN port. For example, I can pull 1000kB/sec down on two separate devices (one connected via Wi-Fi and one connected via ethernet) and none of these will show 2000kB/sec, so I'm sort of at a loss. Do the new time capsules just no longer support monitoring bandwidth on the WAN port? Anyway around this?
    Thanks!

    I just had to figure this out on a Time Capsule, and since there is a lack of information on the Internet about the new models I did a bunch of trial and error.
    Here's what I found:
    They report the wrong interface speeds via SNMP, which is why cfgmaker is confused about the speeds.
    They do SNMPv2 just fine.
    cfgmaker is otherwise accurate.
    I believe the interfaces are:
    mgi0 LAN
    mgi1 WAN
    bwl0 2.4 Ghz Radio
    bwl1 5.0 Ghz Radio
    lo0 loopback
    wlan0 2.4 Ghz Network
    wlan1 5.0 Ghz Network
    pppoe0 PPP Over Ethernet Client          
    bridge0 Internal bridge between wired an wireless
    gif0 6in4 Tunnel
    stf0 6to4 Tunneling
    The architecture seems to be that mgi0 is attached to the 3-port switch for the LAN ports, so they all aggregate under that one interface.  bwl0/wlan0 always report the same bits for 2.4G clients, bwl1/wlan1 the same bits for 5G clients.  bridge0 bridges between mgi0, bwl0/wlan0, and bwl1/wlan1.  I don't use pppoe, so I can't confirm what that shows, but I assume it's the traffic _inside_ the PPPOE session on the WAN, if used.  gif0 is 6in4 tunneling, and stf0 is 6to4 tunneling.
    The only thing I'm unsure about is the WiFi interfaces are set to 300Mbps/max in this config.  I am unclear if this box can do 450Mbps throughput with the right clients.
    A sample MRTG config file is below.
    WorkDir: /path/to/your/files
    Options[_]: growright,bits
    WithPeak[_]: ymw
    YSize[_]: 200
    XSize[_]: 600
    ### Interface 1 >> Descr: 'mgi0' | Name: '' | Ip: '' | Eth: '' ###
    Target[10.0.1.1_1]: 1:[email protected]:::::2
    MaxBytes[10.0.1.1_1]: 125000000
    Title[10.0.1.1_1]: Traffic Analysis for mgi0 -- timecapsulename
    PageTop[10.0.1.1_1]: <h1>Traffic Analysis for mgi0 -- timecapsulename</h1>
    ### Interface 2 >> Descr: 'mgi1' | Name: '' | Ip: '169.254.147.241' | Eth: '' ###
    Target[10.0.1.1_2]: 2:[email protected]:::::2
    MaxBytes[10.0.1.1_2]: 125000000
    Title[10.0.1.1_2]: Traffic Analysis for mgi1 -- timecapsulename
    PageTop[10.0.1.1_2]: <h1>Traffic Analysis for mgi1 -- timecapsulename</h1>
    ### Interface 3 >> Descr: 'bwl0' | Name: '' | Ip: '' | Eth: '' ###
    Target[10.0.1.1_3]: 3:[email protected]:::::2
    MaxBytes[10.0.1.1_3]: 37500000
    Title[10.0.1.1_3]: Traffic Analysis for bwl0 -- timecapsulename
    PageTop[10.0.1.1_3]: <h1>Traffic Analysis for bwl0 -- timecapsulename</h1>
    ### Interface 4 >> Descr: 'bwl1' | Name: '' | Ip: '' | Eth: '' ###
    Target[10.0.1.1_4]: 4:[email protected]:::::2
    MaxBytes[10.0.1.1_4]: 37500000
    Title[10.0.1.1_4]: Traffic Analysis for bwl1 -- timecapsulename
    PageTop[10.0.1.1_4]: <h1>Traffic Analysis for bwl1 -- timecapsulename</h1>
    ### Interface 5 >> Descr: 'lo0' | Name: '' | Ip: '127.0.0.2' | Eth: '' ###
    Target[10.0.1.1_5]: 5:[email protected]:::::2
    MaxBytes[10.0.1.1_5]: 125000000
    Title[10.0.1.1_5]: Traffic Analysis for lo0 -- timecapsulename
    PageTop[10.0.1.1_5]: <h1>Traffic Analysis for lo0 -- timecapsulename</h1>
    ### Interface 6 >> Descr: 'wlan0' | Name: '' | Ip: '' |
    Target[10.0.1.1_6]: 6:[email protected]:::::2
    SetEnv[10.0.1.1_6]: MRTG_INT_IP="" MRTG_INT_DESCR="wlan0"
    MaxBytes[10.0.1.1_6]: 37500000
    Title[10.0.1.1_6]: Traffic Analysis for wlan0 -- timecapsulename
    PageTop[10.0.1.1_6]: <h1>Traffic Analysis for wlan0 -- timecapsulename</h1>
    ### Interface 7 >> Descr: 'wlan1' | Name: '' | Ip: '' |
    Target[10.0.1.1_7]: 7:[email protected]:::::2
    SetEnv[10.0.1.1_7]: MRTG_INT_IP="" MRTG_INT_DESCR="wlan1"
    MaxBytes[10.0.1.1_7]: 37500000
    Title[10.0.1.1_7]: Traffic Analysis for wlan1 -- timecapsulename
    PageTop[10.0.1.1_7]: <h1>Traffic Analysis for wlan1 -- timecapsulename</h1>
    ### Interface 8 >> Descr: 'pppoe0' | Name: '' | Ip: '' | Eth: '' ###
    Target[10.0.1.1_8]: 8:[email protected]:::::2
    MaxBytes[10.0.1.1_8]: 125000000
    Title[10.0.1.1_8]: Traffic Analysis for pppoe0 -- timecapsulename
    PageTop[10.0.1.1_8]: <h1>Traffic Analysis for pppoe0 -- timecapsulename</h1>
    ### Interface 9 >> Descr: 'bridge0' | Name: '' | Ip: '' | Eth: '' ###
    Target[10.0.1.1_9]: 9:[email protected]:::::2
    MaxBytes[10.0.1.1_9]: 125000000
    Title[10.0.1.1_9]: Traffic Analysis for bridge0 -- timecapsulename
    PageTop[10.0.1.1_9]: <h1>Traffic Analysis for bridge0 -- timecapsulename</h1>
    ### Interface 10 >> Descr: 'gif0' | Name: '' | Ip: '' | Eth: '' ###
    Target[10.0.1.1_10]: 10:[email protected]:::::2
    MaxBytes[10.0.1.1_10]: 125000000
    Title[10.0.1.1_10]: Traffic Analysis for gif0 -- timecapsulename
    PageTop[10.0.1.1_10]: <h1>Traffic Analysis for gif0 -- timecapsulename</h1>
    ### Interface 11 >> Descr: 'stf0' | Name: '' | Ip: '' | Eth: '' ###
    Target[10.0.1.1_11]: 11:[email protected]:::::2
    MaxBytes[10.0.1.1_11]: 125000000
    Title[10.0.1.1_11]: Traffic Analysis for stf0 -- timecapsulename
    PageTop[10.0.1.1_11]: <h1>Traffic Analysis for stf0 -- timecapsulename</h1>

  • A extra field, which not evaluate in APO - R/3 via CIF Interface

    Hello all,
    in one of our project a question came up:
    Scenario:
    A customer send us the requirements for weeks as an xml file. This xml file contains a field with a specific number for this requirements (each file as the same number). We send all information to APO - BW. And than via CIF - Interface into the R/3 System.
    So far so good, but now we have to send back a suggestion to the customer include the certain amount and delivery date and the specific number field. The certain amount and the delivery date ...-> no problem. But we lost the specifc number. The reason behind is, that our APO Specialist mentioned, that are no possibilities to bring the  field from the APO-BW via CIF to R/3. But I couldn't belive it.
    So my question is now, maybe it is possible to put the number in a field, which we can pass-through features to R/3.
    Thanks
    Kind regards
    Stephan

    Hi Stephan - I also agree that this is not standard functionality in SAP. However you can move customer specific data from APO into R3 using the CIF with CIF enhancements. Most or all transactional data enhancements have extension tables where SAP customers can move non-SAP defined data through the CIF. Look in customizing for enhancements and also identify the APO-BW tables where your data is stored. A developer should be able to take it from there. One thing to think about is where in R3 you want to store this data - make sure there is a field available or some logic to receive the data.
    Regards
    Andy

  • CO 1SRJ-001: Too many line items selected via report interface

    Report group/report 1SRJ/1SRJ-001 (CCentres: Rolling Year):  provides an overview for the last 12 periods of actual and plan data.
    When you access line item report RKAEP000 (KSB1 or KSBP) from report Cost Centres Rolling Year (1SRJ-001) using the report/report interface, too much data is selected.
    For example, you enter fiscal year 2009 and month 8 in selection parameters, the report generates results for the last 12 periods:  2008/9 to 2009/8.  But the line item report accessed via report interface selected ALL data for the fiscal years 2008 and 2009.
    I searched and found Note 127643 that described a similar but not exactly the same situation.  Have anyone have any problems with this report?  Any suggestion is appreicated.
    Regards,

    Issue with report 1SRJ-001 (S_ALR_87013631) has been resolved.  The interfaced line item report selects all data records for fiscal years 2008 and 2009, instead of just for the selected last 12 months.  The problem is due to missing restrictions for a characteristic, in this case, the from-period and to-period fields.
    SAP has corrected the problem by issuing an updated version (1999) and the one we were using was the 1995 version.  I imported the updated version of report from client 000 and now it works fine.

  • Browser sound not routing via external interface

    I am running an external audio interface which IS selected as output in sound settings.
    When using iTunes or any other audio software, the sound routes properly via the interface.
    However, sound from my browsers all seem to route via the Powermac internal speaker, and i cant seem to find out why or where to set it to route via the interface.
    Help!!!

    I am running an external audio interface which IS selected as output in sound settings.
    When using iTunes or any other audio software, the sound routes properly via the interface.
    However, sound from my browsers all seem to route via the Powermac internal speaker, and i cant seem to find out why or where to set it to route via the interface.
    Help!!!

  • MIGO - Distribute quantities via an interface.

    Hi All,
    We currently use subcontracting to record the consumption of components in a BOM via a goods receipt.  Where a component of a BOM is batch managed, we can use the distribute quantities button against a line item to allocate more than 1 batch to the component.  For example we want to GR 10kg for a component, and 5kg comes from batch A and 5kg from batch B.
    The above scenario works well using MIGO (no similar distribute quantities functionality appears to exist in MB01).  We are attempting to do the same via an interface.  WE are currently investigating the use of basic type MBGMCR02 (BAPI_GOODSMVT_CREATE) and WMMBID02 (function L_IDOC_INPUT_WMMBXY) but have had no luck.  Before we delve into these IDOCs deeper, I wanted to check to find out if anyone else had done something similar via an interface?
    Our other option, as we cannot record a MIGO session, is to build our own wrapper around function module MB_CREATE_GOODS_MOVEMENT but  I want to avoid this development if we can use a standard interface.
    I'd appreciate any help or guidance in dealing with the above scenario.
    Many thanks,
    James.

    It is enough if you:
    1. Distribute the stub and skeleton.
    2. Make sure you know the proper string throught which the server was bound to the registry.
    3. Make sure you call the appropriate objects and the proper method names on those objects.

  • Can I use iphone in BMW via usb interface for phone call and ipod functions

    Can I use iphone in BMW via usb interface for phone call and ipod functions

    Why don't you check the manual for your car or ask your dealer?

  • Mgmt Via Dynamic Interface not working on 5505 version 7.2.111.3

    Folks,
             I have posted this question a couple of times on the forum but did not get a solution. I am trying to manage my 5508 controller from a dynamic interface which is assigned to port 7 of the controller. I have a switch connected to that port which has a PC on the same subnet as the dynamic interface. From the PC, I can ping the dynamic interface IP Address, but can not telnet,SSH,http or https to it. There is no clear doc that specifics how to effectly use the command "config network mgmt-via-dynamic-interface" command.
    Mgmt Via Wireless Interface................. Enable
    Mgmt Via Dynamic Interface.................. Enable
    Interface Name                   Port Vlan Id  IP Address      Type    Ap Mgr Guest
    173                                      7    173      172.16.101.100  Dynamic Yes    No
    management                         1    172      172.16.100.100  Static  Yes    No
    service-port                           N/A  N/A      0.0.0.0         DHCP    No     No
    virtual                                    N/A  N/A      1.1.1.1         Static  No     No
    7  Normal  Forw Enable  Auto       1000 Full  Up     Enable  N/A     1000BaseTX
    Any guidence would be highly appreciated.

    Im having a similar issue and have 2 TAC cases open.
    TAC CASE#1:  issue is that even when disbaled I can still access the dynmic interface via HTTPS/HTTPS/TELNET/SSH. But this is on a WISM1.
    Thanks a lot for your quick and prompt response, I see that there is an internal Bug with an ID CSCty32586.
    I see that the bug is fixed told be fixed in 7.0.230.0, but it’s not fixed. The bug is fixed in 7.2.x version.
    I understand that you are using Wism on which 7.1.x version and above is not supported.
    As 7.0.235.3 is released recently to overcome some of the changes and to fix some of the Bugs with older version on these devices.
    Kindly try to upgrade the software version of the WLC to 7.0.235.3 and check the compatibility.
    Please do let me know in case of any concerns and I will be glad to assist you.
    TAC CASE#2: Just like you I can not access the dynamic interface. Still working that one .. The holiday dropped when I just opened that case.
    "Satisfaction does not come from knowing the solution, it comes from knowing why." - Rosalind Franklin
    ‎"I'm in a serious relationship with my Wi-Fi. You could say we have a connection."

  • Management via Dynamic interface

    Hello
    I trying to deny mgmgt via dynamic interface on my WLC 5508. I have disabled both mgmt via Wireless and mgmt via dynamic interface, but i still can do ssh mgmt to the dynamic interface ont the controller
    Someone who can help me with this ?
    Regards
    Erik

    Hi,
    Here is a config example of ACLs in WLCs:
    http://www.cisco.com/en/US/tech/tk722/tk809/technologies_configuration_example09186a00807810d1.shtml.
    HTH,
    Tiago
    If  this helps you and/or answers your question please mark the question as  "answered" and/or rate it, so other users can easily find it.

  • Vendor Credit Memo creation in SAP via IDOC Interface (Inbound)

    Hello Team,
    I have a client requirement to create Vendor Invoices & Credit memo via Idoc Interface. Iam using INVOIC02 idoc type for posting Invoices and could able to create the invoice successfully. For credit memo , I'm aware that we can use the same idoc type (INVOIC02) and need to pass CRME value for the segment field BSART.
    What i need is a sample Inbound INVOIC02 idoc file for credit memo to identify the required fields for successful credit memo creation.
    Regards,
    Vijay

    Hello Team,
    I have a client requirement to create Vendor Invoices & Credit memo via Idoc Interface. Iam using INVOIC02 idoc type for posting Invoices and could able to create the invoice successfully. For credit memo , I'm aware that we can use the same idoc type (INVOIC02) and need to pass CRME value for the segment field BSART.
    What i need is a sample Inbound INVOIC02 idoc file for credit memo to identify the required fields for successful credit memo creation.
    Regards,
    Vijay

  • Servlet for reading lotus notes nsf-file via corba-interface

    Hello,
    we have written a servlet for reading lotus notes nsf-file via corba-interface.
    So we can read lotus notes-files in a portal url-iview.
    Are you interested?
    Best regards
    Oliver Prodinger

    If you check out the thread from my question (524480), we found
    that we had to enable the IIOP task on the domino server as we
    were not running it, this cured the problem I think you are
    encountering.
    This has not solved all our problems as I only see Notes data in
    the Inbox Portlet Preview mode, this problem is refered by other
    contributors as the collapsing Portlet problem (496625) and I do
    not know whether there is a solution to this problem yet.
    Hope this helps.

  • Loading sales territory and sales person via customer interface (RACUST)

    Hi,
    I am trying to laod sales territory and sales person via customer interface (RACUST). Even the ra_customers_interface_all has a territory column, the value is not getting populated when the interface completes successfully. Also, which column in customer interface table should hold salesperson value so that it gets successfully loaded to Oracle?

    Hi Murari,
    You can attach documents through Services for Object (GOS) Using Archivelink functionality.
    Generall Incoming documents ( Documents received by Company as part of transaction such as Invoices, Delivery challans, Cutomer PO which come in form of hard copies) are stored using SAP ARchivelink.
    Please refer the link
    [http://help.sap.com/erp2005_ehp_04/helpdata/EN/33/5cd7345a238045e10000009b38f83b/frameset.htm]
    With Warm Regards
    Mangesh Pande

  • [SOLVED]Route connection to specified ip via specified interface

    Hello,
    I have 2 interfaces eth0 and wlan0
    eth0 is connected to network with limited access outside(high bandwidth).
    wlan0 is connected to network with unlimited access outside(low bandwidth).
    What I want to achieve is to route specified ip via wlan0
    I tried to route by "add" but it didn't work.
    Please help.
    ip route add x.x.153.202 via 192.168.1.73
    [root@lukasz-dell7720 lukasz]# ip route list
    default via 192.168.10.1 dev enp3s0 metric 202
    default via 192.168.1.1 dev wlp2s0 metric 303
    x.x.153.202 via 192.168.1.73 dev wlp2s0
    192.168.1.0/24 dev wlp2s0 proto kernel scope link src 192.168.1.73 metric 303
    192.168.1.73 via 127.0.0.1 dev lo metric 303
    192.168.10.0/24 dev enp3s0 proto kernel scope link src 192.168.10.149 metric 202
    192.168.10.149 via 127.0.0.1 dev lo metric 202
    Last edited by str0gg (2014-01-02 12:01:23)

    Define "didn't work" -- the route you added is in the route table from what you've posted.
    EDIT: Are you sure 192.168.1.73 is the correct gateway? Your other 2 gateways appear to be 192.168.10.1 and 192.168.1.1
    Last edited by fukawi2 (2013-12-31 12:21:57)

  • Measuring Bandwidth utilization on 3005 Concentrator

    I am looking for an easy way to measure utilization on a site to site vpn configured on a 3005 concentrator.
    Help?

    This can be done using MIBS. The two MIBS listed below give you the total number of octets sent out or received every 5 minutes. You can manually calculate the difference to figure out the utilization.
    .1.3.6.1.2.1.2.2.1.10
    ifInOctets OBJECT-TYPE
    -- FROM RFC1213-MIB
    SYNTAX Counter
    MAX-ACCESS read-only
    STATUS Mandatory
    DESCRIPTION "The total number of octets received on the
    interface, including framing characters."
    ::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) interfaces(2) ifTable(2) ifEntry(1) 10 }
    .1.3.6.1.2.1.2.2.1.16
    ifOutOctets OBJECT-TYPE
    -- FROM RFC1213-MIB
    SYNTAX Counter
    MAX-ACCESS read-only
    STATUS Mandatory
    DESCRIPTION "The total number of octets transmitted out of the
    interface, including framing characters."
    ::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) interfaces(2) ifTable(2) ifEntry(1) 16 }
    On tunnel interfaces, a different set of MIBS called "ALTIGA-MIB" need to be used. I feel you should also have a look at the document "How To Calculate Bandwidth Utilization Using SNMP".
    http://www.cisco.com/en/US/tech/tk648/tk362/technologies_tech_note09186a008009496e.shtml

  • N6705B connectivity via GPIB interface in UNIX

     Hi
    i had an N6705B device my requirement is like below
    I need to control this device via an GPIB interface in linux PC.
    for the above i am using an GPIB to GPIB cable and connected the N6705B and amy linux device.
    Now i have to connect/login in to the N6705B device and do the settings like setting voltage for the DUT (IC chip) and collect measurement for various test scenarios of DUT.
    For example i have to set the input voltage as 3.7v to my test device(which is an wifi device) and connect it to an access point(connection will be done manaully) so during the connection stage i have to measure the current consumed by the device (taken across power amplifer). 
    I think there are SCPI commands whcih i notice in the AGilent 14585 control software which do the same (the software support is there in windows 7 via an GUI), is there any posibility now this commands i can send to the agilent N6705B device by logging into it from a linux PC.
    Thanks
     Varun.P

    Duplicate: http://forums.ni.com/t5/Instrument-Control-GPIB-Serial/SCPI-commands/m-p/2959241#M65332

Maybe you are looking for

  • After moving files out of the iTunes library they still show in the iTunes list

    I am archiving movies out of my iTunes library.  I have moved the files from the iTunes media folder and into another folder but the movies still show up in the iTunes movie list in the main iTunes window.  I am sure there is some kind of link to the

  • Questions about old movies

    I have a lot of movies that I had downloaded on my external hard drive all of which are in regular dvd format, my question is how would I go about streaming and watching those movies or for that matter converting to movies to any Apple format? Please

  • Where can I find a saved document

    opened a word document, worked on it for seven hours, saved it, then closed it. couldn't then find it when I wanted to attach it. ended up closing Firefox in my panic to find it. it's not in desktop where stuff gets saved. not in documents. and a tho

  • CE10 - Report to Unmanaged Disk perpetual pending

    Hello, I am a report writer who has had to assume distribution responsibilities so I don't have much experience in troubleshooting Crystal Enterprise. I am attempting to schedule a report that is intended to write to a folder on a Linux server. 1. Th

  • Lightroom 5.2 problem

    in the left panel of lightroom, the catalog section has dissapeared how can I get it back and not lose any photos?