Friday 30 January 2015

Manage the Configuration File - Ubiquiti

Manage the Configuration File

Typically, you use the save command to save the active configuration to disk (‘config/config.boot’); however, you can also save the active configuration to a different file or remote server.
Enter save and press the ? key.
ubnt@RTR# save
Possible completions:
<Enter> Save to system config file
<file> Save to file on local machine
scp://<user>:<passwd>@<host>/<file> Save to file on remote machine
ftp://<user>:<passwd>@<host>/<file> Save to file on remote machine
tftp://<host>/<file> Save to file on remote machine

[edit]
ubnt@RTR# save tftp://10.1.0.15/rtr-config.boot
Saving configuration to 
‘tftp://10.1.0.15rtr-config.boot’...
############################################### 100.0%
Done
[edit]
Scenario: In the midst of the administrator changing an IPsec tunnel into an OpenVPN tunnel, the administrator had to revert the EdgeRouter to its previous configuration with the IPsec tunnel.
  • Before making changes, the administrator saved a backup configuration file with a working IPsec tunnel configuration:
ubnt@RTR# save config.boot-ipsec
Saving configuration to ‘/config/config.boot-ipsec’...
Done
[edit]
Note: This is a backup; if the EdgeRouter were rebooted, it would still boot from the default file: ‘/config/config.boot
  • After the administrator deleted the IPsec configuration and was configuring of the OpenVPN tunnel, circumstances changed so that the IPsec tunnel was required again. Consequently, the administrator reverted the EdgeRouter to its previous configuration with the IPsec tunnel.
ubnt@RTR# load config.boot-ipsec
Loading configuration from 
‘/config/config.boot-ipsec’...
Load complete. Use ‘commit’ to make changes active.
[edit]
ubnt@RTR# commit
[edit]
ubnt@RTR# save; exit
Saving configuration to ‘/config/config.boot’...
Done
exit
ubnt@RTR:~$
To automatically make a remote backup after every commit, use the commit-archive configuration option, enter location, and press the ? key.
ubnt@RTR# set system config-management commit-archive location
Possible completions:
<url> Uniform Resource Identifier

Detailed information:
 “scp://<user>:<passwd>@<host>/<dir>”
 “ftp://<user>:<passwd>@<host>/<dir>”
 “tftp://<host>/<dir>”
ubnt@RTR# set system config-management commit-archive location tftp://10.1.0.15/RTR
[edit]
ubnt@RTR# commit
Archiving config...
 tftp://10.1.0.15/RTR OK
[edit]
On the remote tftp server, a copy with the hostname and date is saved for each commit.
admin2@server://tftpboot/RTR$ ls -l
total 8
-rw------- 1 nobody nogroup 908 Aug 17 17:19 
 config.boot-RTR.20120817_171932
-rw------- 1 nobody nogroup 874 Aug 17 17:20 
 config.boot-RTR.20120818_002046
You can also keep a specified number of revisions of the configuration file on the local disk. Use the commit‑revisions configuration option.
ubnt@RTR# set system config-management commit-revisions 50
[edit]
ubnt@RTR# commit
[edit]
Here is an example that uses the commit-revisions command:
ubnt@RTR# set system login user joe authentication plaintext-password secret
[edit]
ubnt@RTR# commit
[edit]
ubnt@RTR# save; exit
Saving configuration to ‘/config/config.boot’...
Done
exit

