- Community Home
- >
- Servers and Operating Systems
- >
- HPE BladeSystem
- >
- BladeSystem - General
- >
- Re: Connect c7000 + 2x Cisco 3120G + BL460c G6 to ...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2010 12:40 AM
01-17-2010 12:40 AM
We have 8 BL460c G6 servers. They divide in two server's groups (SGroup1 and SGroup2). On each server in each group i want to use HP Network team on NIC1 and NIC2 interfaces. SGroup1 servers are all in one vlan. SGroup1 servers are all in another vlan. We want to use Cisco 3120G as L2 switches (if it is possible) because our core switches are 2x Alcatel OmniSwitch 7800 and all rounting is on them. All vlan's are defined on Alcatel OmniSwitches. For high availability of servers - do we have to stack two 3120G or use them like 2 switches ? How do you connect BL460c and c7000 to LAN ?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2010 07:46 AM
01-19-2010 07:46 AM
Solution- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2010 05:21 PM
01-19-2010 05:21 PM
Re: Connect c7000 + 2x Cisco 3120G + BL460c G6 to LAN
Can i manage Cisco 3120G through "external" port, where trunk connection with Alcatel will be? And how to config 3120G STP such way, that it will never be the root switch in STP tree? I need to setup Cisco 3120G such way, that only Alcatel will be the root.
And what about internal backplane connection between 2 Cisco ? Shall i use it or disable it ?
Cisco Fa0 conenction with Onboard administrator - shall it be in VLAN 1, or i can use any VLAN ID which i want ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2010 07:34 PM
01-19-2010 07:34 PM
Re: Connect c7000 + 2x Cisco 3120G + BL460c G6 to LAN
#1. Yes, you can manage the switch using an inbound management interface, SVI. It can be on any VLAN, of course it must be one of the VLANs passing across the Trunk, ie:
#int vlan x
#ip address x.x.x.x x.x.x.x
#no shut
#2. With the suggested config there is no need of STP at the 3120, you can disabled on VLAN basis with this command:
#no spanning-tree vlan x
If you want to enable it anyways, you can increase the priority value to make sure the 3120 will not become the root (higher than default which is 32768, maybe 40960), it can be done on VLAN basis with the following command:
#spanning-tree vlan x priority x
#3. With the suggested config, using stacking links, the Cross-connect will be disabled automatically.
#4. Fa0 is an L3 interface, it doesnt belong to any VLAN, if you are going to use and inbound management interface (question 1), I'd recommend to disable Fa0 and use the SVI only.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2010 07:53 PM
01-19-2010 07:53 PM
Re: Connect c7000 + 2x Cisco 3120G + BL460c G6 to LAN
How do you recommend to divide access for this Cisco in our situation? We have two gorups of admins (Servers and Network). We want that Servers group have "read-only" access to both Cisco through Fa0 interface in OA network (for http,snmp interface to 3120G) . Network group - full access through external port connection. Are there any roles in Device Manager or it is assume full access to Cisco 3120 ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2010 08:20 PM
01-19-2010 08:20 PM
Re: Connect c7000 + 2x Cisco 3120G + BL460c G6 to LAN
I would recommend using only one management interface, HTTP access requires a level 15 login which means full access. If you are going to use only one account per group, I'd recommend using the local database for login, you can limit privileges with the different levels provided by cisco, you can use something similar to this:
# user server privilege 3 secret {password}
# privilege exec level 3 show startup-config
# user server privilege 15 secret {password}
#line con 0
#login local
#line vty 0 15
#login local
#ip http authentication local
If you want to use more accounts, like one per person maybe, I'd recommend usin AAA with an external authentication server (RADIUS or TACACS), it will give you control to privileges for each user.
>lmm
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2010 08:21 PM
01-19-2010 08:21 PM
Re: Connect c7000 + 2x Cisco 3120G + BL460c G6 to LAN
# user server privilege 3 secret {password}
# privilege exec level 3 show startup-config
# user network privilege 15 secret {password}
#line con 0
#login local
#line vty 0 15
#login local
#ip http authentication local
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2010 10:09 PM
01-19-2010 10:09 PM
Re: Connect c7000 + 2x Cisco 3120G + BL460c G6 to LAN
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2010 08:55 AM
01-20-2010 08:55 AM
Re: Connect c7000 + 2x Cisco 3120G + BL460c G6 to LAN
Under Users/Authentication you can choose privelege levels or permission by specific server bays and interconnect bays.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2010 04:27 PM
01-20-2010 04:27 PM
Re: Connect c7000 + 2x Cisco 3120G + BL460c G6 to LAN
#no spanning-tree vlan x
What is the best connection scheme for us ? We think to make 4 logical connections from 2 Cisco 3120G to 2 Alcatel 7800 (2 1000BASE-T cables per connection).Each of two 3120G we connect to each of two Alcatel 7800. As i understand we HAVE TO use STP because we have several links between Cisco and Alcatel and so we need prevent loops in LAN ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2010 06:04 AM
01-21-2010 06:04 AM
Re: Connect c7000 + 2x Cisco 3120G + BL460c G6 to LAN
It sounds good, keep 3120s stacked, and create two chanels, one to each Alcatel. If you are connecting to 2 Alcatel Switches, then yes, you need STP. Im not really sure about Alcatel STP capabilities... Cisco 3120 will run PVST+ by default, I'd recommend running RSTP in both switches if its supported on the Alcatel side.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2010 04:17 PM
01-21-2010 04:17 PM
Re: Connect c7000 + 2x Cisco 3120G + BL460c G6 to LAN
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2010 04:27 PM
01-21-2010 04:27 PM
Re: Connect c7000 + 2x Cisco 3120G + BL460c G6 to LAN
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2010 06:55 PM
01-21-2010 06:55 PM
Re: Connect c7000 + 2x Cisco 3120G + BL460c G6 to LAN
Option 1
username
line vty o 15
login local
Option 2
line vty o 15
password
login
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2010 04:52 PM
01-22-2010 04:52 PM
Re: Connect c7000 + 2x Cisco 3120G + BL460c G6 to LAN
Any way, as i understand, there are no default gateway on Fa0 interface? So i can't reach it from another network segment and have to connect PC to OA+Fa0 vlan.
Now i have problem with KVM and OA - some iLo's are blue on Health monitor and there is exclamation sign in Web-interface of OA. May be i have to connect triple-connector and customize "bad" iLo's through it ? There is a script for OA way but i don't know how to do it yet.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2010 06:36 AM
01-25-2010 06:36 AM
Re: Connect c7000 + 2x Cisco 3120G + BL460c G6 to LAN
Regarding the first question, you can disable Int Fa0 and manage the switch using the SVI on VLAN1, you can connect the 3120 stack to two switches but you must run STP. Regarding the iLO question, I'd recommend open a case with support.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2010 07:42 AM
01-25-2010 07:42 AM
Re: Connect c7000 + 2x Cisco 3120G + BL460c G6 to LAN
LAN connection is not complete yet. As i understand - i cannot assign speed 1000 for my BL460c NIC's with 10 Gbit/sec intefaces?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2010 07:47 AM
01-25-2010 07:47 AM
Re: Connect c7000 + 2x Cisco 3120G + BL460c G6 to LAN
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2010 07:56 AM
01-25-2010 07:56 AM
Re: Connect c7000 + 2x Cisco 3120G + BL460c G6 to LAN
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2010 07:57 AM
01-25-2010 07:57 AM
Re: Connect c7000 + 2x Cisco 3120G + BL460c G6 to LAN
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2010 08:00 AM
01-25-2010 08:00 AM
Re: Connect c7000 + 2x Cisco 3120G + BL460c G6 to LAN
2 - #int vlan x
#ip address x.x.x.x x.x.x.x
#no shut
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2010 08:04 AM
01-25-2010 08:04 AM
Re: Connect c7000 + 2x Cisco 3120G + BL460c G6 to LAN
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2010 08:07 AM
01-25-2010 08:07 AM
Re: Connect c7000 + 2x Cisco 3120G + BL460c G6 to LAN
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2010 08:27 AM
01-27-2010 08:27 AM
Re: Connect c7000 + 2x Cisco 3120G + BL460c G6 to LAN
Every server have Windows Server 2003 R2 EE SP2, SmartStart 8.60, latest firmware (Firmware CD 8.60 + Blade Firmware update). Only Windows Server 2003 x64 connect to LAN after restart. On all other servers i have to disable HP Network Team connection and then enable it!
HP Support tell me that it is software problem, not hardware.
I really need help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2010 08:48 AM
01-27-2010 08:48 AM