Unsolved
This post is more than 5 years old
4 Posts
0
45264
September 21st, 2014 20:00
7048P inbound management IP
I currently have a few stacks of 7048P's as access switches with trunks going to stacks of Layer 3 Force10 S55's.
As the S55s are handling all our VLAN traffic and are the default gateways on all clients (172.16.10.1, 172.16.20.1 etc). I am wondering how to configure the 7048Ps for Inbound management? Do I need to assign an IP address to a vlan or an interface on the 7048s and somehow route that traffic back from the S55s to the 7048Ps?
Thanks.
0 events found
No Events found!


Shkimpson
4 Posts
0
September 22nd, 2014 19:00
Hi Daniel,
Thanks for the reply. Global command [tag:ip] address does not exist in the 7048 on version 5.1.1.7.
Would I just set the IP address directly onto the management VLAN (VLAN 1)? How would I then route that for access across other VLANs on the S55? As i have multiple stacks of 7048Ps, I am struggling to get all of them working in the same VLAN IP address range.
Thanks for your help so far.
Shkimpson
4 Posts
0
February 5th, 2015 21:00
Hi Daniel,
I am finally getting back to this outstanding issue. The S55 is indeed performing VLAN Routing. My issue appears to be that i can only have 1 7048 working with ip address on vlan.
This is the current setup:
S55 - 172.16.2.1
7048 Switch 1 - 172.16.2.10
7048 Switch 2 - 172.16.2.20
Both 7048s trunk to the S55 (trunking working as normal and is showing to be carrying all vlans)
I can get to both Switch 1 and S55 from anywhere on the network and ssh to them. But Switch 2 will only talk on the switch vlan (vlan 2). Switch 1 and S55 can ping Switch 2 but no routing across to other vlans.
Any ideas?
Shkimpson
4 Posts
0
February 8th, 2015 14:00
Switch2
configure
vlan 2,10,20,30,40,50,60
exit
hostname "NTL-LVL1-7048P"
interface vlan 2
ip address 172.16.2.20 255.255.255.0
exit
voice vlan
interface Gi1/0/1
switchport mode trunk
switchport trunk allowed vlan 2,10,20,30,40,50,60
exit
interface range Gi1/0/2-48
switchport voice detect auto
spanning-tree portfast
mtu 9216
switchport mode general
switchport general pvid 30
switchport general allowed vlan add 30
switchport general allowed vlan add 60 tagged
lldp transmit-tlv port-desc sys-name sys-desc sys-cap
lldp transmit-mgmt
lldp notification
lldp med confignotification
lldp med transmit-tlv ex-pse
voice vlan 60
voice vlan data priority untrust
exit
S55 Core Switch
interface Vlan 2
ip address 172.16.2.1/24
tagged GigabitEthernet 0/9,34
tagged GigabitEthernet 1/9
tagged Port-channel 20
no shutdown
1/9 on S55 connects to Gi1/0/1 on Switch 2
Port-channel 20 connects S55 to Switch 1 and is working perfectly