05-09-2012 04:47 PM - edited 03-07-2019 06:37 AM
On the supervisor card of a cisco 6500 series, according to the following link,
it only has 2 uplink ports on the card. Would I be correct in assuming that I only have those to ports that I can configure IP addresses on?
The cisco that is being devlivere is coming with a 48 port switch and 24 port fibre switch. Could I change any of those ports into a router port and configure IP addresses on those?
The supervisor card is a ws-sup-720-3b
the 48 port switch is a ws-x6748-ge-tx
the 24 port fibre switch is ws-x6724-sfp
Thanks
Solved! Go to Solution.
05-09-2012 05:01 PM
Every one of those ports can be a routed port or a SVI (L3) routed port. The beauty of a multilayer switch..
Or This is used if you need the same subnet down multiple ports ..
interface vlan 10
ip address 192.168.10.1 255.255.255.0
int g1/1
switchport
switchport mode access
switchport access vlan 10
05-09-2012 04:53 PM
interface
no switchport
ip address 1.2.3.4 255.255.255.0
no shut
05-09-2012 05:01 PM
Every one of those ports can be a routed port or a SVI (L3) routed port. The beauty of a multilayer switch..
Or This is used if you need the same subnet down multiple ports ..
interface vlan 10
ip address 192.168.10.1 255.255.255.0
int g1/1
switchport
switchport mode access
switchport access vlan 10
05-09-2012 05:19 PM
thanks for the quick response guys
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide