02-24-2016 08:36 AM - edited 03-08-2019 04:42 AM
Hi,
Can any one provide me the alternate CAT OS command for below IOS commands
Switch(config)#ip access-list extended 100
Switch(config-ext-nacl)#10 permit tcp host 192.168.1.1 any eq 22
Switch(config-ext-nacl)#20 permit tcp host 192.168.2.1 any eq 22
Switch(config-ext-nacl)#exit
Switch(config)#ip access-list extended 101
Switch(config-ext-nacl)#10 permit tcp host 192.168.1.1 any eq 22
Switch(config-ext-nacl)#20 permit tcp host 192.168.2.1 any eq 22
Switch(config-ext-nacl)#exit
Switch(config)#logging 192.168.1.1
Switch(config)#logging 192.168.1.1
Switch(config)#snmp-server host 192.168.1.1 version 2c cisco
Switch(config)#snmp-server host 192.168.2.1 version 2c cisco
Switch(config)#exit
Switch#write
We have CAT OS switch and need to apply the commands
Thanks in advance
02-24-2016 09:19 AM
What model switch is this ?
Jon
02-24-2016 09:50 AM
Cisco WS-C4006
02-24-2016 09:56 AM
I remember working with those a very long time ago.
The issue is CatOS is L2 not L3.
The 4006 used to have a L3 part to it where you had to manually configure a port channel interface between the L2 and L3 parts.
Is there no L3 element on your switch ?
Jon
02-24-2016 12:23 PM
I see many L3 VLAN's and routing on the switch. This is L3 switch. I just want to know the commands for ACL configurations in CAT OS switch. Could you please help?
02-24-2016 12:31 PM
They should be the same.
What errors are you seeing when you try to configure an acl ?
Have you tried just -
"access-list 101 ...."
for example.
Jon
02-26-2016 05:50 AM
Hi Jon,
We have monitoring tool installed in servers 192.168.1.1 & 192.168.2.1. Just want to know the below commands are correct in Cat OS to send logs to monitoring server from switch
set ip permit 192.168.1.1
set ip permit 192.168.2.1
set snmp community read-only rosebud
set logging server 192.168.1.1
set logging server 192.168.2.1
Please advise
02-26-2016 08:00 AM
Hello Murugan,
from the point of view of a CATOS L2 supervisor the proposed commands should be fine if my memory does not fail.
You can try them and verify you have SNMP acccess from the two hosts to the supervisor.
Hope to help
Giuseppe
02-25-2016 01:46 AM
Hi,
To configure L3 features with your box you need WS-X4232-L3 module. You can check via the "show module" CatOS (enable) command. If present you can connect to the module via the "session module#" CatOS command and start your configuration here. There are certain restrictions and limitations, the discussion of these are beyond the scope of this forum.
The basic document to follow is this:
http://www.cisco.com/c/en/us/support/docs/switches/catalyst-4000-series-switches/6198-28.html
Good Luck!
Best regards,
Antonin
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