-
—DHCP for VOIP Done for each VLAN/subnet show ip dhcp binding //see ips being issued 1. Exclude your static IP’s ip dhcp exclude-address <begining IP> <end ip> 2. Create your scope for each vlan ip dhcp pool <NAME> network <IP> <Subnet> dns-server <DNS IP> option 150 <TFTP Server> //some brands use option 66 3. IP-helper […]
-
debug voip dialpeer // see numbers being dialed, and calls being placed show voice call summary//see active calls show dialpeer voice summary // see a list of extensions next hops IE Go to this router to get this ext. debug ephone detail // see ephone as it registers —Phase 1 upgrade. New router is purchased […]
-
—WCS (Wireless Control System) The WCS is a controller management system, that allows you to push out config to your multiple controllers, you can use templates to push standard config to your controllers, you can also monitor clients and location devices. SNMP is used to monitor and manage controllers add a controller -> Configure -> […]
-
–Fresnel Zone Think about football shaped zone from piont A to piont B Then Think about a larger football shaped zone from A to piont B Then Think about a larger football shaped zone from A to piont B The first one is zone 1, the next is zone 2 and then zone 3 you […]
-
ip name-server <DNS>ip name-server <DNS>ip domain-lookupip domain-name lookup conf tcall-homehttp-proxy <ProxyIP> port 8080source-interface Vlan342 Go to SMART Licensinghttps://software.cisco.com/software/csws/ws/platform/home#SmartLicensing-Inventory Enter the Token ID on the SwitchANDip http client source-interface VlanXXX
-
Remotely copy configuration to the running config Freebsd% echo “no ip source-route” > /tftpboot/new.cfg Freebsd% echo “end” >> /tftpboot/new.cfg Freebsd% chmod 666 /tftpboot/new.cfg Freebsd% snmpset –v1 -c PUBLIC Router .1.3.6.1.4.1.9.2.1.53.10.1.1.1 s new.cfg enterprises.9.2.1.53.10.1.1.1 = “new.cfg” Freebsd% snmpset –v1 -c PUBLIC Router .1.3.6.1.4.1.9.2.1.54.0 i 1 enterprises.9.2.1.54.0 = 1
-
Closed and opened IE To refresh the policy:
-
—Getting a Bearer code to run REST API https://192.168.1.11/oauth/tenant/TAO/token?grant_type=refresh_token&refresh_token=<REST API TOKEN> 2. Sample GET Request to get UUID Of OVDChttps://192.168.1.11/cloudapi/1.0.0/orgVdcNetworks
-
VRF Aware VPN IPSEC ! version 12.4 service timestamps debug datetime msec service timestamps log datetime msec no service password-encryption ! hostname R2 ! boot-start-marker boot-end-marker ! ! no aaa new-model memory-size iomem 5 no ip icmp rate-limit unreachable ip cef ! ip vrf CITRIX_BYPASS ! no ip domain lookup ! multilink bundle-name authenticated ! […]
-
“You cannot use the vSphere Client to edit the settings of virtual machines of version 10 or higher.” After using the VMware 5.5 Convertor to perform a physical to virtual migration, I noted the following error when attempting to edit the properties of the VM in vSphere: “You cannot use the vSphere Client to edit […]