diff options
Diffstat (limited to 'config/openbgpd/openbgpd_neighbors.xml')
-rw-r--r-- | config/openbgpd/openbgpd_neighbors.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/config/openbgpd/openbgpd_neighbors.xml b/config/openbgpd/openbgpd_neighbors.xml index d923dd81..cd2cffd9 100644 --- a/config/openbgpd/openbgpd_neighbors.xml +++ b/config/openbgpd/openbgpd_neighbors.xml @@ -98,6 +98,18 @@ <size>25</size> </field> <field> + <fielddescr>TCP-MD5 key</fielddescr> + <fieldname>md5sigkey</fieldname> + <description>The md5 key to communicate with the peer. Does not work with a Cisco BGP router.</description> + <type>input</type> + </field> + <field> + <fielddescr>TCP-MD5 password</fielddescr> + <fieldname>md5sigpass</fieldname> + <description>The md5 password to communicate with the peer. Use this when communication with Cisco BGP router.</description> + <type>input</type> + </field> + <field> <fielddescr>Group</fielddescr> <fieldname>groupname</fieldname> <description>Add neighbor to BGP group.</description> |