Wireless Access

last person joined: 20 hours ago 

Access network design for branch, remote, outdoor, and campus locations with HPE Aruba Networking access points and mobility controllers.
Expand all | Collapse all

I need help converting cisco 2950 config for s1500024p

This thread has been viewed 1 times
  • 1.  I need help converting cisco 2950 config for s1500024p

    Posted Mar 06, 2015 04:11 PM
      |   view attached

    I have 40 offices we are replacing the switches in. All are Cisco 2950 24 port switches with the same config save for specific ip addresses and vlans. I have 40 new s1500-24p switches to configure. Is there an easy way to import the cisco config (attached). Or if someone is bored and wants to work it with me, I'd appreciate the help. I had hoped to work with an engineer at the Airheads conferance, but my boss was late on the approval.

    Attachment(s)

    txt
    2950 config.txt   4 KB 1 version


  • 2.  RE: I need help converting cisco 2950 config for s1500024p

    Posted Mar 06, 2015 08:58 PM

     Below is the rough conversion of config from Cisco to Aruba.

     

     

    hostname netarubasw01

     

    mgmt-user smith root

      Password: <type password here>

     Re-Type password: <confirm password>

     

    clock timezone CST -6

    clock summer-time CDT recurring   <first|last|1-4>  

     

    ip domain-name pmic.com

    ip name-server 10.102.105.21

    ip name-server 10.102.105.22

     

    spanning-tree mode pvst

     

    vlan 69

     !

     interface-profile switching-profile SW-PROFILE-69

    switchport-mode access

    access-vlan 69

    !

    interface-profile pvst-port-profile PORTFAST

    portfast

    !

     

    interface gigabitethernet 0/0/1

    switching-profile SW-PROFILE-69

    pvst-port-profile PORTFAST

    !

    interface gigabitethernet 0/0/2

    switching-profile SW-PROFILE-69

    pvst-port-profile PORTFAST

    !

    interface gigabitethernet 0/0/3

    switching-profile SW-PROFILE-69

    pvst-port-profile PORTFAST

    !

    interface gigabitethernet 0/0/4

    switching-profile SW-PROFILE-69

    pvst-port-profile PORTFAST

    !

    interface gigabitethernet 0/0/5

    switching-profile SW-PROFILE-69

    pvst-port-profile PORTFAST

    !

    interface gigabitethernet 0/0/6

    switching-profile SW-PROFILE-69

    pvst-port-profile PORTFAST

    !

    interface gigabitethernet 0/0/7

    switching-profile SW-PROFILE-69

    pvst-port-profile PORTFAST

    !

    interface gigabitethernet 0/0/8

    switching-profile SW-PROFILE-69

    pvst-port-profile PORTFAST

    !

    interface gigabitethernet 0/0/9

    pvst-port-profile PORTFAST

    !

    interface gigabitethernet 0/0/24

    pvst-port-profile PORTFAST

    !

    interface vlan 1

    no ip address

    shutdown

    !

    interface vlan 69

    ip address 192.168.69.2 255.255.255.0

    !

    ip-profile

    default-gateway 192.168.69.1

    !

    logging 10.161.0.100

     

    snmp-server community BBBr3ad

    snmp-server enable trap

    snmp-server trap enable authenticationFailure

    snmp-server trap enable warmStart

    snmp-server trap enable linkDown

    snmp-server trap enable linkUp

    snmp-server trap enable coldStart

     

     

    ntp server 10.53.53.254

     



  • 3.  RE: I need help converting cisco 2950 config for s1500024p

    EMPLOYEE
    Posted Mar 06, 2015 09:01 PM


  • 4.  RE: I need help converting cisco 2950 config for s1500024p

    Posted Mar 06, 2015 09:03 PM

    Note:

     

    1. Aruba configuration is based on profiles

         To alter port configuration, first creat the correponding profile

           [ view the list of profiles   by logging on to switch (config) #interface-profile ?

        Hence in above you see that:

         one profile is created to specificy the switchport details

        => interface-profile switching-profile SW-PROFILE-69

       Another profile is created to alter the STP properties (Since you are choosing PVST)

        => interface-profile pvst-port-profile PORTFAST

         [If you had choosed MSTP, then create 'interface-profile mstp-profile PORTFAST'

          and accordingly apply that mstp-profile under the port]

     

    2. Instead of configuring indvidual ports, if they have lot of common config you can make use of 'interface-group' to make config simple & fast

    For example: In above repetative interface/port config can be replaced as below

     

    interface-group gigabitethernet VLAN69-PORTS

    apply-to 0/0/1-0/0/9            <<<<<<<<<< This list you can alter based on which ports you want to target

    switching-profile SW-PROFILE-69

    pvst-port-profile PORTFAST

     

     

     



  • 5.  RE: I need help converting cisco 2950 config for s1500024p

    Posted Mar 09, 2015 09:20 AM

    Thank you both for your valuable assistance. It is greatly appreciated.



  • 6.  RE: I need help converting cisco 2950 config for s1500024p

    Posted Mar 09, 2015 10:26 AM

    Another question. As I am running this as a basic switch, do I really need all the pre-configured ACLs?

    Or can I either remove or disable them?



  • 7.  RE: I need help converting cisco 2950 config for s1500024p

    EMPLOYEE
    Posted Mar 09, 2015 10:37 AM
    It's part of the default config. Many can't be removed.