Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Previously had an ssid configure as follows;dot11 ssid MYSSID vlan MYVLAN authentication open guest-mode!interface Dot11Radio0 ssid MYSSID !But I want to replace it with this;dot11 ssid MYSSID-NEW vlan MYVLAN authentication open authent...
Wondering if someone can share some knowledge, its the first time I've had to do this with a cisco router. I need to forward specific ports to the internal ip 192.168.1.2;UDP 15001-15200TCP 15001I have a standard ADSL model set to bridged mode, a Cis...
Just in the process of updating documentation and I need to let some vendors know a local subnet has changed.We previously had 161.230.247.0 255.255.255.192 but have since changed the mask to 255.255.254.0Would I tell them its 161.230.246.0/23 or 161...
I am trying to create an ipsec vpn to Amazon VPC for the first time but I can't get it to work. Debug crypto isaksmp shows the following;*Jan 13 05:17:52.915: ISAKMP:(0):No pre-shared key with x.x.x.x*Jan 13 05:17:52.915: ISAKMP:(0):Preshared authent...
These are the commands I run to copy into my disaster recovery planning documents. Just wondering if there are any other commands I should run or if maybe this is just overkill.SW 3750 STACKsh versh bootsh env allsh invsh switch detailsh cdp neish vl...
I did, I basically ran a script like this: no dot11 ssid MYSSIDinterface Dot11Radio0 no ssid MYSSID !dot11 ssid MYSSID-NEW vlan MYVLAN authentication open authentication key-management wpa guest-mode wpa-psk ascii 0 MYPASSWORD!interface Do...
Thanks."if you wrote out 161.230.247.x in binary"That's what I was looking for. I've re-read the cisco documentation now and it makes sense. Write it out in binary to get the network.
Thanks, your last paragraph is the bit I'm trying to understand.Because the mask makes the range extend across 246 and 247 why is it that the "network" is 246? Because its the numerically lowest in the range?