Dear Forum!
I am trying to set up 802.1x on my 6860 switches.
Everything is working fine, apart from the Bitlocker Network Unlock. As this is working on the "non-802.1x"-Ports it needs to work afterwards as well.
The configuration as it is without the 802.1x for the Ports:
unp profile "Clients ...
Search found 14 matches
- 26 Aug 2025 09:42
- Forum: OmniSwitch 6860 / 6860E
- Topic: 802.1x and Bitlocker Network Unlock
- Replies: 1
- Views: 1965
- 10 Jun 2024 03:50
- Forum: Misc
- Topic: Rename network interface ?
- Replies: 2
- Views: 3284
Re: Rename network interface ?
Hi,
I already had the same thing for renaming interfaces and as far as I remember I did it in one line like
no ip interface "admin" && ip interface "Administration" address x.y.z.a mask 255.255.255.0 vlan 1 ifindex 1
as the console is a linux it will also run the second command after the first one ...
I already had the same thing for renaming interfaces and as far as I remember I did it in one line like
no ip interface "admin" && ip interface "Administration" address x.y.z.a mask 255.255.255.0 vlan 1 ifindex 1
as the console is a linux it will also run the second command after the first one ...
- 23 May 2024 08:05
- Forum: OmniSwitch 6465
- Topic: OS6465-p6 poe issue
- Replies: 3
- Views: 13727
Re: OS6465-p6 poe issue
Hi,
just some ideas:
what is the current power budget? (the part below the table in your screenshot)
do you have set any power-policy? (show configuration snapshot lanpower)
does the camera work on another port/switch?
Regards
just some ideas:
what is the current power budget? (the part below the table in your screenshot)
do you have set any power-policy? (show configuration snapshot lanpower)
does the camera work on another port/switch?
Regards
- 15 Apr 2024 10:18
- Forum: Misc
- Topic: SFTP on alcatel switch
- Replies: 3
- Views: 5529
Re: SFTP on alcatel switch
Hi,
I once had wanted to quickly compare different configs and as I was on Windows with n++ I wanted to use this.
So I did a quick and dirty solution for getting the configs:
Make a list.txt-file with "$switchname $switchip" per line
create a get_config.bat file:
@echo off
set pw=%1
for /F ...
I once had wanted to quickly compare different configs and as I was on Windows with n++ I wanted to use this.
So I did a quick and dirty solution for getting the configs:
Make a list.txt-file with "$switchname $switchip" per line
create a get_config.bat file:
@echo off
set pw=%1
for /F ...
- 28 Nov 2023 08:54
- Forum: OmniSwitch 6560 / 6570M
- Topic: Virtual Chassis
- Replies: 3
- Views: 4144
Re: Virtual Chassis
Hi,
I for my part just have the 6860-series, but I guess it is basically the same:
You connect the chassis on vf-link-ports which you can see as trunks if you like. I for my part see them as part of the backplane and after the virtual chassis is built up you have one "big" switch with respect to ...
I for my part just have the 6860-series, but I guess it is basically the same:
You connect the chassis on vf-link-ports which you can see as trunks if you like. I for my part see them as part of the backplane and after the virtual chassis is built up you have one "big" switch with respect to ...
- 11 Oct 2023 10:47
- Forum: OmniSwitch 2260 / 2360
- Topic: Multicast Configuration
- Replies: 3
- Views: 3991
Re: Multicast Configuration
Hi,
I have not much experience with multicast nor with 2360 switches, so I am no expert on this topic.
Nevertheless I would guess that your multicast should be sent from the server and be received by the clients, the way you are checking is the other way round. For this to be also possible I would ...
I have not much experience with multicast nor with 2360 switches, so I am no expert on this topic.
Nevertheless I would guess that your multicast should be sent from the server and be received by the clients, the way you are checking is the other way round. For this to be also possible I would ...
- 13 Sep 2023 10:45
- Forum: OmniSwitch 6865
- Topic: Lost Date and Time at each reboot
- Replies: 7
- Views: 16144
Re: Lost Date and Time at each reboot
Hi,
had a look in the mgmt-guide:
To disable an NTP client from invoking tests for NTP server synchronization, enter the ntp server
unsynchronized command, as shown:
->
ntp server unsynchronized
Disabling peer synchronization tests allows the NTP client to synchronize with either an NTP peer ...
had a look in the mgmt-guide:
To disable an NTP client from invoking tests for NTP server synchronization, enter the ntp server
unsynchronized command, as shown:
->
ntp server unsynchronized
Disabling peer synchronization tests allows the NTP client to synchronize with either an NTP peer ...
- 13 Sep 2023 10:12
- Forum: OmniSwitch 6865
- Topic: Lost Date and Time at each reboot
- Replies: 7
- Views: 16144
Re: Lost Date and Time at each reboot
Hi,
not sure if the switch has a RTC-module that would keep the time sync during a reboot.
For the NTP, as far as I know the NTP-Server should be enabled by default you can check with
show ip service
and enable with
ip service ntp admin-state enable
The switch that should sync would need ...
not sure if the switch has a RTC-module that would keep the time sync during a reboot.
For the NTP, as far as I know the NTP-Server should be enabled by default you can check with
show ip service
and enable with
ip service ntp admin-state enable
The switch that should sync would need ...
- 12 Apr 2023 07:51
- Forum: OmniSwitch 6860 / 6860E
- Topic: Vlan Config 6860E & 6360
- Replies: 10
- Views: 9283
Re: Vlan Config 6860E & 6360
Hi,
which ports on the 6360 are connected to which ports on the 6860?
Same for connection between the 6860-switches and the 6860 to the fortigate.
On all connections on both sites the vlan 40 shold be assigned as tagged.
From your first post:
OS6360-24-A.0 ->> show vlan 40 members
port type status ...
which ports on the 6360 are connected to which ports on the 6860?
Same for connection between the 6860-switches and the 6860 to the fortigate.
On all connections on both sites the vlan 40 shold be assigned as tagged.
From your first post:
OS6360-24-A.0 ->> show vlan 40 members
port type status ...
- 11 Apr 2023 07:30
- Forum: OmniSwitch 6860 / 6860E
- Topic: Vlan Config 6860E & 6360
- Replies: 10
- Views: 9283
Re: Vlan Config 6860E & 6360
Hi,
an additional thought: port 11 and 12 are the access-ports for the clients, aren't they? So (if you did no shorten your output) it looks like the vlan is missing (as tagged vlan) on your upstream-ports to the 6860E.
Regards
an additional thought: port 11 and 12 are the access-ports for the clients, aren't they? So (if you did no shorten your output) it looks like the vlan is missing (as tagged vlan) on your upstream-ports to the 6860E.
Regards
