Need to access settings of SF300-24p

Hi I was just recently hired in my company, we have an sf300-24p switch but I cant find the console cable for it, I think it needs a female to female db9 serial cable, all I have is  a DB9 serial to rj45 console cable for the 2801 router, also I cant find the IP address of the sf300 switch, it is directly connected to the 2801 router, I issued a show arp to the router but didnt find the switch's IP add for web access, to sum it up I have no way of configuring the switch, is there any way to find the IP address of the switch? It also dosnt show on show cdp neighbors, thanks!

Daniele,
You would be able to do something similar, password recovery, if you had the serial cable.
I'll update this post with instructions in a minute. I don't know if this is a project you need to get done today, but it sounds like that serial cable will make your life a heck of a lot simpler. If you can't wait to order one, is there somewhere you can get one locally?
Best,
David
Password recovery steps:
You'll need a serial connection to the switch with the following serial connections settings (I'm using Putty in the screenshot):
You will see a prompt during boot right after the cisco logo made out  of #s that says "Autoboot in 2 seconds - press RETURN or Esc. to abort  and enter prom." 
Hit return, and you will get the following startup menu:
You'll want  [3] Password Recovery Procedure  and follow the prompts to reset the password without erasing your config file.

Similar Messages

  • Need help InterVlan Routing on SF300-24P? .

    Hello
    I really need help with Inter vlan routing via Kerio Controll 7.4.1.
    I have several SF300-24P switches (IOS 1.3.0.62) and i have created a several VLAN's.
    Vlans: Vlan 10, 100, 200 and interface vlan 213 (for management).
    I can ping hosts in the same Vlan via this switches. From switch to host, port is in access mode and between switches ports is in Trunk mode
    (also i had a problem here, trunk wasn't working untill i used command: switchport trunk allowed vlan add all).
    Also port is in Trunk mode between KERIO and SW1 (switch). interface is in TRUNK mode from switch's side because i don't know how configure interface TRUNK mode on kerio.
    On kerio i have configed one physical interface with IP - 172.16.0.1 255.255.255.0 and on the same interface i have created
    VLAN 10, VLAN 100 and VLAN 200.
    static IP's for this interfaces:
    10.0.0.1 255.255.255.0 VLAN 10
    192.168.100.1 255.255.255.0 VLAN 100
    192.168.200.1 255.255.255.0 VLAN 200
    On KERIO i have created DHCP Lease for each VLAN, but i cannot get IP's from DHCP. So i assigned static IP's  to computers
    (for example for VLAN100 PC, VLAN 200 PC and so on) but they cannot ping each other when they are in different vlans, so inter vlan routing itsnot working. but with static IP on the PC, i can ping every VLAN's IP address on KERIO.
    so pls tell me how i must configure inter vlan routing on kerio, is it possible?
    or what must i do? where is my mistake? maybe when i put IP on pysical interface?
    here is my configs and pls help and give me config example.
    config-file-header
    SW1
    v1.3.0.62 / R750_NIK_1_3_647_260
    CLI v1.0
    set system mode switch
    file SSD indicator plaintext
    vlan database
    vlan 10,100,200,213
    exit
    voice vlan oui-table add 0001e3 Siemens_AG_phone________
    voice vlan oui-table add 00036b Cisco_phone_____________
    voice vlan oui-table add 00096e Avaya___________________
    voice vlan oui-table add 000fe2 H3C_Aolynk______________
    voice vlan oui-table add 0060b9 Philips_and_NEC_AG_phone
    voice vlan oui-table add 00d01e Pingtel_phone___________
    voice vlan oui-table add 00e075 Polycom/Veritel_phone___
    voice vlan oui-table add 00e0bb 3Com_phone______________
    hostname SW1
    username administrator password encrypted 7fc3774d79570c81cda124d5dcf80b8ae0fcdd6c privilege 15
    username cisco password encrypted 1defefd1f4a214009775b2c2b6b961a77da384b5 privilege 15
    interface vlan 10
    name Staff
    interface vlan 100
    name Cards
    interface vlan 200
    name AP's
    interface vlan 213
    name Management
    ip address 172.16.213.1 255.255.255.0
    no ip address dhcp
    interface fastethernet1
    description MANAGEMENT-VLAN
    spanning-tree disable
    switchport mode access
    switchport access vlan 213
    interface fastethernet2
    spanning-tree disable
    switchport mode general
    switchport general acceptable-frame-type untagged-only
    interface fastethernet3
    spanning-tree disable
    switchport mode general
    switchport general acceptable-frame-type untagged-only
    interface fastethernet4
    spanning-tree disable
    switchport mode access
    switchport access vlan 200
    interface fastethernet5
    spanning-tree disable
    switchport mode access
    switchport access vlan 200
    interface fastethernet6
    spanning-tree disable
    switchport mode access
    switchport access vlan 100
    interface fastethernet7
    spanning-tree disable
    switchport mode access
    switchport access vlan 100
    interface gigabitethernet1
    description Direction-To-SW2       <--- This port is Trunk, but its not showing here for some reason.
    spanning-tree disable
    interface gigabitethernet2
    description Direction-To-KERIO  <--- This port is Trunk also.   i used: switchport mode trunk on both interfaces
    spanning-tree disable
    exit
    banner login 
    SW1
    config-file-header
    SW2
    v1.3.0.62 / R750_NIK_1_3_647_260
    CLI v1.0
    set system mode switch
    file SSD indicator encrypted
    ssd-control-start
    ssd config
    ssd file passphrase control unrestricted
    no ssd file integrity control
    ssd-control-end cb0a3fdb1f3a1af4e4430033719968c0
    vlan database
    vlan 10,100,200,213
    exit
    voice vlan oui-table add 0001e3 Siemens_AG_phone________
    voice vlan oui-table add 00036b Cisco_phone_____________
    voice vlan oui-table add 00096e Avaya___________________
    voice vlan oui-table add 000fe2 H3C_Aolynk______________
    voice vlan oui-table add 0060b9 Philips_and_NEC_AG_phone
    voice vlan oui-table add 00d01e Pingtel_phone___________
    voice vlan oui-table add 00e075 Polycom/Veritel_phone___
    voice vlan oui-table add 00e0bb 3Com_phone______________
    hostname SW2
    username administrator password encrypted 7fc3774d79570c81cda124d5dcf80b8ae0fcdd6c privilege 15
    username cisco password encrypted 1defefd1f4a214009775b2c2b6b961a77da384b5 privilege 15
    interface vlan 10
    name Staff
    interface vlan 100
    name Cards
    interface vlan 200
    name AP's
    interface vlan 213
    name Management
    ip address 172.16.213.2 255.255.255.0
    no ip address dhcp
    interface fastethernet1
    description MANAGEMENT-VLAN
    spanning-tree disable
    switchport mode access
    switchport access vlan 213
    interface fastethernet2
    spanning-tree disable
    switchport mode general
    switchport general acceptable-frame-type untagged-only
    interface fastethernet3
    spanning-tree disable
    switchport mode general
    switchport general acceptable-frame-type untagged-only
    interface fastethernet4
    spanning-tree disable
    switchport mode access
    switchport access vlan 200
    interface fastethernet5
    spanning-tree disable
    switchport mode access
    switchport access vlan 200
    interface fastethernet6
    spanning-tree disable
    switchport mode access
    switchport access vlan 100
    interface fastethernet7
    spanning-tree disable
    switchport mode access
    switchport access vlan 100
    interface fastethernet8
    spanning-tree disable
    switchport mode access
    switchport access vlan 100
    interface gigabitethernet1
    description Direction-To-SW1    <--- This port is Trunk also.   i used: switchport mode trunk
    exit
    banner login 
    SW2
    i have excluded many interfaces because hey have same configs.

    Yes Kerio is capable for routing. i wanted to make InterVlan routing via kerio Ccontroll, but i can't and that's i asked here, i need to know reason.
    I have modified 1 switch to L3, and inter vlan routing its now working (without Kerio) and i hope this switches dont have problem when they are DHCP server also.
    thanx for help. I Hope i didnot have much mistakes in config.

  • VoIp settings for replacing a Cisco 3550 switch with a SF300-24P

    I am adding the SF300-24P to an existing set of switches.  My backbone switch is a 3560.
    The 3550 I am replacing has this config for each port that supports a Shoretel phone
    switchport trunk encapsulation dot1q
    switchport mode trunk
    mls qos trust dscp
    global settings include
    spaning-tree mode pvst
    spanning-tree extend system-id
    spanning-tree vlan 1,200 priority 28762
    vlan internal allocation policy ascending
    all other settings are at default
    Any ideas how to replicate this on this new switch?  I added the Shoretel mac address range (00-10-49) into the Telephone OUI.  The phone gets power, I think it gets a 192.168.6.x address (local subnet), but then it should get an IP 10.6.0.xx on its VLAN - but it doesn't.
    Some configs from the backbone are attached.  I did not need to configure any of this in the 3550.
    Any ideas?
    Fred

    Hi fred,
    The shoretel phone sounds like it is not attaching to tagged  vlan 200 on my switch, the shortel voice vlan as per your screen captures.
    The Voice VLAN should be tagged on my switch so that phones attach to a Voice VLAN and PC's connected on the back of the VoIP phones attach to  the Data Vlan .
    I scoped out, excuse the pun, the shoretel site and have attached a white paper on setting vlans and shoretel.
    They mention setting option 156 on the DHCP server, so the phone can get vendor specific information etc...  But the phones are not attached to the voice vlan , but the untagged data vlan.  You gotta figure how to get the shortel phones to attach to vlan 200, or if you are not daisy chaining PC on the back of the phone, make vlan 200 untagged on these FastEthernet switch ports..
    I have attached my SF300-48P version of my configuration and some configuration screen shots i took along the way.
    Please review carefully that attached shortel document and my screen  shots and a real configuration done on my SF300-48P.  The configuration should be almost identical to your configuration.
    I added vlan 200. and made sure that all ports were in trunk mode, even the Gigabit uplink ports.
    All ports by default are in VLAN1  as you can see below
    I then added all ports as tagged ports to vlan 200 as you can see below.
    For the sake of Spanning tree, I then made all fast ethernet (phone or PC) ports  fastports except for the uplink Gigabit ports.
    If you are not sure what portfast does , here's a little tutorial I grabbed from cisco.com
    Spanning-tree PortFast causes a port to enter the spanning-tree forwarding state immediately, bypassing the listening and learning states. You can use PortFast on switch ports connected to a single workstation or server to allow those devices to connect to the network immediately, instead of waiting for the port to transition from the listening and learning states to the forwarding state.
    Caution PortFast should be used only when connecting a single end station to a switch port. If you enable PortFast on a port connected to another networking device, such as a switch, you can create network loops.
    When the switch powers up, or when a device is connected to a port, the port normally enters the spanning-tree listening state. When the forward delay timer expires, the port enters the learning state. When the forward delay timer expires a second time, the port is transitioned to the forwarding or blocking state.
    When you enable PortFast on a port, the port is immediately and permanently transitioned to the spanning-tree forwarding state.
    Your tasks I guess should be , making sure that vendor specific options for the shoretel phones are included in the DHCP configuration and that you somehow attach the shortel phones (even manually) to vlan 200.
    For some reason this site adds a zip extension to the end of my running configuration.  I used wordpad to look at the file 
    I am using firmware version 1.0.0.27 on my unit and the userid=admin  password i used was admin
    I hope this helps.
    regards Dave

  • My iPad 2, states " the iPad hasn't been backed up. Back up happens when this iPad is plugged in, locked and connected to wifi. I need a know what to do to access  settings to activate Wifi and restart the iPad?

    My iPad 2, will not access settings but stuck on a screen saying " iPad hasn't been backed up. Back ups happens when this iPad is plugged in, locked and connected.?
    Please help

    Have you tried a reset ? Press and hold both the sleep and home buttons for about 10 to 15 seconds (ignore the red slider if it appeas), after which the Apple logo should appear - you won't lose any content, it's the iPad equivalent of a reboot. You can then do a backup

  • SF300-24P VLAN Confusion - autosmartport not being too smart?

    Hi Everyone, first question i've posted, i'll try and give as much information as possible, i'm an extremely quick learner as well and have been around networking for nearly 20 years but this is my first outing into the medium sized VoIP deployment with prioritised LAN traffic and a client that is itching to say "told you so" about using IP phones.
    I have 4 x SF300-24P switches in a network i'm deploying, 1 will be adjacent to the router (a draytek Vigor 3200 - 4xWAN Gigabit) and the other 3 will be trunked using the GE/01-GE/03 ports to the main switch and will then distribute through a patch panel to give me 96 network ports with PoE capability where required.  There will be 30+ IP Phones on the network, all of which are Yealink T38G SIP handsets.
    I want to have two VLAN's - one for regular workstations, and one for IP Phones with the IP Phone VLAN getting high prority for its traffic on the LAN - all documentation makes it sound simple but it doesn't seem to be working the way I think I expect it to.  I don't mind the two VLAN's sharing the same IP address space at this time and currently all occupy 10.0.0.0/24 internally.
    So, I have 2 questions and a problem.
    First, from the factory, the switches are configured that VLAN1 is the default VLAN and that auto-voice VLAN is also VLAN1?  Is this right?
    Second, i'm having trouble determining the difference in terminology for port types between general, access, trunk etc - obviously trunk is between switches and carries VLAN information through to the next segment of the network.
    My main problem seems to be with auto-voice VLAN and smartport.  If I enable smartport, the switch figures out through LLDP that the port is used by an IP Phone + Desktop (excellent, this is what I want it to do) so then puts the handsets in VLAN1 but then the handsets start to become invisible on the network after 2-3 minutes, the handsets then reboot because they've detected a network drop out and then reconnect, re-register at the voice server and are visible and contactable for 2-3 minutes then the loop begins again.
    If I disable smartport, the problem goes away.
    Am I unreasonably expecting that any user can unpack an IP phone and (subject to provisioning on the server), plug it into any port on the network and it will figure out that it's a phone, not a PC and then prioritise its traffic?
    What I want to avoid is the possibility of internal bandwidth lag if someone copies a large file over the network and people are using the phones that the phone users don't get packet loss or audio instability because of the file copy.  The internet side will be fine, the Vigor3200 has QoS facilities built in and i've had good success on smaller networks with these routers.
    Ideally I need a semi-planned network setup where people with WiFi SIP clients will also get some priority.
    I have set QoS on the handsets to match DSCP46 from the switches - can the traffic be manipulated this way or does it already do that in the DSCP to Queue setup which automatically puts anything above 40 in Queue 4 (high priority).
    All help very greatfully received.
    James

    Hello James,
    Welcome to the forums!
    About the default settings. The switch comes with vlan1 as the default vlan for all traffic.
    Here is a quick overview of the port settings
    access - one vlan
    trunk - multiple vlans
    general - multiple vlans (had additional options)
    When using the auto voice-vlan, you can have your port set as access for vlan 1 and when the switch see a phone connected, it will join the voice vlan also. This allow the ports to be dynamic. It is not necessary to do this. You can create all ports as trunk ports that are part of both your default vlan and your voice vlan.
    The benifits of auto-voice vlan
    -phones are discovered and joined to the vlan dynamically
    -predetermined QoS settings
    -security in that you can have your port set to access
    This is a relatively basic overview.
    As for the problem you are seeing. I would recommend that you check the firmware of the switch and upgrade if needed. While it may not have anything to do with the problem at hand, it will help prevent any future issues.
    I would suggest disabling the Green Ethernet, which can be found under the port management section. If you continue to see the problem after that, I would recommend giving us a call at the support center. We will be able to look a little closer to what is happening.
    http://www.cisco.com/en/US/support/tsd_cisco_small_business_support_center_contacts.html

  • RADIUS authentication SF300-24P

    RADIUS authentication SF300-24P
    We have just purchased 20x SF300-24P switches to be installed at our remote offices and we are unable to get RADIUS authentication to work. We already use RADIUS on all our primary network CISCO switches (e.g. 4506s¸ 3560s, 3750s, AP1231Gs,etc) and these work fine so we know the RADIUS server is working.
    We are trying to use RADIUS authentication to gain management access onto these switches. Quite simply although we can see that the RADIUS server is accepting the username and password being sent, however the switch says “authentication failed” when to receives the response. We are using Microsoft NPS RADIUS Clients for authentication purposes.
    We have upgrade the switches to the latest firmware 1.1.2.0, via the console it seems to have a very cut down IOS version so we cannot use the typical CISCO command set to configure the RADIUS as we normally would. Looking at the web GUI there seems to be a number of options missing including the Accounting port. When debugging is switch on there is no indication to say that any of the settings have been misconfigured.
    Any advice you could offer would be gratefully received.
    Mike Lewis

    Here is the documentation excerpt-
    For the RADIUS server to grant access to the web-based switch configuration
    utility, the RADIUS server must return cisco-avpair = shell:priv-lvl=15.
    User authentication occurs in the order that the authentication methods are
    selected. If the first authentication method is not available, the next selected
    method is used. For example, if the selected authentication methods are RADIUS
    and Local, and all configured RADIUS servers are queried in priority order and do
    not reply, the user is authenticated locally.
    If an authentication method fails or the user has insufficient privilege level, the user
    is denied access to the switch. In other words, if authentication fails at an
    authentication method, the switch stops the authentication attempt; it does not
    continue and does not attempt to use the next authentication method.
    Of course the point of interest here is the second paragraph. The initial wording is the behavior you want. The second portion is very open for interpretation (I do agree it is somewhat ambiguous but consistent with the switch behavior). When I read the example and it says the Radius is busy or not responding then you will authenticate locally. Which seems fair enough. But what it doesn't say, is if you can use one or the other, but instead it seems based on preference failure.
    -Tom
    Please rate helpful posts

  • SF300-24P unstable traffic

    Hello,
    I've installed and configured 2 SF300-24P switches on Layer 3 mode in my company.
    Since I've made this installation, I accounter some problems of stability in my LAN communication.
    Here is the running config of the 2 switches:
    First Switch
    SW-WIFI#show running-config
    config-file-header
    SW-WIFI
    v1.2.9.44 / R750_NIK_1_2_584_002
    CLI v1.0
    file SSD indicator encrypted
    ssd-control-start
    ssd config
    ssd file passphrase control unrestricted
    no ssd file integrity control
    ssd-control-end cb0a3fdb1f3a1af4e4430033719968c0
    no cdp run
    no spanning-tree
    vlan database
    vlan 2
    exit
    voice vlan state disabled
    voice vlan oui-table add 0001e3 Siemens_AG_phone________
    voice vlan oui-table add 00036b Cisco_phone_____________
    voice vlan oui-table add 00096e Avaya___________________
    voice vlan oui-table add 000fe2 H3C_Aolynk______________
    voice vlan oui-table add 0060b9 Philips_and_NEC_AG_phone
    voice vlan oui-table add 00d01e Pingtel_phone___________
    voice vlan oui-table add 00e075 Polycom/Veritel_phone___
    voice vlan oui-table add 00e0bb 3Com_phone______________
    ip dhcp relay address 172.16.0.2
    ip dhcp relay enable
    ip dhcp information option
    bonjour interface range vlan 1
    hostname SW-WIFI
    username cisco password encrypted 18c7e97c305303ec56fbb3105666d85721208731 privilege 15
    ip ssh server
    snmp-server server
    clock timezone " " 0 minutes 0
    ip telnet server
    interface vlan 1
    ip address 172.16.0.249 255.255.0.0
    no ip address dhcp
    interface vlan 2
    name POSTES
    ip address 192.168.1.245 255.255.255.0
    ip dhcp relay enable
    interface fastethernet1
    ip dhcp relay enable
    switchport trunk native vlan 2
    interface fastethernet2
    switchport trunk allowed vlan add 2
    interface fastethernet3
    switchport trunk allowed vlan add 2
    interface fastethernet4
    switchport trunk allowed vlan add 2
    interface fastethernet5
    switchport trunk allowed vlan add 2
    interface fastethernet6
    switchport trunk allowed vlan add 2
    interface fastethernet7
    switchport trunk allowed vlan add 2
    interface fastethernet8
    switchport trunk allowed vlan add 2
    interface fastethernet9
    switchport trunk native vlan 2
    interface fastethernet10
    switchport trunk native vlan 2
    interface fastethernet11
    switchport trunk allowed vlan add 2
    interface fastethernet12
    switchport trunk allowed vlan add 2
    interface fastethernet13
    switchport trunk allowed vlan add 2
    interface fastethernet14
    switchport trunk allowed vlan add 2
    interface fastethernet15
    switchport trunk allowed vlan add 2
    interface fastethernet16
    switchport trunk allowed vlan add 2
    interface fastethernet17
    switchport trunk allowed vlan add 2
    interface fastethernet18
    switchport trunk allowed vlan add 2
    interface fastethernet19
    switchport trunk allowed vlan add 2
    interface fastethernet20
    switchport trunk allowed vlan add 2
    interface fastethernet21
    switchport trunk allowed vlan add 2
    interface fastethernet22
    switchport trunk native vlan 2
    interface fastethernet23
    switchport trunk allowed vlan add 2
    interface fastethernet24
    switchport trunk native vlan 2
    ip helper-address all 172.16.0.2 37 42 49 53 137 138
    ip route 0.0.0.0 0.0.0.0 172.16.0.150
    ip route 10.30.31.0 255.255.255.0 172.16.0.250
    Second switch
    SW-SRV#show running-config
    config-file-header
    SW-SRV
    v1.2.9.44 / R750_NIK_1_2_584_002
    CLI v1.0
    file SSD indicator encrypted
    ssd-control-start
    ssd config
    ssd file passphrase control unrestricted
    no ssd file integrity control
    ssd-control-end cb0a3fdb1f3a1af4e4430033719968c0
    no cdp run
    no spanning-tree
    vlan database
    vlan 2
    exit
    voice vlan state disabled
    voice vlan oui-table add 0001e3 Siemens_AG_phone________
    voice vlan oui-table add 00036b Cisco_phone_____________
    voice vlan oui-table add 00096e Avaya___________________
    voice vlan oui-table add 000fe2 H3C_Aolynk______________
    voice vlan oui-table add 0060b9 Philips_and_NEC_AG_phone
    voice vlan oui-table add 00d01e Pingtel_phone___________
    voice vlan oui-table add 00e075 Polycom/Veritel_phone___
    voice vlan oui-table add 00e0bb 3Com_phone______________
    ip dhcp relay address 172.16.0.2
    ip dhcp relay enable
    bonjour interface range vlan 1
    hostname SW-SRV
    line telnet
    password 18c7e97c305303ec56fbb3105666d85721208731 encrypted
    exit
    line ssh
    password 18c7e97c305303ec56fbb3105666d85721208731 encrypted
    exit
    username cisco password encrypted 18c7e97c305303ec56fbb3105666d85721208731 privilege 15
    ip ssh server
    snmp-server server
    clock timezone " " 0 minutes 0
    ip telnet server
    interface vlan 1
    ip address 172.16.0.248 255.255.0.0
    no ip address dhcp
    interface vlan 2
    name POSTE
    ip address 192.168.1.248 255.255.255.0
    ip dhcp relay enable
    interface fastethernet1
    switchport trunk allowed vlan add 2
    interface fastethernet2
    switchport trunk allowed vlan add 2
    interface fastethernet3
    switchport trunk allowed vlan add 2
    interface fastethernet4
    switchport trunk allowed vlan add 2
    interface fastethernet5
    switchport trunk allowed vlan add 2
    interface fastethernet6
    switchport trunk allowed vlan add 2
    interface fastethernet7
    switchport trunk allowed vlan add 2
    interface fastethernet8
    switchport trunk allowed vlan add 2
    interface fastethernet9
    switchport trunk allowed vlan add 2
    interface fastethernet10
    switchport trunk allowed vlan add 2
    interface fastethernet11
    switchport trunk allowed vlan add 2
    interface fastethernet12
    switchport trunk allowed vlan add 2
    interface fastethernet13
    switchport trunk allowed vlan add 2
    interface fastethernet14
    switchport trunk allowed vlan add 2
    interface fastethernet15
    switchport trunk allowed vlan add 2
    interface fastethernet16
    switchport trunk allowed vlan add 2
    interface fastethernet17
    switchport trunk allowed vlan add 2
    interface fastethernet18
    switchport trunk allowed vlan add 2
    interface fastethernet19
    switchport trunk allowed vlan add 2
    interface fastethernet20
    switchport trunk allowed vlan add 2
    interface fastethernet21
    switchport trunk allowed vlan add 2
    interface fastethernet22
    switchport trunk allowed vlan add 2
    interface fastethernet23
    switchport mode access
    switchport access vlan 2
    switchport general pvid 2
    interface fastethernet24
    switchport mode access
    switchport access vlan 2
    switchport general pvid 2
    ip route 0.0.0.0 0.0.0.0 192.168.1.254
    ip route 10.30.31.0 255.255.255.0 172.16.0.250
    ip route 10.42.2.0 255.255.255.0 192.168.1.251
    Here is what I want to do with these switches:
    Uplink between the 2 switches on fa 13 for the first and fa 12 on the second
    Behind the fa 23 on the second switch, I have a SDSL line between my company and a datacenter wich is hosting my main software.
    Behind the fa 24 on the second switch, I have my Firewall wich hosts the ADSL for Internet and which is translating all addresses of the VLAN 1 to the address 192.168.1.254 in order to communicate with the datacenter via the SDSL.
    On the native VLAN 1, I have some PCs, servers, the firewal and WiFi controllers.
    On the VLAN 2, I have only PCs.
    My final objective is to migrate all of the WiFi controllers and PCs in VLAN 2 and to only have servers in VLAN 1.
    VLAN 1 and 2 must communicate between them, so I activated IP routing.
    I wonder why I accounter some problems of stability for the connection on the SDSL.
    In fact: between 7:30 and 10:00 I have no problems of communication between my LAN and the datacenter, passed 10:00 some problems of communications are appearing.
    These problems didn't happened before I changed my old SF200 for the SF300, so I really think the problem is coming from the switches configuration.
    I turned off CDP because I had some messages about Native VLAN mismatch on fa23 (SDSL).
    I hope someone could give me some clue about what goes wrong.

    I'll try an update of the firmware tomorrow.
    The duplex mode is set to auto negociation and in fact on the port fa 23 autoset to full.
    Yesterday, I set all ports to mode access except for the uplink ones wich still set to trunk and I moved uplink to the gigabits ports.
    Before I do the firmware update from v1.2.9.44 to 1.3.0.62, could you tell me how long this update should take, and, by the way, does it need to rebuild the configuration of the switch?
    I'll update the post after the firmware update is done.

  • HT201303 How do I set up my iPhone so that I have to enter my password each time I need to access my apple account? Previously my account name was always stored and I only had to enter my password each time but now it never asks for a password

    How can I set up my 4s so that when I need to access my apple account to either download an app, update an app or buy something then I need to just put in my password?  This is how my 3s worked but the 4 s seems to have stored all my details so I don't need to log in. My young son sometimes plays games and I dont want him to accidentally buy stuff. If I log out then each time I need to go back in I have to put in all my account info. Not just my password.
    Any ideas?

    Depending upon what version of iOS that you have on it then you might have a Settings > General > Restrictions > Require Password setting on it - if you do then set it to 'Immediately'

  • I desperately need to access my User Library folder in Time Machine (Lion so = not visible).

    Hi. I installed Lion a few months ago and got a new external drive to back up Time Machine.
    Nobody told me the User Library would be made hidden in the new OS. I have been backing up regularly in the belief that all my work, settings and so on was safe.
    Yesterday my iMac (27" 2.8 Ghz Core it with 4 gib memory) suddenly went mad. Message saying finder had quit whilst trying to restore windows. Desktop was flashing, no icons clickable, no external disks readable. Could access some progs and terminal, but nothing else. Could not get into the history folder to trash various plists and so on as the folder is hidden and the alt Go wouldn't work. The Finder just wouldn't do anything.
    I have sorted it out BUT I have lost my address book entries, my browser booksmarks, my desktop shortcuts and my iCal entries. I need to access my User Library on my Time Machine. Is there a way?
    I cannot believe I have been religiously backing up my stuff but Apple has made it so I can't access my backup of one of the most important folders on my Time Machine???
    Is there anyway of getting into this from Terminal or something? I will never be able to get back all the bookmarks and stuff I've been researching for years. I have it backed up on two different hard drives, both of which have 'invisible' library folders. I have make the folder visible now, for future backups, but it's after the horse has bolted. I am furious, and just feel like bursting into tears because of all the time it's going to take me to get all my work back. I can't tell you how stupid this was, Apple.
    If someone could help I'd be really grateful. I've got older backups but they are so old they won't get back my recent stuff.
    Thanks.

    select Finder
    hole option key and select Go in the menu
    Select Library
    Enter Time Machine
    You should be seeing all the versions of you Library folder.

  • Anyone else have the issue where, after the 8,3 upgrade, you cannot access more than 1 exchange account on your iPhone? This is annoying to me as I need to access 4 daily and cannot due to this error.

    Anyone else have the issue where, after the 8,3 upgrade, you cannot access more than 1 exchange account on your iPhone? This is annoying to me as I need to access 4 daily and cannot due to this error.
    The first one, my private home email, works fine. With the other 3, I get the message "Cannot get mail: The connection to the server failed"
    All were working fine before the 8.3 upgrade. I did try the old trick of making one minor change on the account and resaving, but that did not change anything. I even deleted my work account and re-entered it from scratch, but again, sadly, no luck. For the time being, I am successfully getting the email via IMAP, but this ***** compared to exchange. Anyone have any idea what is happening or if a fix is in the works?

    Well, the one set up on exchange 2k3 is now working fine, although no changes were made on either the iPhone or the exchange side, so that's fun, but it still is throwing errors when connecting to the other 2 exchange accounts. The common elements are that both non-functioning exchange accounts are google apps for business accounts. So is one of the ones that's working, by the way. The settings on both accounts are the same as the one that's working, and both worked fine before the 8.3 upgrade. I have no issue accessing both of these accounts on my ipad which is currently on 8.2.x. If it's not the iphone OS at fault, I'm at a loss as to what it could be.

  • I can't get rid of a "Not Enough Storage" pop-up on my IPad2.  Can't close it and can't access settings.  Can't shut off the device either.  It's just locked up.  What can I do?

    How can I get rid of the "Not Enough Storage" pop-up on my IPad2?  It won't go away, I can't cancel it, I can't access settings, and I can turn off the IPad to reboot.  It is just locked up. 

    Reboot the device.
    Shut down the device by holding the sleep/wake button  and the home button at the same time.
    Hold them both until you see the screen go black. In some cases, you may need to keep holding them even after the red power off slider appears. If it does, just keep holding it.
    Wait until the white Apple logo appears.
    When this happens, you can let go - the iPhone is rebooting.

  • Sf300-24P connected to 2960s

    Hi,
    I have a new small business connect SF300-24P switch which I would like to designate to the core of the network since this has 4 gigabit ports and I also have 2 2960 switches which i would like to dedicate as access switched connect to sf300 core via ether/port channel.
    I have enountered unexpected behaviour when configuring LAG with/witout LACP ?
    Has anyone some experience on setting up this type of configuration.
    Many Thanks,
    Shawn

    conf t
    int range gi1/0/x - x
    channel-group 1 mode auto
    Don't know the SG300 if they have a CLI, perhaps it's the same syntax
    On Catalyst:
    sh lacp 1 neighbor
    sh int gi10/x etherchannel
    Enable debug:
    deb etherchannel all
    deb lacp all
    ter mon
    Michael
    Please rate all helpful posts

  • My iPad 3 is stuck on exchange acct from yesterday and will not let me sign in. I cannot access settings to change to local wi fi. How do I reset?

    I was at my office yesterday and signed in on the local exchange.
    Today I am at ome, tried to log in and it is wanting password from the other exchange where I was at yesterday. I do not have password with me. I need to access some things. I cannot even access settings. How do I reset so I can access my iPad and accounts?

    OK....Reboot your iPad.  Press and hold BOTH the power and home buttons at the SAME time for about 10 seconds (ignore the red slider to shut down) until the Apple Logo appears, then let go of both buttons and your iPad will restart.  Once it comes back up, see if you can connect to your home wifi and if you can, all should be good.

  • There is no "Switchport Voice Vlan" command on SF300-24P !!!

    Hello everyone
    I am in an urgent problem :S
    I have a Small Business SF300-24P
    I have created two vlans one data and one voice
    but i have not assigned them to the ports and I am not sure how to do so since there's no "switchport voice vlan" command under the interface !!
    here are the configurations
    btw the switchport mode is still trunk as it is by default
    Thanks in advance
    switch0a1172#
    switch0a1172#
    switch0a1172#sho run
    config-file-header
    switch0a1172
    v1.2.9.44 / R750_NIK_1_2_584_002
    CLI v1.0
    file SSD indicator encrypted
    ssd-control-start
    ssd config
    ssd file passphrase control unrestricted
    no ssd file integrity control
    ssd-control-end cb0a3fdb1f3a1af4e4430033719968c0
    vlan database
    vlan 13,20
    exit
    voice vlan id 20
    voice vlan oui-table add 0001e3 Siemens_AG_phone________
    voice vlan oui-table add 00036b Cisco_phone_____________
    voice vlan oui-table add 00096e Avaya___________________
    voice vlan oui-table add 000fe2 H3C_Aolynk______________
    voice vlan oui-table add 0060b9 Philips_and_NEC_AG_phone
    voice vlan oui-table add 00d01e Pingtel_phone___________
    voice vlan oui-table add 00e075 Polycom/Veritel_phone___
    voice vlan oui-table add 00e0bb 3Com_phone______________
    hostname switch0a1172
    username cisco password encrypted c8e383b1dd7be99f878a387d87766e875404e0b3 priv
    lege 15
    ip telnet server
    interface vlan 13
    name "VLAN13"
    interface vlan 20
    name VOICE
    switch0a1172#

    Hi Sandy,
    You need:
    switchxxxxxx(config)# voice vlan id 20
    and smart ports should do the rest.
    for your reference: http://www.cisco.com/c/dam/en/us/td/docs/switches/lan/csbms/sf30x_sg30x/administration_guide/CLI_300.pdf?mdfid=283019666
    Regards,
    Aleksandra

  • HT3477 Why would a Guest network need an Access Control List?

    I have an Airport Extreme running software 7.6.4 and I have figured out today, to my dismay, that because I have an Access Control List active on my main network (with MAC addresses of my devices), the Guest Network feature, as implemented, becomes simply useless.
    Essentially any friend coming at my place, to whom I want to share my internet connection for a while (say, a couple of hours) with an easy password, either provides me with the MAC address of his device, or has no access at all. And if he has to give me the MAC, then I could just simply add him to the main network in the first place and, BTW, I need to give him also the (complicated) password of my main network.
    What is the purpose of a Guest Network then, if it is subject to the same access restrictions of the main one? I need to remove the access list on my main one, to offer quick and easy access to friends and family defeating the purpose of protecting my main network with MAC addresses and a separate guest network?
    I don't get it. This is a bug. It has to be. I see no logic in it, in the way it is implemented. Or it should have 2 separate access lists, for flexibility. But a *Guest* network, should be by definition open, or easy access (with password, sure, if necessary) - and in case it should have restricted access, it should be by time maybe, not by MAC address....!

    Why would a Guest Network need an Access Control List
    The short answer would be that it would not need an Access Control listing......if you used the default settings in Timed Access.
    Sorry, but I do not understand how you have constructed your Timed Access control list.
    Normally, you would use the default settings and leave the "main" (and "guest") networks set for Unlimited Access.....and then only list the devices that you want to limit separately, establishing "rules" and timeframes for each device that you want to control.
    When you do it the default way, a user would be able to connect to the Guest Network at any time, provided that he/she had the password for the guest network. No MAC Address needed at all.
    If you wanted to limit the time that the "guest" could connect to the guest network, you would have to set up a "rule" for the guest. I would not normally think of limiting the time that a guest could connect.....(unless the guest were one of the grandkids).
    It sounds to me as if you might have set the default network setting to No Access, and you have then set up each device with the times that they would be allowed to connect.
    If you did it this way, then the default No Access would also apply to the Guest Network....and any guest would have to then be set up by MAC Address with a rule set for the times that they were allowed to connect.
    Personally, I have changed the default rule for the "main" (and guest) networks from Unlimited Access to Everyday between 7:00 AM and 11:30 PM. So no one on either the main or guest network can connect before 7:00 AM or after 11:30 PM.
    Then, there are a few rules that I have for devices that connect to the guest network to further limit them to certain times each day. You could do this as well for devices that you want to control on the "main" network.

Maybe you are looking for

  • FCS and Mountain Lion

    Has anyone tried to install FCS on Mountain Lion?

  • External web service call from WebDynpro for ABAP

    Hi... I'm inspecting Web Dynpro For ABAP, and trying to call external web services. I'm created Web Service, CAF-AS. I create the proxy class(se80) and Logical Port(lpconfig), and I take the web service in componentcontoroller of my web dynpro using

  • Middleware- Taking long time for generation of Runtime objects- SMOGTOTAL

    Hi Experts, I am doing middleware settings for connecting CRM 2007 with R/3 4.7. When i am generating all the required objects ( Replication objects, publications....) using the transaction code SMOGTOTAL, system is taking very long time for generati

  • Ipad 2 and GarageBand

    This has happened to me twice in two weeks now. I've been working on a song on GarageBand on my iPad 2, when it suddenly crashes. When I try to re-open the application, GarageBand opens, indicates it is loading my song, and then crashes before anythi

  • Editor panel has disappeared in Organizer window.

    I can no longer access the Editor panel in my Organizer window or any other options that were there?  Any idea how to get it back?