Thanks for the reply I set the snmp no problem but the vlan won't work - I get unknown interface vlan1 ? see below copy from the console screen on the switch...
Console> (enable) set interface vlan1 10.44.0.101
unknown interface vlan1
Console> (enable) set interface ?
me1 Set me1 interface
sc0 Set sc0 interface
sl0 Set sl0 interface
trap Set interface trap
Console> (enable) set interface
Ian Price
ASKER
Ok apparently sc0 is vlan1 so I set the command as follows...
set interface sc0 10.44.0.101/24
I now need to know how I set up the line vty 0 4 for telnet ?
as per cisco you need to configure the BVI1 interface to manage the switch
check the below links from cisco they have config examples
http://www.cisco.com/en/US/products/hw/switches/ps672/products_tech_note09186a0080093f8f.shtml
http://www.cisco.com/en/US/products/hw/switches/ps672/products_tech_note09186a0080093dca.shtml#l3
2948G-L3(config)#bridge 1 route ip
!--- The bridge number route ip command configures an IP address on the BVI
!--- so you can Telnet into the router.
2948G-L3(config)#interface
2948G-L3(config-if)#ip address 10.1.1.1 255.255.255.0