ubnt@RTR:~$ show system commit
0 2012-08-17 18:32:13 by ubnt via cli commit
1 2012-08-17 18:31:52 by ubnt via cli commit
2 2012-08-17 18:31:51 by root via init commit
Note: The following commands require that the configuration option, commit-revisions, be set first.
show system commit diff  commit-confirm
show system commit file  confirm
show system commit  rollback
commit comment 
To display the changes in revision 0, use the show system commit diff command.
ubnt@RTR:~$ show system commit diff 0
[edit system login]
+user joe {
+ authentication {
+  encrypted-password 
  $1$CWVzYggs$NyJXxC3S572rfm6pY8ZMO.
+  plaintext-password ““
+ }
+ level admin
+}
To display the entire configuration file for revision 0, use the show system commit file command.
ubnt@RTR:~$ show system commit file 0
To add a comment to the commit, use the comment command.
ubnt@RTR# set system login user joe level operator
[edit]
ubnt@RTR# commit comment “change joe from admin to op”
[edit]
ubnt@RTR# save; exit
Saving configuration to ‘/config/config.boot’...
Done
exit
Now you will see the comment when you use the show system commit command.
ubnt@RTR:~$ show system commit
0 2012-08-17 18:44:41 by ubnt via cli change joe from admin to op
1 2012-08-17 18:34:01 by ubnt via cli commit
2 2012-08-17 18:32:13 by ubnt via cli commit
3 2012-08-17 18:31:52 by ubnt via cli commit
4 2012-08-17 18:31:51 by root via init commit
When you work on a remote router, certain changes, such as a firewall or NAT rule, can cut off access to the remote router, so you then have to visit the remote router and reboot it. To avoid such issues when you make risky changes, use the commit-confirm command first. Then use the confirmcommand to save your changes.
ubnt@RTR:~$ configure
[edit]
ubnt@RTR# set firewall name WAN_IN rule 50 action drop
[edit]
ubnt@RTR# set firewall name WAN_IN rule 50 destination address 172.16.0.0/16
[edit]
ubnt@RTR# commit-confirm
commit confirm will be automatically reboot in 10 minutes unless confirmed
Proceed? [confirm][y]
[edit]
After you verify that the changes should be saved, use the confirm command.
ubnt@RTR# confirm
[edit]
You can also specify the number of minutes to wait, but you must remember to also use the confirm command. Otherwise, if you forget, then you can be surprised by the EdgeRouter’s reboot to its previous configuration.
ubnt@RTR# commit-confirm 1
commit confirm will be automatically reboot in 1 minutes unless confirmed
Proceed? [confirm][y]
[edit]
ubnt@RTR#
Broadcast message from root@RTR (Mon Aug 20 14:00:06 2012):
The system is going down for reboot NOW!
INIT: Switching to runlevel: 6
INIT: Stopping routing services...zebra...done.
Removing all Quagga Routes.
[SNIP]
To roll back to an earlier commit, use the show system commit and rollback commands.
ubnt@RTR:~$ show system commit
0 2012-08-21 14:46:41 by admin_5 via cli fix bgp policy maps
1 2012-08-21 14:45:59 by admin_5 via cli commit
2 2012-08-21 14:45:33 by admin_5 via cli fix port forwarding
3 2012-08-21 14:45:15 by admin_5 via cli fix firewall
4 2012-08-21 14:44:29 by ubnt via cli commit
5 2012-08-21 14:21:15 by ubnt via cli add port forward for port 2222 to build-server
6 2012-08-21 14:20:24 by ubnt via cli add dmz interface to eth2
7 2012-08-21 14:19:53 by ubnt via cli add ipsec tunnel to office_exchange
8 2012-08-21 14:07:18 by ubnt via cli add firewall for WAN_IN
9 2012-08-21 14:06:37 by ubnt via cli add user first_last
10 2012-08-21 14:04:47 by ubnt via cli commit
11 2012-08-21 14:04:46 by root via init commit
After viewing the history of system commits, you decide to discard the last four commits by admin_5. Roll back the system configuration file to commit 4:
ubnt@RTR# rollback 4
Proceed with reboot? [confirm] [y]
Broadcast message from root@RTR (ttyS0) (Mon Aug 21 15:09:12 2012):
The system is going down for reboot NOW!

Thursday 29 January 2015

Scalable Enterprise Telephony

UniFi VoIP

Scalable Enterprise Telephony

