Содержание
- VCMP Implementation
- display vcmp track
- Usage Guidelines
- Example
- [править] Ссылки
- VCMP
- Вторая возможность
- snmp-agent trap enable feature-name vcmp
- Function
- Parameters
- Usage Guidelines
- Example
- display vcmp interface brief
- Usage Guidelines
- Example
- vcmp authentication
- Function
- Parameters
- Usage Guidelines
- Example
- vcmp device-id
- Function
- Parameters
- Usage Guidelines
- VCMP Packets
- vcmp disable
- Function
- Views
- Usage Guidelines
- Example
- VIP Аккаунт
- Friday, June 20, 2008
- Краткое описание
- Боковое меню
- Главный экран
VCMP Implementation
VLAN Synchronization When the VCMP Server Configuration Changes
When the VCMP server configuration changes, for example, creating and deleting VLANs, changing the VLAN name, VLAN description, VCMP domain name, or device ID, or restarting the VCMP server, the VCMP server sends a Summary-Advert packet and a Subset-Advert packet to instruct VCMP clients in the local VCMP domain to synchronize VLAN information.
VLAN Information Synchronization When a VCMP Client Is Added
To ensure VLAN information synchronization between the VCMP server and clients, the VCMP server sends a Summary-Advert packet every 5 minutes to notify switches in the local VCMP domain of the domain name, device ID, and configuration revision number. The VCMP server also sends a Subset-Advert packet to notify switches of the VLAN names and descriptions that change. When a VCMP client is added or a VCMP client restarts, the VCMP client sends an Advert-Request packet to the VCMP server to request VLAN information on the VCMP server.
Multi-Server Trap
Only one VCMP server exists in a VCMP domain. To prevent attacks of bogus VCMP servers, the VCMP server matches the VCMP domain name, device ID, and source MAC address in the received Summary-Advert packets with local ones. If the VCMP domain name and device ID match local ones but the source MAC address in the packet is different from the system MAC address, the VCMP server sends a trap about the multi-server event to the NMS.
To prevent the VCMP server from being affected by too many traps, the VCMP server sends traps to the NMS once every 30 minutes.
VCMP Authentication
When an unauthorized switch joins a VCMP domain, VLAN information on the switch may be synchronized in the VCMP domain, affecting network stability. To prevent unauthorized switches from joining a VCMP domain and enhance VCMP domain security, configure a VCMP domain authentication password on the VCMP server and clients.
If the VCMP domain authentication password is configured on the VCMP server or a VCMP client, the VCMP server or VCMP client uses the password character string (empty character string is used by default) as the key and performs SHA-256 for the VCMP domain name and device ID to obtain a digest. The digest is sent in a Summary-Advert, a Subset-Advert, or an Advert-Request packet. When each VCMP client in the VCMP domain receives a Summary-Advert packet or a Subset-Advert packet from the VCMP server, the VCMP client uses the locally configured password to perform SHA-256 for the VCMP domain name, device ID, and configuration revision number, and compares the calculated digest with the digest in the Summary-Advert or Subset-Advert packet. If the calculated digest matches the digest in the Summary-Advert or Subset-Advert packet, the Summary-Advert or Subset-Advert packet passes authentication and further VCMP processing is performed. Otherwise, the Summary-Advert or Subset-Advert packet is discarded. When the VCMP server receives an Advert-Request packet from a VCMP client, authentication and processing are similar.
If no domain authentication password is set, VCMP packets pass without authentication.
display vcmp track
Usage Guidelines
If VLAN changes, including creating VLANs, deleting VLANs, modifying VLAN names, and modifying VLAN descriptions, are made on a device functioning as a server, the device functioning as a client synchronizes its VLAN information with that on the server by exchanging VCMP packets. To view VLAN changes, run the display vcmp track command on the client.
Example
# Display VLAN changes on the client.
<HUAWEI> display vcmp track Operate Flags: A - Add, D - Delete, VN - VLAN Name , VD - VLAN Description ------------------------------------------------------------------------------- Op System-Time Operate-VLAN ------------------------------------------------------------------------------- A 03-19 19:32:27 103 A 03-19 19:30:57 10 D 03-19 19:15:52 20 VD 03-19 19:12:20 100 VN 03-19 19:12:06 100 A 03-19 19:10:48 101 A 03-19 19:09:45 100
Table 4-54 Description of the display vcmp track command output
Item |
Description |
---|---|
Operate Flags |
Operation flag:
|
Op System-Time |
System time |
Operate-VLAN |
Operated VLAN |
[править] Ссылки
VC-MP относится к темам: | |||||||||||||||||||||||||||||||||||||
Онлайн-игрыАббревиатуры |
|||||||||||||||||||||||||||||||||||||
|
VCMP
Licensing
Requirements
Version Requirements
Table 4-12 Products and versions supporting VCMP
Product Model |
Software version |
---|---|
S600-E |
V200R010C00, V200R011C00, V200R011C10, V200R012C00, |
NOTE: For details about software
mappings, visit Hardware Query Tool and search for the
desired product model.
Feature Limitations
-
VCMP can only help the network administrator synchronize VLAN
information but not dynamically assign interfaces to VLANs. VCMP is often used with LNP to simplify user configurations. For
details about LNP, see «LNP» in «VLAN Configuration» in the Configuration
Guide — Ethernet Switching of the corresponding product version. -
VCMP packets can be only transmitted in VLAN 1. By default,
all interfaces join VLAN 1. To prevent loops, deploy a loop prevention
protocol such as STP in addition to VCMP. -
By default, a switch is a VCMP client.
-
VCMP synchronizes only the VLAN ID in the current version.
-
One switch can join only one VCMP domain, and only one VCMP
server exists in a VCMP domain. -
If the VCMP domain authentication password is set, ensure that
the VCMP server and clients use the same VCMP domain authentication
password. -
If VLANs created or deleted on the VCMP server are the control
VLANs of the Ethernet Ring Protection Switch (ERPS), Rapid Ring Protection
Protocol (RRPP), Smart Ethernet Protocol (SEP), or Smart link, or
reserved VLANs of stack, a VCMP client does not create or delete the
VLANs. -
If the Generic VLAN Registration Protocol (GVRP) has
been enabled, the VCMP role can be only the transparent or silent
switch. If the VCMP role is set to client or server, do not use GVRP. - After a VLAN is deleted on the VCMP server, VCMP clients delete
the VLAN but do not delete configurations in the VLAN. In addition,
the vlan vlan-id configuration command is generated in the configuration file, and the configurations
in the deleted VLAN specified by vlan-id are moved
to the VLAN configuration view. - When the device used as a VCMP client that connects to a VCMP
server restarts, the VLAN configuration before the restart takes effect.
To make the saved VLAN configuration take effect, use one of the following
methods to delete the vlan.dat file and then restart the device:- Run the vcmp role { server | silent | transparent } command
to change the device role to a non-client. - Run the startup saved-configuration configuration-file command to configure a new configuration
file. Ensure that the name of the new configuration file is different
from that of the current configuration file. - Run the reset saved-configuration command to clear the
saved configuration file. This command will clear all the configuration.
NOTE:
When the value of Server ID in the display
vcmp status command output is not empty, the device used as a
VCMP client has been connected to a VCMP server. - Run the vcmp role { server | silent | transparent } command
Вторая возможность
Сыграть бесплатно ГТА Вайс Сити онлайн невозможно, но это не повод отчаиваться. Даже если компьютер не справляется с мощностями пятой части. Сообщество авторов под названием Absolute Play создали специальный мультиплеер под названием GTA: SA MP. За основу они взяли следующую после Вайс-Сити часть и решили дать пользователям возможность развлекаться с другими реальными людьми. Так появился изначально сырой проект с множеством разных ошибок. Год за годом его дорабатывали, и сейчас многопользовательский режим стал полноценно соперничать с ГТА 5 от официальных разработчиков.
В нем не так много контента, а обновления случаются реже, но занятий предостаточно. Здесь также регулярно пополняется количество транспорта, можно приобретать дома и даже становится на сторону полиции или криминальных авторитетов в борьбе за управление штатом Сан-Андреас. Огромным преимуществом являются низкие системные требования. Они такие же, какие огласили разработчики при выходе ГТА Сан Андреас в 2004 году. Альтернативных многопользовательских миров достаточно, есть похожие сторонние проекты. Игрокам при нынешнем развитии индустрии ничего не стоит подобрать что-то себе по душе.
snmp-agent trap enable feature-name vcmp
Function
The snmp-agent trap enable feature-name vcmp command enables the trap function for the VCMP module.
The undo snmp-agent trap enable feature-name vcmp command disables
the trap function for the VCMP module.
By default, the trap
function is enabled for the VCMP module.
Parameters
Parameter | Description | Value |
---|---|---|
trap-name |
Enables or disables the trap function for the specified |
— |
hwvcmprevisionconflict |
Sends a Huawei proprietary trap when the server in |
— |
hwvcmpservermacconflict |
Sends a Huawei proprietary trap when multiple servers |
— |
Usage Guidelines
When the trap function is enabled, the device generates
traps during running and sends traps to the NMS through SNMP. When
the trap function is not enabled, the device does not generate traps
and the SNMP module does not send traps to the NMS.
You can
specify trap-name to enable the trap function
for one or more events.
Example
# Enable the device to send a Huawei proprietary trap
when the server in a VCMP domain receives a VCMP packet with a higher
revision number.
<HUAWEI> system-view
snmp-agent trap enable feature-name vcmp trap-name hwvcmprevisionconflict
display vcmp interface brief
Usage Guidelines
By default, VCMP is enabled on all Layer 2 Ethernet interfaces of a switch. You can run the display vcmp interface brief command to view the VCMP status on Layer 2 Ethernet interfaces.
Example
# Display the VCMP status on Layer 2 Ethernet interfaces.
<HUAWEI> display vcmp interface brief
Vcmp interface number:2 Interface Vcmp State -------------------------------------------- GigabitEthernet0/0/1 disable GigabitEthernet0/0/2 enable
Table 4-52 Description of the display vcmp interface brief command output
Item |
Description |
---|---|
Vcmp interface number |
Number of Layer 2 Ethernet interfaces supporting VCMP. |
Interface |
Name and number of a Layer 2 Ethernet interface on which VCMP can run. |
Vcmp State |
VCMP status on a Layer 2 Ethernet interface. To specify the parameter, run the vcmp disable command. |
vcmp authentication
Function
The vcmp authentication command sets
a VCMP domain authentication password.
The undo vcmp
authentication command deletes the VCMP domain authentication
password.
By default, no VCMP domain authentication password
is set and VCMP packets pass without authentication.
Parameters
Parameter | Description | Value |
---|---|---|
sha2-256 |
Enables SHA2-256 authentication for a VCMP domain. |
— |
password password |
Specifies a VCMP domain authentication password. |
The value a string of case-sensitive characters,
When double quotation marks are used around the string, spaces NOTE: A 32-character ciphertext password configured in an earlier version |
Usage Guidelines
Usage Scenario
To enhance security for a
VCMP domain, you can run the vcmp authentication command to set a VCMP domain authentication password on each switch
for authenticating packets exchanged between the switches in the VCMP
domain.
Precautions
All switches in a VCMP domain
must use the same VCMP domain authentication password.
Example
# Set the VCMP domain authentication password to huawei.
<HUAWEI> system-view
vcmp authentication sha2-256 password huawei
vcmp device-id
Function
The vcmp device-id command sets the device ID of the VCMP server.
The undo vcmp device-id command deletes the device ID of the VCMP server.
By default, no device ID is set for the VCMP server.
Parameters
Parameter | Description | Value |
---|---|---|
device-name |
Specifies a device ID. |
The value is a string of 1 to 31 case-sensitive characters without spaces.When double quotation marks are used around the string, spaces are allowed in the string. |
Usage Guidelines
Usage Scenario
A device ID identifies the VCMP server so that other roles in a VCMP domain can identify the VCMP server.
Precautions
The device ID can be set only for the VCMP server.
VCMP Packets
VCMP enables switches of different roles to exchange VCMP packets to implement centralized VLAN management. VCMP packets can be only transmitted in VLAN 1 on trunk or hybrid interfaces. To retain the same VLAN information on the VCMP server and clients, VCMP defines three types of multicast packets: Summary-Advert, Subset-Advert, and Advert-Request. describes the functions and triggering scenarios of the three types of packets.
Table 1-2 VCMP packets
Packet Type |
Function |
Applicable Scenario |
Sent By |
---|---|---|---|
Summary-Advert |
The VCMP server sends Summary-Advert packets to other devices in the local VCMP domain to notify them of the domain name, device ID, configuration revision number, and VLAN information. |
|
Server |
Subset-Advert |
The VCMP server sends Subset-Advert packets to other devices in the VCMP domain to notify them of the non-default VLAN names or descriptions. |
Non-default VLAN names or descriptions are configured on the VCMP server, and either of the following conditions is met:
The VCMP server sends a Subset-Advert packet to ensure real-time synchronization of VLAN information on the VCMP server and clients and prevent VLAN information loss due to packet loss. |
Server |
Advert-Request |
A VCMP client sends Advert-Request packets to the VCMP server to request VLAN information. |
|
Client |
vcmp disable
Function
The vcmp disable command disables VCMP
on an interface.
The undo vcmp disable command
enables VCMP on an interface.
By default, VCMP is enabled on
all interfaces of a switch.
Views
GE interface
view, XGE interface view, 40GE interface view, 100GE interface view, Eth-Trunk
interface view, port group view
Usage Guidelines
Usage Scenario
By default, VCMP is enabled on all interfaces of a switch.
If an edge switch in a VCMP domain requires VCMP management but its
peer end does not require VCMP management, run the vcmp disable command on the edge switch Layer 2 interface connected to the peer
end to disable VCMP. The peer end then does not receive VCMP packets.
Prerequisites
The interface connected
to the peer end has been configured as a Layer 2 interface using the command.
Example
# Disable VCMP on GE1/0/1.
<HUAWEI> system-view
interface gigabitethernet 1/0/1
[HUAWEI-GigabitEthernet1/0/1] vcmp disable
VIP Аккаунт
VIP — это привилегированный аккаунт, которому доступен дополнительный функционал приложения
Срок действия VIP неограничен.
Подключается 1 раз и навсегда!
Подключение VIP аккаунта
Подключается через пункт «»
ВНИМАНИЕ!После подключения нужно подождать 1 минуту и перезагрузить приложение.
ВНИМАНИЕ!VIP привязывается к вашему id вконтакте и будет действовать только если вы авторизованы с аккаунта, через который вы покупали VIP
Функционал VIP
Подключая VIP вы получаете следующие преимущества:
- Полное отключение рекламы
- Скачивание аудиозаписей в формате MP3
- Скачивание плейлистов в формате MP3
- Кэширование плейлистов автоматически
- Установка дополнительных тем из каталога
Проблемы с VIP
Иногда случается, что пропал VIP Аккаунт.
1. В 95% случаях выясняется, что пользователь сменил аккаунт.
Решение
Для решения этой проблемы нужно обратиться в поддержку и предоставить:
- ВК ID
- 4 последние цифры карты, с которой оплачивали
- СТАРЫЙ VK ID (на который подключали VIP)
2. В 4% случаях пользователь подключал VIP через PlayMarket
Решение
Для решения этой проблемы нужно обратиться в поддержку и предоставить:
- ВК ID
- Скрин покупки PlayMarket(в приложение PlayMarket история покупок)
3. В 1% непонятно, что произошло 🙂
Решение
Для решения этой проблемы нужно обратиться в поддержку и предоставить:
- ВК ID
- 4 последние цифры карты, с которой оплачивали
- Любая информация которая поможет разобраться
Friday, June 20, 2008
How to play this game
HELLO EVERY BODY OUR TOPIC IS TALKING ABOUTPLAYING GTA VICE CITY IN MULTIPLAYER & ONLINE MODEFIRST: THING TO DO IS DOWNLOAD AND INSTALL ACLEAN COPY OF GTA VICE CITYLINK TO DOWNLOAD GTA VICE CITY :http://www.sendspace.com/file/8ia910
*SECOND : DOWNLOAD vc-mp_0.3.exeLINK TO DOWNLOAD vc-mp_0.3.exe :http://vicecitymultiplayer.com/downloads/03/vc-mp_0.3.zipAND INSTALL IT ALSO IN THE SAME GTA VICE CITY LOCATION********************************************************************************DOWNLOAD : vc-mp_0.3_winserver.exeLINK TO DOWNLOAD vc-mp_0.3_winserver.exe :http://vicecitymultiplayer.com/downloads/03/vc-mp_0.3_winserver.zipUNZIP IT AND COPY ALL THE INSIDE FILES TO THE SAME LOCATION OF GTA VICE CITY********************************************************************************DOWNLOAD : rcon exeLINK TO DOWNLOAD rcon exe :http://vicecitymultiplayer.com/downloads/03/vc-mp_0.3_rcondll.zipPUT THE rcon.exe in the same location of gtavice city*********************************************************************************DOWNLOAD : mIRC rcon dllLINK TO DOWNLOAD mIRC rcon dll :http://vicecitymultiplayer.com/downloads/03/vc-mp_0.3_rcondll.zipALSO BUT IT IN THE LOCATION OF GTA VICE CITY*******************************************************************************************************************************************************************
Краткое описание
Многие игроки представляют себе GTA Vice City онлайн в качестве копии того самого мегаполиса, в котором есть возможности для развлечений с другими игроками. Однопользовательская кампания с Томми Версетти в главной роли оставила след в сердцах многих людей. Сюжет рассказывал история мужчины, которого подставили в крупной сделке. Он вынужден с нуля заслуживать приличный статус в криминальном мире чужого для себя города.
Главный персонаж игры GTA Vice City “Томми Версетти”
В игровом процессе преобладает свобода и интерактивность. Именно первый аспект послужил поводом для поисков Grand Theft Auto Vice City онлайн. Свободный мир с большим количеством развлечений отлично подходит для компании. В нем хватит места даже тысячам пользователей, остается только придумать социальное взаимодействие. Концепция интересной вселенной уже существует.
Боковое меню
Для того чтобы открыть боковое меню, нужно провести пальцем по экрану слева направо.
Если у вас не получается открыть меню свайпом, можно использовать комбинацию нажатия по плейлистам:«2 2 1 1 2» где 2 — это второй плейлист, 1 — первый плейлист (нужно набрать комбинацию за 3 секунды).
Содержание бокового меню:
2. Изменить тему
Эта кнопка работает через настройки темы.Имеет 2 состояния (ДЕНЬ/НОЧЬ).
Если в установленной теме есть несколько цветовых схем, то эта кнопка будет переключать их между собой.
Для выбора какая схема будет ДНЕВНАЯ и НОЧНАЯ, нужно зайти в настойки и выбрать соответствующие цветовые схемы.
4. Рекомендации
Музыкальная подборка от ВКонтакте для вас.
Включает в себя разделы:
- Специально для вас
- Новинки
- Чарт ВКонтакте
- РЭП & Hip-Hop
- Поп
- Рок
- Музыка под настроение
- Выбор редакции
5. Музыка друзей
Открывает список ваших друзей, у которых вы можете послушать музыку.
При выборе друга, его аудиозаписи добавятся к вам в список плейлистов в виде отдельного плейлиста.
6. Музыка из групп
Открывает список ваших групп, в которых вы можете послушать музыку со стены.
При выборе группы, плеер просканирует последние 70 постов и выведет список аудиозаписей в виде отдельного плейлиста.
Встроенный каталог тем для плеера VKMP.
Здесь вы можете выбрать и установить тему на любой вкус и цвет.
8. Настройки
Открывает меню настроек плеера:
- Отображать плеер на весь экран
Если переключатель активен, то плеер будет отображаться без верхней системной части информационного табло (время,батарея и т.д.)
- Показывать музыку с телефона
Если переключатель активен, то плеер будет сканировать память телефона на наличие аудиозаписей
- Тема
Выбор темы для плеера. Открывает список установленных тем.(устанавливать темы нужно через )
- Цветовая схема
Выбор цветовой схемы текущей темы.При выборе через этот пункт меню схема установится моментально. Подробнее в разделе ()
- Цветовая схема ДЕНЬ
Выбор цветовой схемы текущей темы для статуса ДЕНЬЭтот пункт влияет на переключатель «» в боковом меню. Подробнее в разделе «»
- Цветовая схема НОЧЬ
Выбор цветовой схемы текущей темы для статуса НОЧЬЭтот пункт влияет на переключатель «» в боковом меню. Подробнее в разделе «»
- Подгрузка больших картинок
Если переключатель активен, то плеер будет подгружать из интернета обложки треков в формате 512×512 (Средний размер картинки ~90kb)
- Размер кэша для картинок
Данный пункт предполагает, что вы можете установить то количество картинок (больших), которое будет сохраняться в памяти телефона.Помогает экономить трафик.
- Директория для загрузки mp3
На данный момент плеер предусматривает 2 директории для загрузки mp3 файлов:Музыка — Стандартная директория musicЗагрузки — Стандартная директория downloads
- Скачивание mp3 в отдельную папку
Если переключатель активен, то плеер будет загружать аудиозаписи в подпапку vkmp
Например:
Если выбрана директория Музыка и включено скачивание в отдельную папку, то путь к файлу будет:music/VKMP/Rammstein — Deutschland.mp3
Иначе:music/Rammstein — Deutschland.mp3 - Очистить кэш
Полное удаление кэшированных плейлистов и аудиозаписей.
- Подключить VIP
Открывает «».Подробнее «»
Открывает окно настройки эквалайзера для всех аудиозаписей.
Обратите внимание, что «» устанавливается поверх «»
Здесь можно купить VIP или получить его по акции.
Главный экран
Перемешать всё
Функция перемешивает аудиозаписи в плейлисте в случайном порядке.
При повторном нажатии на кнопку порядок аудиозаписей вернётся в обычное состояние.
Поиск
Через это поле вы можете быстро найти любую аудиозапись по названию
Поиск работает в реальном времени при вводе названия,но если дополнительно нажать на значок поиска на клавиатуре, вы получите список аудиозаписей из онлайн поиска
Загрузка плейлиста
Эта кнопка служит для кэширования и скачивание плейлиста полностью или частично
При нажатии откроется дополнительное меню
Закэшировать — начнёт поочерёдно кэшировать аудиозаписи в выбранном плейлисте(уже кэшированные аудио будет пропускать)
Скачать на телефон — начнёт поочерёдно скачивать аудиозаписи в выбранном плейлисте и сохранять их в папку на телефоне
Эта кнопка отсортирует плейлист в обратном порядке
ART
Текст ART указывает на то, что у данной аудиозаписи есть карточка артиста
Для открытия карточки артиста нужно воспроизвести аудио, открыть и нажать на название или автора аудио
Добавить в плейлист
В плеере предусмотрена возможность добавления аудио из поиска, групп, друзей и т.д. в ваш главный плейлист
Аудио добавится в «Главный» плейлист VKMP и в главный плейлист vk.com.
Скачает выбранную аудиозапись в формате mp3 на телефон
Закэширует выбранную аудиозапись
Эта тема закрыта для публикации ответов.