first check if your dns is working properly make sure your dns working on additional domain controller
Sunday, September 24, 2017
Sunday, September 17, 2017
IPV6 CONFIGURATION ON OSPF V3
IT Stuffs
R1(config)#int gigabitEthernet 0/0
R1(config-if)#ipv6 ospf 10 area 0
R1(config-if)#ipv6 router ospf 10
R1(config-router)#router-id 1.1.1.1
R1(config)#int gigabitEthernet 0/0
R2(config-if)#ipv6 ospf 10 area 0
R2(config-if)#ipv6 router ospf 10
R2(config-router)#router-id 2.2.2.2
R1(config)#int gigabitEthernet 0/0
R1(config-if)#ipv6 ospf 10 area 0
R1(config-if)#ipv6 router ospf 10
R1(config-router)#router-id 1.1.1.1
R1(config)#int gigabitEthernet 0/0
R2(config-if)#ipv6 ospf 10 area 0
R2(config-if)#ipv6 router ospf 10
R2(config-router)#router-id 2.2.2.2
Thursday, September 14, 2017
Sunday, September 10, 2017
RESET CISCO ROUTER PASSWORD
unplug the power cable and plug agin and hold Cntl+break button unless the following screen will appeared
rommon 1 > ?
boot boot up an external process
confreg configuration register utility
dir list files in file system
help monitor builtin command help
reset system reset
set display the monitor variables
tftpdnld tftp image download
unset unset a monitor variable
rommon 2 > confreg 0x2142
rommon 3 > reset
Now the router will reboot
Continue with configuration dialog? [yes/no]: no
Router>en
R1#conf t
R1(config)#line console 0
R1(config-line)#password mypassword
R1(config-line)#login
R1(config-line)#exit
R1(config)#config-register 0x2102
R1(config)#exit
Press RETURN to get started!
User Access Verification
Password: Now enter your new password and hit enter
Router>en
Router#
rommon 1 > ?
boot boot up an external process
confreg configuration register utility
dir list files in file system
help monitor builtin command help
reset system reset
set display the monitor variables
tftpdnld tftp image download
unset unset a monitor variable
rommon 2 > confreg 0x2142
rommon 3 > reset
Now the router will reboot
Continue with configuration dialog? [yes/no]: no
Router>en
R1#conf t
R1(config)#line console 0
R1(config-line)#password mypassword
R1(config-line)#login
R1(config-line)#exit
R1(config)#config-register 0x2102
R1(config)#exit
Press RETURN to get started!
User Access Verification
Password: Now enter your new password and hit enter
Router>en
Router#
Saturday, September 9, 2017
CONFIGURE B-ACD ON CISCO CME ROUTER
telephony-service
moh en_bacd_music_on_hold.au
create cnf-file
ephone-hunt 1 longest-idle
pilot 697
list 101,102
timeout 30
dial-peer voice 696 voip
service aa
destination-pattern 696
session target ipv4:10.10.10.1
incoming called-number 696
dtmf-relay h245-alphanumeric
codec g711ulaw
dial-peer voice 3 pots
service aa
port 0/1/2
application
service aa flash:app-b-acd-aa-3.0.0.2.tcl
paramspace english index 1
paramspace english language en
paramspace english location flash:
param service-name queue
param handoff-string aa
param aa-pilot 696
param drop-through-prompt _bacd_welcome.au
param number-of-hunt-grps 1
param drop-through-option 1
param second-greeting-time 60
param call-retry-timer 45
param max-time-call-retry 180
param max-time-vm-retry 2
param voice-mail 810
!
service queue flash:app-b-acd-3.0.0.2.tcl
param number-of-hunt-grps 1
param aa-hunt1 697
param queue-len 2
param queue-manager-debugs 1
moh en_bacd_music_on_hold.au
create cnf-file
ephone-hunt 1 longest-idle
pilot 697
list 101,102
timeout 30
dial-peer voice 696 voip
service aa
destination-pattern 696
session target ipv4:10.10.10.1
incoming called-number 696
dtmf-relay h245-alphanumeric
codec g711ulaw
dial-peer voice 3 pots
service aa
port 0/1/2
application
service aa flash:app-b-acd-aa-3.0.0.2.tcl
paramspace english index 1
paramspace english language en
paramspace english location flash:
param service-name queue
param handoff-string aa
param aa-pilot 696
param drop-through-prompt _bacd_welcome.au
param number-of-hunt-grps 1
param drop-through-option 1
param second-greeting-time 60
param call-retry-timer 45
param max-time-call-retry 180
param max-time-vm-retry 2
param voice-mail 810
!
service queue flash:app-b-acd-3.0.0.2.tcl
param number-of-hunt-grps 1
param aa-hunt1 697
param queue-len 2
param queue-manager-debugs 1
ALLOW FXO PORT TO CALL OUTSIDE CISCO CME ROUTER
with the following configuration your cme router will allow you to call thru your FXO by pressing 9
dial-peer voice 91 pots
description 10-digit dialing
destination-pattern 9[2-9]..[2-9]......
(port 0/0/0)this is fxo port
ALL THE IP PHONES NOT SHOWING IN THE CISCO CME ROUTER (SOLVED)
if all
the IP phones are not showing in CME Router. then we will need to configure
manually. it is very better to configure manually. all your ephone register
with mac-addresses,dns and button. (first clear all the ephone from CME.
1- Unplug
the phone
2- remove
the ephone 1
3- re-create
the ephone 1
4- define
the mac-address of the phone
5- now plug
back in the phone.
In my
case i want to remove ephone1 from CME
no ephone 1
no mac-address...it is very important
no button. if you know (optional)
no ephone-dn 1
no number
VPN CONFIGURATION BETWEEN TWO CISCO ROUTERS
configure the all interfaces with the following specified ip
addresses ip addresses .then run the Router rip for instance or you can use any
other routing protocol.
Benefit . Our data will be traveling in encrypted form .
R1
crypto isakam policy 10
authentication pre-share
hash sha
encryption aes 256
group 2
lifetime 86400
crypto isakkam key toor address 1.1.1.2
crypto ipsec transform-set TSET esp-aes esp-sha-hmac
access-list 101 permit ip 10.10.10.0 0.255.255.255
20.20.20.0 0.255.255.255
crypto map CMAP 10 ipsec-isakamp
set peer 1.1.1.1
match address 101
set transform-set TSET
int fa 0/0
crypto map CMAP
R2
crypto isamp policy 10
authentication pre-share
hash sha
encryption aes 256
group 2
lifetime 86400
crypto isamp ey toor address 1.1.1.1
crypto ipsec transform-set TSET esp-aes esp-sha-hmac
access-list 101 permit ip 20.20.20.0 0.255.255.255
10.10.10.0 0.255.255.255
crypto map CMAP 10 ipsec-isakmp
set peer 1.1.1.1
match address 101
set transform-set TSET
int fa 0/0
Crypto map CMAP
Saturday, September 2, 2017
WINDOWS 10 WINDOWS 8 WIFI HOTSPOT
open cmd with administrator privilege and type the following command.
netsh wlan set hostednetwork mode=allow ssid=MYNETWORK key=ABCD12345
netsh wlan start hostednetwork
NOW GO TO YOUR TO YOUR MOBILE DEVICE AND THERE WILL BE SHOWING MYNETWORK IN WIFI SETTING
netsh wlan set hostednetwork mode=allow ssid=MYNETWORK key=ABCD12345
netsh wlan start hostednetwork
NOW GO TO YOUR TO YOUR MOBILE DEVICE AND THERE WILL BE SHOWING MYNETWORK IN WIFI SETTING
Subscribe to:
Posts (Atom)
The operation failed: A domain controller could not be contacted for the domain xxx that contained an account for this computer
first check if your dns is working properly make sure your dns working on additional domain controller
Popular
-
with the following configuration your cme router will allow you to call thru your FXO by pressing 9 dial-peer voice 91 pots descript...
-
Please carefully read the complete wiring diagram .you should know which wire is connecting to which and where . Please read the wire...
-
Please Click this link to watch the video