mirror of
				https://git.proxmox.com/git/mirror_frr
				synced 2025-10-31 08:33:44 +00:00 
			
		
		
		
	|  6be4da3dfa Fixed output:
robot.cumulusnetworks.com# show ip ospf int
enp0s3 is up
  ifindex 2, MTU 1500 bytes, BW 0 Mbit <UP,BROADCAST,RUNNING,MULTICAST>
  Internet Address 10.0.2.15/24, Broadcast 10.0.2.255, Area 0.0.0.0
  MTU mismatch detection:enabled
  Router ID 192.168.0.1, Network Type BROADCAST, Cost: 10
  Transmit Delay is 1 sec, State Waiting, Priority 1
  No backup designated router on this network
  Multicast group memberships: OSPFAllRouters
  Timer intervals configured, Hello 10s, Dead 40s, Wait 40s, Retransmit 5
    Hello due in 9.611s
  Neighbor Count is 0, Adjacent neighbor count is 0
enp0s10 is up
  ifindex 7, MTU 1500 bytes, BW 0 Mbit <UP,BROADCAST,RUNNING,MULTICAST>
  Internet Address 192.168.201.146/24, Broadcast 192.168.201.255, Area 0.0.0.0
  MTU mismatch detection:enabled
  Router ID 192.168.0.1, Network Type BROADCAST, Cost: 10
  Transmit Delay is 1 sec, State Waiting, Priority 1
  No backup designated router on this network
  Multicast group memberships: OSPFAllRouters
  Timer intervals configured, Hello 10s, Dead 40s, Wait 40s, Retransmit 5
    Hello due in 7.241s
  Neighbor Count is 0, Adjacent neighbor count is 0
robot.cumulusnetworks.com# show ip ospf int enp0s3
enp0s3 is up
  ifindex 2, MTU 1500 bytes, BW 0 Mbit <UP,BROADCAST,RUNNING,MULTICAST>
  Internet Address 10.0.2.15/24, Broadcast 10.0.2.255, Area 0.0.0.0
  MTU mismatch detection:enabled
  Router ID 192.168.0.1, Network Type BROADCAST, Cost: 10
  Transmit Delay is 1 sec, State Waiting, Priority 1
  No backup designated router on this network
  Multicast group memberships: OSPFAllRouters
  Timer intervals configured, Hello 10s, Dead 40s, Wait 40s, Retransmit 5
    Hello due in 2.915s
  Neighbor Count is 0, Adjacent neighbor count is 0
robot.cumulusnetworks.com# show ip ospf int enp0s10 json
{
  "enp0s10":{
    "ifUp":true,
    "ifIndex":7,
    "mtuBytes":1500,
    "bandwidthMbit":0,
    "ifFlags":"<UP,BROADCAST,RUNNING,MULTICAST>",
    "ospfEnabled":true,
    "ipAddress":"192.168.201.146",
    "ipAddressPrefixlen":24,
    "ospfIfType":"Broadcast",
    "localIfUsed":"192.168.201.255",
    "area":"0.0.0.0",
    "routerId":"192.168.0.1",
    "networkType":"BROADCAST",
    "cost":10,
    "transmitDelayMsecs":1000,
    "state":"Waiting",
    "priority":1,
    "mcastMemberOspfAllRouters":true,
    "timerMsecs":100,
    "timerDeadMsecs":25,
    "timerWaitMsecs":25,
    "timerRetransmit":200,
    "timerHelloInMsecs":2106,
    "nbrCount":0,
    "nbrAdjacentCount":0
  }
}
robot.cumulusnetworks.com#
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com> | ||
|---|---|---|
| .. | ||
| .gitignore | ||
| ChangeLog.opaque.txt | ||
| Makefile.am | ||
| ospf_abr.c | ||
| ospf_abr.h | ||
| ospf_api.c | ||
| ospf_api.h | ||
| ospf_apiserver.c | ||
| ospf_apiserver.h | ||
| ospf_asbr.c | ||
| ospf_asbr.h | ||
| ospf_ase.c | ||
| ospf_ase.h | ||
| ospf_bfd.c | ||
| ospf_bfd.h | ||
| ospf_dump_api.c | ||
| ospf_dump_api.h | ||
| ospf_dump.c | ||
| ospf_dump.h | ||
| ospf_flood.c | ||
| ospf_flood.h | ||
| ospf_ia.c | ||
| ospf_ia.h | ||
| ospf_interface.c | ||
| ospf_interface.h | ||
| ospf_ism.c | ||
| ospf_ism.h | ||
| ospf_lsa.c | ||
| ospf_lsa.h | ||
| ospf_lsdb.c | ||
| ospf_lsdb.h | ||
| ospf_main.c | ||
| ospf_memory.c | ||
| ospf_memory.h | ||
| ospf_neighbor.c | ||
| ospf_neighbor.h | ||
| ospf_network.c | ||
| ospf_network.h | ||
| ospf_nsm.c | ||
| ospf_nsm.h | ||
| ospf_opaque.c | ||
| ospf_opaque.h | ||
| ospf_packet.c | ||
| ospf_packet.h | ||
| ospf_ri.c | ||
| ospf_ri.h | ||
| ospf_route.c | ||
| ospf_route.h | ||
| ospf_routemap.c | ||
| ospf_snmp.c | ||
| ospf_spf.c | ||
| ospf_spf.h | ||
| ospf_te.c | ||
| ospf_te.h | ||
| ospf_vty.c | ||
| ospf_vty.h | ||
| ospf_zebra.c | ||
| ospf_zebra.h | ||
| OSPF-ALIGNMENT.txt | ||
| OSPF-MIB.txt | ||
| OSPF-TRAP-MIB.txt | ||
| ospfd.c | ||
| ospfd.conf.sample | ||
| ospfd.h | ||