11-01-2020 06:35 AM
11-02-2020 09:55 AM
Hello,
there is no other way on the switch itself.
It’s a entry level switch for Layer 2.
Therefore some functions are not available.
As Tomasz wrote in you first post. You can use an external System (e. q. Linux, XMC ...) to run a script.
11-02-2020 05:37 AM
Hello hadi,
do be sure:
11-02-2020 04:23 AM
Hello
I do not intend to dare
My English typing is poor
I have 20 extrim-x-1550 switches in my organization
My problem:
I want port number 18 to access the router from 8 a.m. to 2 p.m. I did this in the x-250 series with the same system.
But in x-150 series, I need help because of UPM support
vi aclcam.pol
Entry cam31 {
if {
destination-address 10.10.2.0/24 ;
}
then
{
deny;
}
}
create upm profile power-off
configure access-list aclcam31 ports 20con
.
create upm timer power-off-timer
configure upm timer power-off-timer profile power-off
configure upm timer power-off-timer at 10 28 2020 07 00 00 every 86400
##unconfigure upm timer "power-off-timer"
create upm profile power-on
unconfigure access-list aclcam31
.
create upm timer power-on-timer
configure upm timer power-on-timer profile power-on
configure upm timer power-on-timer at 10 28 2020 14 30 00 every 86400
##unconfigure upm timer "power-on-timer"
11-01-2020 03:36 PM
Hello Hadi,
here in the forum there are many people who will help you. But you have to describe what you want to achieve. What you have already tried to achieve and what exactly you are failing to achieve.
One single sentence is not enough. We are not here for fun and not to guess riddles but to help each other with concrete problems. So that we all have something of it and don't have to make mistakes twice.
Therefore explane what is the problem with command execution you have, please.
Regards
Stephan