Powered by Android, the UniFi®VoIP Phones are enterprise desktop smartphones designed to seamlessly integrate into the UniFi Enterprise System.
Powered by Android, the UniFi VoIP Phones are enterprise desktop smartphones designed to seamlessly integrate into the UniFi Enterprise System.

Advanced Network Switching

UniFi Switch

Advanced Network Switching


Managed by the UniFi®Controller software, the UniFi Switch delivers powerful performance, intelligent switching, and PoE+ support for your enterprise networks
Managed by the UniFi Controller software, the UniFi Switch delivers powerful performance, intelligent switching, and PoE+ support for your enterprise networks.

High-Performance Routing and Advanced Security

UniFi Security Gateway

High-Performance Routing and Advanced Security

 
The UniFi®Security Gateway extends the reach of the UniFi Enterprise System to route, secure, and manage your network for optimal performance and reliability.
The UniFi Security Gateway extends the reach of the UniFi Enterprise System to route, secure, and manage your network for optimal performance and reliability.

Saturday 24 January 2015

Ubiquiti Networks airVision-C Network Video Recorder

Ubiquiti Networks airVision-C Network Video Recorder with Built-In 500 GB Hard Drive & airVision Software 

B&H # UBAIRVISIONC MFR # AIRVISION-C
Ubiquiti Networks airVision-C Network Video Recorder with Built-In 500 GB Hard Drive & airVision Software
                                                                                                                                The Ubiquiti Networks airVision-C Network Video Recorder with Built-In 500 GB Hard Drive & airVision Software is a plug-and-play unit with low power consumption. It is a part of the airVision IP Camera/NVR Management System.
The airVision NVR (Network Video Recorder) has a built-in 500GB hard drive. This equates to approximately 1,200 recording hours @ 480p resolution or 400 recording hours at 720p resolution (these can vary depending on the frame rate). For additional storage, connect USB 3.0 hard drives or network storage devices (not included).
The airVision software is pre-installed for quick and easy installation. No additional software is required. Plug the NVR into the network and go through the configuration wizard; the NVR is set up and ready to go.
When used as a part of the airVision IP Camera/NVR Management System, the airVision V2.0 software also allows you to configure camera settings, reboot the camera, and upgrade the firmware. Its user interface is loaded with features such as detailed statistical reporting, multiple views, versatile camera settings, advanced analytics, and customizable event recordings. It also supports audio recording on cameras with audio capability.

Network Video Recorder

Part of the airVision IP Camera/NVR Management System
Small form factor allows it to be placed vertically or horizontally on any flat surface
Low power consumption
Pre-installed airVision software for quick and easy installation
Built-in 500GB hard drive
Using the airVision 2.0 Controller UI, users can access the functions of the NVR and airCam devices (not included) and set up the entire surveillance system in minutes

airVision Software

Automatic camera detection and a single setup package for the Controller and NVR make airVision 2.0 easy to install and deploy
Ability to map external USB or network storage drives
Offers a variety of options and settings to customize what your camera records
Recordings now use H.264 video instead of Motion JPEG for sharper video with smaller file sizes
airVision 2.0 supports audio recording on cameras with audio capability
Intuitive interface loaded with features such as detailed statistical reporting, multiple views, versatile camera settings, advanced analytics, and customizable event recordings
airCam settings are integrated into the airVision software, making it unnecessary to go to the airCam UI to configure camera settings, reboot the camera, or upgrade the firmware
Using this software motion detection can be handled by the camera instead of the server, relieving the workload on the server and ensuring that compression and noise won't affect motion detection
Motion detection zones can be customized; several zones can be placed and their alarm sensitivities can be set as high or low as the situation demands
Playlists can be created with a configurable live camera feed rotation; define the cameras you want included in the playlist and how long you want them to appear on the screen before moving on to the next live feed
Detailed Statistical Reporting: Camera activity can be quickly accessed with easy-to-read graphs
airVision 2.0 has automatic recording management to free up disk space; user-definable disk space and date-based auto purge allow users to keep a set amount of free disk space or automatically delete recordings after a certain number of days

