Yes,
Run the cfgmaker on your target switch. Edit the out put file , Then just cut and paste the interface you want to monitor into you mrtg .cfg file.
The IOS can create these .renamed files.
If you have express-setup enabled, and you press and hold the mode button. The switch renames the config and vlan files then reboots.
Although some Cisco documents imply that you can automatically push the Master IOS to member switches, I have yet to get this to work. The quickest way is to connect the member switch to the stack, copy the IOS from Master Flash to member flash:
copy flash1:c3750.bin flash2:c3750.bin
I think the 3750 & 3560 have a facility called "setup express".(All of mine do)
Press and hold the mode button on the front for 10 seconds and the config is renamed and all other settings then go to default and the console port should then work.
Otherwise power off and on whilst holding the...
If you want multiple VLANs on an Access-Point. You will have to configure a trunk on the switch and create sub interfaces on the AP.(On both the ethernet interface and the radio interface.(Like below)
!
interface FastEthernet0.1 (Interface for AP Management)
encapsulation dot1Q 1 native
no ip...
I always configure my port-channel and interface with the same trunk informarion. See Below
interface Port-channel1
description FRC-MSFC-129
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 22,197,700,800,900
switchport mode trunk
logging event bundle-status
!
interface...
I though a 2524 was a Router!! Anyway I assume you mean a 2924.
Etherchannel on a 2924 is "port Group"
Example this will create a 2 port group.
fastethernet 0/1
speed 100
duplex full
port group 1
switchport access vlan 2
fastethernet 0/2
speed 100
duplex full
port group 1...
Hi,
It looks like you have an old Supervisor. SUPII will only do ISL trunking & 2950s will only do dot1q.(Thanks Cisco) Only some of the later supervisors and line cards support dot1q.
For example a X-5201 card will only do ISL
But a X-5201R will do ISL and dot1q.
To check what the modules...
What is the subnet mask on the machines?
17.4.2.22 with a 255.255.0.0 mask will send traffic to 17.4.255.255. These will be broadcasts used for DHCP , ARP etc. You can't stop these as your network will not function.
I think we need a little more info.
1. Are all the HSRP routers Cisco ?
2. What standby groups numbers are you using.?
3. Do you have more than 2 HSRP routers in single subnet.
4. Configs would be useful
Make sure 5000 is not connected to network.
First clear the config from the "new" 5000.
Set VTP domain same as 6509s
Set VTP mode as client
connect 5000 to 6509
config the following on the 5000
set trunk 1/1 on 1-1005 dot1q
set port 1/1 enable
set port duplex 1/1 full
config the...
I assume you Cisco routers have standard Serial interaces.
In the UK you can request the circuit to be presented on G703,or X.21. However you could also use a G703 to X.21 interface converter.(Not that cheap though)
If you have point to point links the config is very simple.
Router 1...
I have never found anywhere to get free or discounted software. The basic IP IOS is usually only a few $$. Once you start getting interested in more features/protocols the price goes thru the roof!
Hi,
Conf t
int vlan 1 !!!
This will only assign a mangement IP address to VLAN1. If you want to create multiple vlans, use the VLAN DATABASE commands.
If you are only running a single VLAN you will not have to make any changes to the ethernet interface on the router.
Cheers
Mark
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.