Avatar of Ian Price
Ian Price
Flag for United Kingdom of Great Britain and Northern Ireland asked on

How do I configure a 2948G switch - Assign VLan1 ip number and set SNMP up ?

Hi...
We have a 2948G switch I am trying to configure it but the command seem differ from the old 2950 we replace it with.

I need to know how do I configure  a 2948G switch - Assign VLan1 ip number and set SNMP up ?
RoutersNetworking Hardware-OtherNetworking

Avatar of undefined
Last Comment
Ian Price

8/22/2022 - Mon
ASKER CERTIFIED SOLUTION
francrl

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
logic2

hello
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 bvi 1
2948G-L3(config-if)#ip address 10.1.1.1 255.255.255.0
Ian Price

ASKER
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 ?
Experts Exchange has (a) saved my job multiple times, (b) saved me hours, days, and even weeks of work, and often (c) makes me look like a superhero! This place is MAGIC!
Walt Forbes
Ian Price

ASKER
Ok telnet is set...

set ip permit 172.16.0.0 255.255.0.0 telnet

Awarding points to francrl
Ian Price

ASKER
Found the infor I needed in the link provided..