D-Link DNR-322L mydlink Network Video Recorder


D-Link DNR-322L mydlink Network Video Recorder 

B&H # DLDNR322L MFR # DNR-322L

D-Link DNR-322L mydlink Network Video Recorder                                                                                                                                                                                                                                                       


Resources:
The DNR-322L mydlink Network Video Recorder from D-Link is designed to create a complete monitoring system for your home or small business. It is a standalone storage device that can record videos simultaneously from up to 9 network cameras (sold separately) without requiring users to turn on their PC. This device not only supports mydlink cameras but can be used to record footage from a range of D Link business cameras (sold separately). It is simple to manage and enables you to change the network settings to access the NVR (Network Video Recorder) from the Internet. You can set up this NVR by running the included installation CD, assigning your NVR to your mydlink account, or if you are a first time user, set one up. It will even automatically discover your D-Link cameras in your network for you.
The mydlink NVR is a suitable solution for small businesses or people that travel and need to leave their properties unattended for long periods of time.
The DNR-322L NVR supports the latest hard drive technology with room to add up to 6 terabytes of storage, enough for months of video recording. Using industry standard video compression options, the DNR-322LNVR packs in even more video for later retrieval or exporting. Advanced motion detection, email alerts, video backup and two-way audio provide good functionality. With 2 bays for standard, hard drives (sold separately), this NVR lets you choose the recording capacity that best suits your needs. For example, 2 4TB hard drives can store high-quality audio and video from 4 DCS-942L cameras for up to 6 weeks. This NVR can be set up to record only during certain periods of time such as night times or during the weekends, or based on motion detection, so the recording capacity can be extended much longer.
With the mydlink NVR, you have a variety of options for viewing and organizing on-screen camera footage. If multiple cameras have been set up in a property, it allows you to simply drag and drop videos from selected cameras to the viewing area. It clearly displays camera names and recording statuses for easy reference. It enables you to control PTZ (Pan/Tilt/Zoom) functions from within the interface or by directly clicking on the video. With the mydlink NVR, user accounts can be set up to limit access, or assign different access privileges for users by specifying the cameras they are allowed to access. For added security so as to protect business premises, this NVR enables recorded footage to be backed up to external storage on a different location. This NVR also includes the option to protect data using a RAID 1 configuration, which duplicates recorded video onto 2 separate hard drives to keep your videos safe, even if one of the hard drives fails.
The mydlink NVR interface allows for straightforward configuration including compression, resolution, and frame rate for all connected cameras. Once the cameras have been set up, it allows recordings to be made continuously, or according to a user-defined schedule. It also provides event recording based on specific triggers such as when motion is detected.
The mydlink NVR is part of D-Link GreenTM, D-Link's programme for providing eco-friendly alternatives without compromising performance. If the hard drives are not used in a configurable period of time, or data is not being transmitted, this NVR will enter stand-by mode to save power. Also, its silent fan will adapt its speed depending on the hard drives' temperature.
Note: An internal 3.5" SATA 2.0 drive is required to store or share files and must be formatted before use. RAID 0 and RAID 1 require the use of two (2) SATA drives. To avoid drive incompatibility in RAID 0 or RAID 1 operation, use SATA drives from the same manufacturer. Formatted drive capacity for RAID 1 operation is dependent on the drive capacity of the lower-sized drive. May not work with older generation SATA drives. For a list of SATA drives that have been tested to work with the DNR-322L visit your D-Link office website.

Up to 60-days of recording with 9 HD network cameras
View live video from anywhere with the mydlink website or App
View, manage, and control your camera feeds
Motion or schedule based recording of high-quality video and audio

Comprehensive IP Surveillance Solution

