see what groups the Vax is advertising services under
CHIP::SYSTEM> CHIP::SYSTEM> mc latcp LATCP> LATCP> show node Node Name: CHIP LAT Protocol Version: 5.2 Node State: On Node Ident: Welcome to cisco node CHIP running VMS V5.5 Incoming Connections: Enabled Incoming Session Limit: None Outgoing Connections: Enabled Outgoing Session Limit: None Service Responder: Disabled Circuit Timer (msec): 80 Keepalive Timer (sec): 20 Retransmit Limit (msg): 8 Node Limit (nodes): None Multicast Timer (sec): 60 CPU Rating: 0 Maximum Unit Number: 9999 User Groups: 43, 73 Service Groups: 43, 73 Service Name Status Rating Identification
I check the mac address of the Vax host
CHIP::SYSTEM> CHIP::SYSTEM> mc ncp NCP> NCP>show exec stat Node Volatile Status as of 25-JUL-2000 11:39:12 Executor node = 3.2 (CHIP) State = on Physical address = AA-00-04-00-02-0C
With lat enabled on the Cisco router, I check to see if I am receiving lat packets from the node
esc-3640-3# esc-3640-3#deb lat pack LAT packet debugging is on esc-3640-3# esc-3640-3# Mar 1 00:10:07.719: LAT: I int=Ethernet1/0, src=0050.7328.0881, dst=0900.2b00.000f, type=A, M=0, R=0 Mar 1 00:10:08.855: LAT: I int=Ethernet1/0, src=aa00.0400.030c, dst=0900.2b00.000f, type=A, M=0, R=0 Mar 1 00:10:10.235: LAT: I int=Ethernet1/0, src=00b0.64c3.e590, dst=0900.2b00.000f, type=A, M=0, R=0 Mar 1 00:10:18.995: LAT: I int=Ethernet1/0, src=aa00.0400.020c, dst=0900.2b00.000f, type=A, M=0, R=0 Mar 1 00:10:25.171: LAT: I int=Ethernet1/0, src=0000.0cff.c588, dst=0900.2b00.000f, type=A, M=0, R=0
Yes I am, but I see no node record
esc-3640-3# esc-3640-3#show lat node Node "DALE", usage -1, Interface Ethernet1/0, Address aa00.0400.030c Ident: Welcome to cisco node DALE running VMS V5.5 Timer 299, sequence 44, changes 247, flags 0x0, protocol 5.2 Facility 0, Product code 0, Product version 0 Recv 0/0/0, Xmit 0/0/0, 0 Dups, 0 ReXmit Bad messages: 0, Bad slots: 0, Solicits accepted: 0 Solicits rejected: 0, Multiple nodes: 0 Groups: 0 Service classes: 1 Node "ESC-3640", usage -1, Interface Ethernet1/0, Address 0050.7328.0881 Timer 99, sequence 29, changes 159, flags 0x0, protocol 5.2 Facility 0, Product code 0, Product version 0 Recv 0/0/0, Xmit 0/0/0, 0 Dups, 0 ReXmit Bad messages: 0, Bad slots: 0, Solicits accepted: 0 Solicits rejected: 0, Multiple nodes: 0 Groups: 0 Service classes: 1 Node "ESC-3640-1", usage -1, Interface Ethernet1/0, Address 00b0.64c3.e590 Timer 99, sequence 2, changes 159, flags 0x0, protocol 5.2 Facility 0, Product code 0, Product version 0 Recv 0/0/0, Xmit 0/0/0, 0 Dups, 0 ReXmit Bad messages: 0, Bad slots: 0, Solicits accepted: 0 Solicits rejected: 0, Multiple nodes: 0 Groups: 0 Service classes: 1 Node "ESC-3640-3", usage -1, Local Timer -631, sequence 1, changes 131, flags 0x40, protocol 5.2 Facility 0, Product code 0, Product version 0 Recv 0/0/0, Xmit 0/0/0, 0 Dups, 0 ReXmit Bad messages: 0, Bad slots: 0, Solicits accepted: 0 Solicits rejected: 0, Multiple nodes: 0 Groups: 0 Service classes: 1
Therefore I need to enable the commserver to respond to service group 43 or 73, because the vax is not advertising under group 0, (the default)
esc-3640-3#conf t Enter configuration commands, one per line. End with CNTL/Z. esc-3640-3(config)#lat group-list conrad 0 43 esc-3640-3(config)#line con 0 esc-3640-3(config-line)#lat out-group conrad esc-3640-3(config-line)#^Z esc-3640-3# esc-3640-3#show lat node Node "CHIP", usage -1, Interface Ethernet1/0, Address aa00.0400.020c Ident: Welcome to cisco node CHIP running VMS V5.5 Timer 299, sequence 107, changes 118, flags 0x0, protocol 5.2 Facility 0, Product code 0, Product version 0 Recv 0/0/0, Xmit 0/0/0, 0 Dups, 0 ReXmit Bad messages: 0, Bad slots: 0, Solicits accepted: 0 Solicits rejected: 0, Multiple nodes: 0 Groups: 43 73 Service classes: 1 Node "DALE", usage -1, Interface Ethernet1/0, Address aa00.0400.030c Ident: Welcome to cisco node DALE running VMS V5.5 Timer 289, sequence 44, changes 247, flags 0x0, protocol 5.2 Facility 0, Product code 0, Product version 0 Recv 0/0/0, Xmit 0/0/0, 0 Dups, 0 ReXmit Bad messages: 0, Bad slots: 0, Solicits accepted: 0 Solicits rejected: 0, Multiple nodes: 0 Groups: 0
And now I can see the service.
esc-3640-3# esc-3640-3# esc-3640-3#show lat servi Service Name Rating Interface Node (Address) CHIP 83 Ethernet1/0 CHIP (aa00.0400.020c) Ident: Welcome to cisco node CHIP running VMS V5.5 CONRAD 5 Ethernet1/0 ESC-3640-1 (00b0.64c3.e590) DALE 80 Ethernet1/0 DALE (aa00.0400.030c) Ident: Welcome to cisco node DALE running VMS V5.5 FOO 5 Ethernet1/0 ESC-3640 (0050.7328.0881) esc-3640-3# esc-3640-3#
If I take off the lat-group for the console
esc-3640-3# esc-3640-3#conf t Enter configuration commands, one per line. End with CNTL/Z. esc-3640-3(config)#line con 0 esc-3640-3(config-line)#no lat out-group conrad esc-3640-3(config-line)#^Z esc-3640-3# esc-3640-3# esc-3640-3#show lat servi esc-3640-3#show lat servi
all the services have gone
If I modify the group list to ONLY include group 43, then only those nodes advertising group 43 are included
esc-3640-3(config)#lat group-list bboc 43 esc-3640-3(config)#line con 0 esc-3640-3(config-line)#lat out-group bboc esc-3640-3(config-line)#^Z esc-3640-3# esc-3640-3# esc-3640-3#show lat servi Service Name Rating Interface Node (Address) CHIP 83 Ethernet1/0 CHIP (aa00.0400.020c) Ident: Welcome to cisco node CHIP running VMS V5.5 esc-3640-3#