quality of service, QoS on a VPN tunnel, running through a Cisco ASA
- No Comments
- Nov, 01, 2012
- Angelo Schalley
- Cisco, Networking
Priority or Low Latency Queueing – This is the primary method used when dealing with traffic flows that do not react well to network latency, such as voice and video etc. Traffic in the Priority queue will be processed and transmitted ahead of all other traffic.
Read more on quality of service, QoS on a VPN tunnel, running through a Cisco ASA…
crontab missing in centos 6
- No Comments
- Oct, 31, 2012
- Angelo Schalley
- Linux
yum -y install vixie-cron
/sbin/service crond start
/sbin/chkconfig crond on
configure VRF or VPN instance on a HP H3C series
- No Comments
- Oct, 25, 2012
- Angelo Schalley
- HP, Networking
#
ip vpn-instance demo
route-distinguisher 1:1
description demo
#
interface GigabitEthernet2/0/1 (or vlan interface)
description Int to cust demo
ip binding vpn-instance demo
#
ip route-static vpn-instance demo 0.0.0.0 0.0.0.0 10.10.10.1
Read more on configure VRF or VPN instance on a HP H3C series…