Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type RouteRpc ¶
type RouteRpc struct {
Information struct {
Tables []RouteTable `xml:"route-table"`
} `xml:"route-summary-information"`
}
type RouteTable ¶
type RouteTable struct {
Name string `xml:"table-name"`
MaxRoutes int64 `xml:"prefix-max"`
TotalRoutes int64 `xml:"total-route-count"`
ActiveRoutes int64 `xml:"active-route-count"`
Protocols []RouteTableProtocol `xml:"protocols"`
}
type RouteTableProtocol ¶
Click to show internal directories.
Click to hide internal directories.