A standalone SATA RAID NVR capable of 24/7 recording without a PCC
Can manage multiple network cameras, providing direct access to view live videos and play recorded data through the Internet from anywhere, anytime
Compact in size
Incorporates a physical security lock
A user-friendly GUI (Graphical User Interface) simplifies network and camera setup, allowing users to easily access multiple cameras for viewing, recording, playback, and configuration
Provides a flexible and economic alternative to manage and configure multiple network cameras on a centralized web interface
Supports high-resolution Mp recording for vivid video with high clarity
Empowered by Mydlink technology, which facilitates quick and easy set up for Internet access
Supports real-time monitoring and playback from everywhere via your Internet browser
Recording is stored in your own HDD for high privacy and not in the online cloud

Complete Network Functionality

Utilizes ADSL services. It can connect to the Internet via an ADSL modem over Ethernet
Supports dynamic DNS (Domain Name System), which is a solution for users without a fixed IP address to connect to the NVR from the Internet using an easy-to-remember domain name
Can update the system clock from an Internet server using the NTP (Network Time Protocol) to ensure that the time recording is always accurate
Can act as a DHCP server for easy deployment when the network environment is very simple and there is no existing DHCP server

Fully Functional Recording

A highly configurable scheduling system allows for continuous recording or recording during specifically allotted time frames once cameras have been set up
Each camera can be set to record independently at preset intervals
Provides event recording based on specific triggers
Can be configured to overwrite the oldest data automatically when hard disk space runs out, allowing for continuous and uninterrupted recording
Users can specify the number of days the recording should be kept (within the limits of the hard disk capacity). For example, if the NVR has the capacity to store 7 days of recording, using the overwrite option, the NVR will record on the 8th day and delete the 1st day
Provides the option to stop recording when the hard disk is full
Notification can be sent via e-mail or to an external device such as an audible alarm or LED display, when the disk reaches its capacity

Comprehensive Data and Hardware Security

RAID 1 duplicates the recordings database onto two separate drives
In the event of a hard disk failure, data integrity is maintained on the secondary hard disk
Boots up automatically once the power is recovered after a power outage
Users can specify safe and blocked IP addresses to filter the external connections, thereby increasing data security
Administrators may also choose access privileges for users by specifying the cameras they may have access to live view, playback, audio, and PTZ (Pan / Tilt / Zoom) functions
A UPS (sold separately) can be used as emergency power supply for the NVR that uses a USB interface to notify the NVR to perform a proper shutdown before battery power runs out
Recorded data is stored in a secure database that can be backed up to additional storage locations periodically or whenever needed

Powerful Event Management

Camera status page shows connection, recording, frame rate, and bit rate information of each camera and estimated available recording time is also displayed for quick reference
Event setup is another key configuration of the NVR. It can monitor camera triggers from motion detection
The NVR centrally controls the e-mail and recording of all the connected cameras

Instant LiveView

Display can be enlarged to full screen of live view and recorded video
With multiple channels enabled, users can change channel by drag and drop
Camera name and recording status are displayed via OSD (On-Screen Display) to aid in identification
Users can control the PTZ (Pan / Tilt / Zoom) functions from within the interface using the provided interface buttons or by directly clicking on the video
Presets from within the interface can be set to instantly restore a previously saved view
Videos can be enlarged by digital zoom

Intelligent Playback

Equipped with AVI / ASF outputs, where during playback, if a user uncovers a video that needs to be exported, the AVI format exports a raw video, while the ASF file format transposes a timestamp on the exported video
Playback speed control allows for up to 16x speed fast forward or fast backward play while the step playback option displays one frame at a time
Users can enhance the recorded video with controls such as brightness, contrast, and sharpness

Can also print the selected still image if a printer is connected to the user's PC

Customers Also Viewed:


D-Link - DNR-202L mydlink Camera Video Recorder

(3 reviews)
  • B&H#
  • DLDNR202L
  • MFR#
  • DNR-202L
  • You Pay:$95.99
D-Link - DNR-312L NVR with HDMI Output
  • B&H#
  • DLDNR312L
  • MFR#
  • DNR-312L
  • You Pay:$285.52
Ubiquiti Networks - airVision-C Network Video Recorder with Built-In 500 GB Hard Drive & airVision Software
  • B&H#
  • UBAIRVISIONC
  • MFR#
  • AIRVISION-C
  • You Pay:$325.99
