mirror of
https://github.com/sileht/bird-lg.git
synced 2024-11-10 17:54:43 +01:00
7 lines
151 B
Python
7 lines
151 B
Python
|
|
from bird import BirdSocketSingleton
|
|
|
|
s = BirdSocketSingleton("h3", 9994)
|
|
print s.cmd("show protocols")
|
|
print s.cmd("show protocols all TETANEUTRAL")
|