Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Is the Catalyst 2950 able to perform InterVLAN routing? That is, if I create three VLANs on a 2950, can it perform routing/L3 switching between them?If the answer is no, do you know which is the lowest-end Cisco model that allows InterVLAN routing? M...
I guess there are two things you can do:1. Configure at least one switchport on VLAN1.# config terminal(config)# interface FastEthernet 0/1(config-if)# switchport access vlan 12. Configure the Vlan2 interface with an IP address:# config terminal(conf...
Jumbo frames can increase throughput for network-intensive operations, like network backups and file-sharing.NetGear hardware is mostly low or middle-end, so it mostly doesn't support Jumbo frames. Gosh! Even my Catalyst 2950 doesn't support them. An...
AFAIK, Cisco Express Forwarding is an implementation of IP forwarding done nearly in hardware (ASIC). It works similarly to Layer 2 switching, which can be done at very high speeds.Traditionally, IP forwarding was done in software, limiting the throu...
Did you assign an IP address to the Management VLAN (usually VLAN1)? Did you bring the VLAN interface up?> enable# config terminal# interface vlan 1# ip address a.b.c.d n.n.n.n.n# no shutdownPlease, rate this post
BTW... Do you have a Cryptographic-enabled Cisco IOS software installed on your switch?My WS-C2950T-24 came with no Cryptographic Cisco IOS support (and thus, it didn't support neither HTTP/S nor SSH), so I had to update its software accordingly.