Added in version 1.0
Manage isis for Comware 7 devicesauthor:gongqianyu
parameter | required | default | choices | comments |
---|---|---|---|---|
isisID | yes | create isis process | ||
level | no | Level-1-2 | Configure the level of the router,the default value is Level-1-2. | |
cost_style | no | narrow |
|
Configure the type of IS-IS overhead value, that is, the type of destination path overhead value in the message received and sent by IS-IS. |
spf_limit | no |
|
Indicates that it is allowed to receive a message with a destination path overhead value greater than 1023. If this parameter is not specified, a message with an overhead value greater than 1023 will be discarded. This parameter is optional only when compatible or narrow compatible is specified. | |
network | no | Network entity name of the configuration IS-IS process(X...X.XXXX....XXXX.00) | ||
add_family | no |
|
Create IS-IS IPv4 or IPV6 address family and enter IS-IS IPv4 address family view | |
preference | no | 15 | Configure routing priority of IS-IS protocol(1~225),before config it,you need to config add_family first. | |
port | no | 830 | NETCONF port number | |
hostname | yes | IP Address or hostname of the Comware v7 device that has NETCONF enabled | ||
username | yes | Username used to login to the switch | ||
password | yes | Password used to login to the switch | ||
state | no | present |
|
Desired state of the vlan |
look_for_keys | no | False | Whether searching for discoverable private key files in ~/.ssh/ |
# create sisi 4 and releated params. - comware_isis_global: isisID=4 level=level-2 cost_style=narrow-compatible spf_limit=true network=10.0001.1010.1020.1030.00 add_family=ipv4 preference=25 state=present username={{ username }} password={{ password }} hostname={{ inventory_hostname }} # delete isis 4 - comware_isis_global: isisID=4 level=level-2 cost_style=narrow-compatible spf_limit=true network=10.0001.1010.1020.1030.00 add_family=ipv4 preference=25 state=absent username={{ username }} password={{ password }} hostname={{ inventory_hostname }}