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>

Similar Messages

  • I have a Airport network at home with a Time capsule connected via ethernet cable to modem. Also the network is extended wirelessley with an Airport Extreme. My question is I now wish to add a second Airport extreme but am considering a hard wire connecti

    I have a Airport network at home with a Time capsule connected via ethernet cable to modem. Also the network is extended wirelessley with an Airport Extreme. I now wish to add a second Airport extreme but am considering a hard wire connection with 100 ft of cat 6 cable from the Time capsule to the second Airport extreme.  Can my network operate properly to extend the network with both a wireless and wired extend functionallity?

    I now wish to add a second Airport extreme but am considering a hard wire connection with 100 ft of cat 6 cable from the Time capsule to the second Airport extreme.
    Excellent plan.
    Can my network operate properly to extend the network with both a wireless and wired extend functionallity?
    Yes, but don't get confused about the second AirPort Extreme, as it would not be configured to "extend" a wireless network.....it would be configured to "create a wireless network" using the same wireless network name, security settings and password as the Time Capsule network. Configure the second Extreme in Bridge Mode.
    This Apple support document will show you how to hookup and configure the second AirPort Extreme:
    http://support.apple.com/kb/HT4260

  • Can I access the data backed up on my time capsule remotely via the Internet?

    Can I access the data backed up on my time capsule remotely via the Internet? Let us say I have all my music or photos on my time capsule at home and I want to access it while I am outside over the Internet can I do this?

    See remote access methods here.
    https://discussions.apple.com/community/wireless/airport?view=documents
    I am not sure what format these files are in.. but if they are itunes or iphoto.. have a care.. it is easy to corrupt them.

  • I CANNOT PRINT FROM MY IPHONE 4 TO MY BROTHER 8890DW PRINTER WHICH IS CONNECTED TO MY TIME CAPSULE/NETWORK VIA ETHERNET CABLE???

    Why can’t I print from my iPhone 4 to my brother 8890dw printer which is connected to my time capsule/network via ethernet cable???  My iPhone does not even locate my printer,even though I have no problem printing from my Mac to the same printer.

    Typing in all caps indicates shouting, is considered rude and is difficult to read.  Many simply do not read such posts.
    You would need an airprint enabled printer or an app that proides printing function.
    iOS: AirPrint 101

  • Non riesco ad accedere in remoto alla Time Capsule con torna al mio Mac pur avendo "aperto" le porte previste sul modem Fastweb. Accedo, invece, in remoto all'IMac connesso in wireless alla Time Capsule (connessa via cavo al modem Fastweb). Soluzioni?

    Non riesco ad accedere in remoto alla Time Capsule con torna al mio Mac pur avendo "aperto" le porte previste sul modem Fastweb. Accedo, invece, in remoto all'IMac connesso in wireless alla Time Capsule (connessa via cavo al modem Fastweb). Soluzioni?

  • How do I turn on SMB Sharing so I can access my Time Capsule remotely via iPad w/FileBrowser app?

    I know I can share the time capsule, but I don't want to have to have my computer on, I just want to enable sharing and then access the files via File Browser on my iPad and Stream my movies and music stored at home.

    Are you saying that your new Extreme no longer needs for you to enter the terminal script to enable TM backups to an AirDisk?
    Yes, exactly that ... although since it is the Mac that runs Time Machine & uses its own system preferences, I don't think it is the new Extreme itself that makes the difference but instead some update to the OS (10.5.5, maybe?). As I understand it, so many users expected that in this respect an Extreme with a USB-connected drive would be the functional equivalent of a Time Capsule that Apple updated the code to support it, even without setting a hidden system preference for Time Machine to show (& use) "unsupported" drives.
    IOW, I suspect the key is no longer necessary for anyone running up-to-date system software. If you want to check this, you can use the "defaults" terminal command to do so. For background info, see the Mac OS X Manual Page For defaults(1) for its purpose & options, but briefly its three major modes are "read," "write" & "delete." Using the "read" option as I did in my earlier post should tell you if the preference key/value pair exists & if so, how it is set. If you replace "read" in that command with "delete" it will delete the 'show unsupported' key:
    <pre> defaults delete com.apple.systempreferences TMShowUnsupportedNetworkVolumes</pre>
    You can also leave the key in place but set it to ignore the volumes:
    <pre> defaults write com.apple.systempreferences TMShowUnsupportedNetworkVolumes 0</pre>
    All I know for sure is that I never entered any 'defaults write' command for this on either of my Macs that run Leopard, & both do show the volumes attached to the Extreme in the Time Machine "Choose Disk" system preference -- but only after the volumes are mounted on those Macs in the Finder.

  • Access to Time Capsule Disk via MobileMe Web

    I would like to see my Time Capsule Disk appear in my MobileMe account when I'm logged into it via Safari, similar to the way my MobileMe iDisk shows up on my MobileMe login via a browser. Is this possible?

    no. You won't be able to access it via mobileme website. although using mobileme login details, you will see it as a drive in your finder window if you set it up right.
    http://www.appleinsider.com/articles/09/03/03/airportextreme_time_capsule_gain_mobileme_sharingsupport.html
    not sure of the details yet.. am trying to do same thing.

  • How to transfer files into Time Capsule server via ethernet?

    Hello,
    I intend to use my Time Capsule as to perform backups and a file server. I have been using it for backups only and now I want to move files from my external hard drive into the TC for storage so that I would be able to stream the files over wireless connection. I have bought a thunderbolt to gigabit ethernet adapter and plugged it in between my TC and my MacBook Air to enable fast transfer of files and backups. I am however baffled when I found out the transfer of files (900 gb) is going to take approximately 78 days to complete. It seems to me that the file transfer is going on over wireless connection instead of thunderbolt gigabit ethernet connection by default when the adapter is plugged in. Appreciate if someone could guide me through to solve the problem.
    Note: All softwares are up-to-date and my wireless connection is a shared wireless connection, meaning that my TC only serves a backup station.

    Mount the TC disk manually.
    In Finder use Go, Connect to server.
    Type in the following.
    AFP://TCname.local (TCname is the actual network name of the TC. I strongly recommend you use SMB names.. ie short, no spaces and pure alphanumeric)
    Find out the Network version of the TC name if you don't want to comply to the above rule. The best way is to discover it via netstat scan.
    Open network utility.
    Locate your TC on it.. since my TC is correctly named it shows up as tcgen4.local
    I then type in AFP://tcgen4.local
    Then the computer can discover the TC and it will ask for a password. The default is public
    Type in whatever you changed it to or public.
    The TC disk should now be mounted.
    If this fails.. reset the TC to factory and start over. Name it correctly.. all short names, no spaces and pure alphanumeric will be a lot lot easier.
    Then manually force the mounting.

  • Time Capsule Base via ethernet to an Airport Extreme to extend Wireless

    I have set up a new Time Capsule dual band (TCBStn) as a base station (connected to the internet). I want to connect a new Airport Extreme dual band in a family room far away from the base via Ethernet. This family room has an Apple TV to which I want to stream video. I am not able to connect the AE via the Airport Utility as the Airport Utility does nor recognize the AE.

    My recommendation is to configure your two base station as a "roaming" network. This will allow wired/wireless clients to connect to either and still be able to "see" each other for sharing.
    Please start by powering-down all of your network components as follows:
    o Power-down the modem, Time Capsule (TC), AirPort Extreme Base Station (AEBS), Apple TV (ATV), and the iMac. Note: The power-down order is not critical.
    o With all of these components powered down, disconnect both the TC & AEBSn from the network, and then, perform a "factory default" reset on both to get them back to their "out-of-the-box" configuration.
    o After both have been reset, remove them from power, and then, reconnect them as follows: modem > \[WAN port] > TC > \[LAN port] > \[WAN port] AEBSn, where ">" represents an Ethernet connection.
    o Power-on the modem; wait at least 10-15 minutes.
    o Power-on the TC; wait at least 5-10 minutes.
    o Power-on the AEBSn; wait at least 5-10 minutes.
    o Power-on the iMac.
    o For now, leave the ATV powered-off.
    In this configuration, both routers will be transmitting their own wireless network, each having a Network Name of something like: Apple Network NNNNNN, where the Ns represent the last six digits of their respective AirPort IDs.
    Now, from the iMac, use the AirPort Utility (in Manual Setup) to access the TC to make the following configuration changes:
    o Time Capsule > Base Station > Time Capsule Name = TC
    o Time Capsule > Wireless > Wireless Mode = Create a wireless network
    o Time Capsule > Wireless > Wireless Network Name = <enter the desired Network Name>
    o Time Capsule > Wireless > Radio Channel Selection = Automatic
    o Internet > Internet Connection > Connect Sharing = Share a public IP address
    o Leave all the other default settings (for now).
    o Click on Update to write the new configuration to the TC.
    While still in the AirPort Utility, select the AEBSn, and then, make the following changes:
    o AirPort > Base Station > AirPort Extreme Name = AEBSn
    o AirPort > Wireless > Wireless Mode = Create a wireless network
    o AirPort > Wireless > Wireless Network Name = <use the same Network Name that you created for the TC>
    o AirPort > Wireless > Radio Channel Selection = Automatic
    o Internet > Internet Connection > Connect Sharing = Off (Bridge Mode)
    o Leave all the other default settings (for now).
    o Click on Update to write the new configuration to the AEBSn.
    You should now have a basic roaming network. Verify that your iMac can access the Internet while connected to either base station by wire or wireless. Please post back your results.

  • Airport/Time Capsule - Slow via macbook pro wifi but fast via wired iMac

    My wired imac that connects to the time capsule reads about 17mbs. But when I do the speed test that is connected wirelessly it runs at 2mbs. does anybody have any clue on what I am doing wrong? or why the speeds are so slow via my macbook?

    KenRN wrote:
    does anybody have any clue on what I am doing wrong?
    i'm not sure you're doing anything wrong. for starters, a hardwired (gigabit 1000 mbps) connection is way faster than wireless-N (at best 300 mbps).
    you could try if changing the channel your wireless network is broadcasting on brings about a bump in speed. you might be suffering from _*wireless interference*_.
    perhaps one of your neighbor's wireless networks is interfering with yours. download iStumbler and note the channels of the other networks in your vicinity. select a channel that is as far away from those as possible.
    JGG

  • Cannot mount time capsule disc via wifi

    I just got a 2TB Time Capsule and set it up as both my router and my time machine backup. Backups were going fine via ethernet and wireless, for a week, but now two different laptops cannot mount the hard disc on the TC. Ethernet backup continues to work fine, and I don't see any problems with wifi/internet in general. Any ideas what's going on or what I should do?
    Thanks!

    Reboot the TC.. if that doesn't work just reboot the whole network.. restart in correct order.. modem.. router/TC .. clients.. everything must be fully off before the restart.
    The wireless just goes clappy.. This is more issue of Lion and Mountain Lion.. which I guess are your OS??

  • Connect to AirPort Time Capsule remotely via Windows 8?

    Is their a way to connect to the new AirPort Time Capsule 802.11ac remotley via Windows 8, 7, or XP? I've tried to open up the smb port (445) but i get no luck on my mac or pc. I opened the afp port (445) and i get right in. Any suggestions?

    SMB is blocked by 90% of ISP's around the world.. the number of unprotected windows computers that would be exposed opening SMB would probably cause the WWW to collapse.
    SMB is entirely unsafe.. it is a local LAN protocol to never ever be used over the internet. It has poor security and when people setup LAN sharing it is often setup with none. 
    The TC does not expose SMB to WAN.. only AFP..
    And no windows computer has AFP protocol add ons.
    Summary.. it cannot be done.
    Now the right way.. Use a Mac. Either directly or via BTMM and iCloud.
    Or relegate the TC to bridge and buy a proper vpn router.. Connect to the network using vpn and you can fully access all network resources as if you were on the local lan. A vpn router is not expensive.

  • Time Capsule backup via wired backup

    I have a Time Capsule providing backup for my two Macs. It's currently parked near the office iMac because I'm also sharing a printer for my Macbook in the other room. Now since the TC is so close to the iMac I was wondering could I just run a ethernet cable (Ethernet port or WAN port on TC?) and tell the iMac not to go thru the network for backup?
    Can someone give me a walk thru?

    Thanks for the info. When the TC is set to "join a wireless network", it performs no routing functions at all, so the ethernet ports are not enabled in this type of configuration. So, it would not be possible to connect to the Time Capsule using an ethernet cable.
    If you can connect the Time Capsule to your main router using an ethernet connection and make some configuration changes, you would still be able to perform backups over your existing wireless network just as you do now, but you could also enable the ethernet ports on the Time Capsule if you need that feature.
    Post back if you are interested in setting this up.
    Message was edited by: Bob Timmons

  • How to monitor Time Capsules that backup multiple laptops?

    Hello,
    I have two 3Tb Time Capsules that backup 3 laptops each. Those laptops travel and are not always plugged into our network. I'd like to have a way to know if a laptop hasn't been backuped since n days.
    Is there a way to do that?
    Can Remote Desktop be of any help for that?
    Thanks for your help!

    You could write a script that looks at the directory in Time Capsule and see what the last updated file for each Mac's folder is.
    If this is a business setup and you start to run out of Time Capsule space you may want to look at a NAS and moving Time Machine backups to that instead of Time Capsule.
    You could then easily see the access logins for the backups as well as get encrypted backups, ability to recover if the backup drive fails, etc.

  • Time capsule connecté via ethernet et non en wifi (prend du débit)

    je souhaite connecter ma time capsule en filaire (ethernet) car en wifi, ca me prend bcp de débit
    merci

    Hi, Nubz!
    Yes, I just saw that, and am still chuckling.
    Maybe that will mollify the Jive gods?
    Thanks again,
    Jim

Maybe you are looking for