D-Link - 2-Bay Professional Network Video Recorder
  • B&H#
  • DLDNR326
  • MFR#
  • DNR-326
  • You Pay:$503.99
Qnap - VS-2108L VioStor 8-Channel, 2-Bay NVR
  • B&H#
  • QNVS2108LUS
  • MFR#
  • VS-2108L-US
  • You Pay:$538.95
Vivotek - ND8321 8-Channel 2-Bay HDD Stream Hardware Decoding Standalone Desktop NVR (No HDD)
  • B&H#
  • VIND8321
  • MFR#
  • ND8321
  • You Pay:$337.50
Qnap - VS-2104L VioStor 4-Channel, 2-Bay NVR
  • B&H#
  • QNVS2104LUS
  • MFR#
  • VS-2104L-US
  • You Pay:$331.22
Speco Technologies - N8NSP 8-Channel Plug & Play NVR with Built-In PoE Switch and Digital Deterrent (2TB)
  • B&H#
  • SPN8NSP2TB
  • MFR#
  • N8NSP2TB
Speco Technologies - 4-Channel Wall Mount NVR with Built-In PoE and Digital Deterrent (1TB)
  • B&H#
  • SPN4WNSP1TB
  • MFR#
  • N4WNSP1TB
Qnap - VS-2108L VioStor 8-Channel, 2-Bay NVR Kit with 6TB Storage
  • B&H#
  • QNVS2108LUSQ
    • You Pay:$768.93
    Qnap - VS-2108-PRO+-US VioStor 8-Channel 2-Bay Network Video Recorder

    (1 reviews)
    • B&H#
    • QNVS2108PROU
    • MFR#
    • VS-2108-PRO+-US
    • You Pay:$900.00
    Vivotek - 8-Channel HD Network Video Recorder
    • B&H#
    • VIND8301
    • MFR#
    • ND8301
    • You Pay:$974.95
    Speco Technologies - N8NSP 8-Channel Plug & Play NVR with Built-In PoE Switch and Digital Deterrent (1TB)
    • B&H#
    • SPN8NSP1TB
    • MFR#
    • N8NSP1TB
    Speco Technologies - N16NSP 16-Channel Plug & Play NVR with Built-In PoE Switch and Digital Deterrent (2TB)
    • B&H#
    • SPN16NSP2TB
    • MFR#
    • N16NSP2TB
    Samsung - SRN-1000 Network Video Recorder (24TB)
    • B&H#
    • SASRN100024T
    • MFR#
    • SRN-1000-24TB
    • You Pay:$4,397.75
    Samsung - SRN-470D 4-Channel NVR (500 GB)
    • B&H#
    • SASRN470D500
    • MFR#
    • SRN-470D-500
    • You Pay:$634.00
    Samsung - SRN-472S 4-Channel Compact PoE NVR (1TB)
    • B&H#
    • SASRN472S1TB
    • MFR#
    • SRN-472S-1TB
    • You Pay:$779.95
    ACTi - 64-Channel 8-Bay Rackmount Standalone NVR With Recorder
    • B&H#
    • ACINR330
    • MFR#
    • INR-330
    • You Pay:$2,836.95
    ACTi - ENR-140 16-Channel 4-Bay H.264 Desktop Standalone NVR (No HDD)

    (1 reviews)
    • B&H#
    • ACENR140
    • MFR#
    • ENR-140
    • You Pay:$810.00
    ACTi - Standalone Network Video Recorder ENR-1000

    (1 reviews)
    • B&H#
    • ACENR1000
    • MFR#
    • ENR-1000
    • You Pay:$414.00
    Bolide Technology Group - BN-NVR/S4POE 4-Channel PoE Network Video Recorder (2TB)
    • B&H#
    • BOBNNVRS42TB
    • MFR#
    • BN-NVR/S4POE2TB
    • You Pay:$669.60